this post was submitted on 20 Dec 2023
202 points (89.8% liked)

Technology

59217 readers
3206 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 10 months ago (2 children)

That's not really innovative though. Auto moderator bots have been sending out warnings like this based on simple keyword criteria for years.

[–] [email protected] 5 points 10 months ago (1 children)

Exactly.

AI moderation is just word and phrase filtering, the latter of which wasn't done earlier because it is really complicated due to the vast number of possible combinations of words and context. It also has the same failure issues as word filtering where it will end up being overly restrictive to the point of hilarity or will soon show that no matter what you filter someone will find a way around it.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

I mean, suppose the LLM bot is actually good at avoiding false positives/misunderstandings -- doesn't that simply remove one of the biggest weaknesses of old-fashioned keyword identification? I really just see this as a natural evolution of the technology and not some new, wild thing. It's just an incremental improvement.

What it absolutely does NOT do is replace the need for human judgement. You'll still need an appeals process and a person at the wheel to deal with errors and edge cases. But it's pretty easy to imagine an LLM bot doing at least as well a job as the average volunteer Reddit/Discord mod.

Of course, it's kind of a moot point. Running a full LLM bot, parsing every comment against some custom-design model, as your automoderator would be expensive. I really cannot see it happening routinely, at least not with current tech costs. Maybe in a few years the prices will have come down enough, but not right now.

[–] [email protected] 3 points 10 months ago

suppose the LLM bot is actually good at avoiding false positives/misunderstandings

No, I don't think I will.

[–] [email protected] 4 points 10 months ago (1 children)

Yes, to suppress swearing or offensive content, not suppress ideas. You could still talk about a touchy subject by filtering out keywords and using substitutions.

[–] [email protected] 0 points 10 months ago* (last edited 10 months ago)

It could search for all kinds of keywords to enforce rules. For example, scan titles to find question identifiers to suggest a user maybe needed to check an FAQ/wiki, or that kind of thing. Find keywords to detect probable off-topics. That sort of stuff.

At the end of the day, is what the LLM bot doing really any different? I'd say it's more sophisticated but the same fundamental thing.