Many will be, but many will be optimally useful.
Take this new thread, for example.
https://www.avforums.com/threads/airpod-pro-3%E2%80%99s-disappointing-anc.2549890/
One of the tags added is automatic noise cancellation even though the user only used the ANC abbreviation. So ChatGPT figured out...
The thing about that, though, is that for OpenAI to identify all the existing synonyms of a word, it would have to have the entire tag list to hand. Which, in our case, is over 32,000 (I just checked and it's gone up a lot).
Many thanks, both of you.
I should have been specific. It's the meta title that I want to change. Not the H1 displayed title.
It has to be a change to PAGE_CONTAINER, right?
Yes, I've put a lot of thought in to this. It means processing all the tags and we have over 18,000.
The first thing I'd do is set the singular version of words to canonical and then set the plural version as synonyms.
Speaker / Speakers etc.
I'm not sure I would generally try to process...
Each call to ChatGPT costs money, so continually sending requests for tags would cost a lot. It also takes time. Like more than a second. So to be most cost effective and time efficient, we ask ChatGPT for the best tags based on the submitted forum name + thread title + full message text when...
ChatGPT (confidently) told me to add this in to PAGE_CONTAINER
<xf:if is="$template == 'thread_view' && $forum">
<xf:title><xf:title /> | {$forum.Node.title}</xf:title>
</xf:if>
before
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>...
This batch update feature hasn’t been added yet. I wrote this in an earlier post.
We added auto tag button on an existing thread when editing the tags.
But batch AI auto tagging is trickier because of the time ChatGPT takes. It’s something I do plan to add soon.
@Chris D can I request that you add a Custom thread field type of display text? So we can display custom text above thread titles, below thread titles and below message boxes?
I use an addon to display hint text to people creating new threads.
Stuart Wright updated Tag Essentials - with AI auto tagging and XFRM support with a new update entry:
Tags on a tag page now link to their own tag page
Read the rest of this update entry...
I don’t use categories, so I don’t notice when they aren’t used. I also don’t use any of Bob’s addons, so I don’t notice their absence there, either.
So I’m not planning any new tag category functionality.
How do you use categories? What do you use them for? Do you allow members to add tags?
Yes, but not using AI (yet). It can automatically tag threads from the title match using the batch update process.
What it does is look at what existing tags are in the title and adds those.
Batch update tags using AI is coming, but can't say when.