this post was submitted on 07 Mar 2024
569 points (97.7% liked)

Technology

59300 readers
4609 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
 

I know there are other ways of accomplishing that, but this might be a convenient way of doing it. I'm wondering though if Reddit is still reverting these changes?

you are viewing a single comment's thread
view the rest of the comments
[–] lvxferre@mander.xyz 89 points 8 months ago (4 children)

Let's pretend for a moment that we know that Reddit has any sort of decent versioning system, and that it keeps the old versions of your comments alongside the newer ones, and that it's feeding the LLM with the old version. (Does it? I have my doubts, given that Reddit Inc. isn't exactly competent.)

Even then, I think that it's sensible to use this tool, to scorch the earth and discourage other human users from adding their own content to that platform. It still means less data for Google to say "it's a bunch of users, who cares about the intellectual property of those filthy things? Their data is now my data. Feed it ~~to the wolves~~ to Gemini".

[–] T156@lemmy.world 31 points 8 months ago* (last edited 8 months ago) (1 children)

Let’s pretend for a moment that we know that Reddit has any sort of decent versioning system, and that it keeps the old versions of your comments alongside the newer ones, and that it’s feeding the LLM with the old version. (Does it? I have my doubts, given that Reddit Inc. isn’t exactly competent.)

They almost certainly do, if only because of the practicalities of adding a new comment, then having that be fetched in place of the old one, compared to making and propagating an edit across all their databases. With exceptions, it'd be a bit easier to implement it as an additional comment, and increment a version number that you fetch the latest version of, rather than needing to scan through the entire database to make changes.

It would also help with any administration/moderation tasks if they could see whether people posted rule-breaking content and then tried to hide it behind edits.

That said, one of the many Spez controversies did show that they are capable of making actual edits on the back end if they wished.

[–] lvxferre@mander.xyz 21 points 8 months ago (1 children)

They almost certainly do, if only because of the practicalities of adding a new comment

If this is true, it shifts the problem from "not having it" to "not knowing which version should be used" (to train the LLM).

They could feed it the unedited versions and call it a day, but a lot of times people edit their content to correct it or add further info, specially for "meatier" content (like tutorials). So there's still some value on the edits, and I believe that Google will be at least tempted to use them.

If that's correct, editing it with nonsense will lower the value of edited comments for the sake of LLM training. It should have an impact, just not as big as if they kept no version system.

It would also help with any administration/moderation tasks if they could see whether people posted rule-breaking content and then tried to hide it behind edits.

I know from experience (I'm a former Reddit janny) that moderators can't see earlier versions of the content, only the last one. The admins might though.

That said, one of the many Spez controversies did show that they are capable of making actual edits on the back end if they wished.

The one from TD, right?

  • spez: "let them babble their violent rhetoric. Freeze peaches!"
  • also spez: "nooo they're casting me on a bad light. I'm going to edit it!"
[–] londos@lemmy.world 5 points 8 months ago (1 children)

Honestly, parsing through version history is actually something an LLM could handle. It might even make more sense of it than without. For example, if someone replies to a comment and then the parent is edited to say something different. No one will have to waste their time filtering anything.

[–] lvxferre@mander.xyz 3 points 8 months ago* (last edited 8 months ago)

They could use an LLM to parse through the version history of all those posts/comments, to use it to train another LLM with it. It sounds like a bad (and expensive, processing time-wise) idea, but it could be done.

EDIT: thinking further on this, it's actually fairly doable. It's generally a bad idea to feed the output of an LLM into another, but in this case you're simply using it to pick one among multiple versions of a post/comment made by a human being.

It's still worth to scorch the earth though, so other human users don't bother with the platform.

[–] reksas@sopuli.xyz 12 points 8 months ago (1 children)

What if we edit the comments slowly, words or even letters at a time. Then, if they save all of the edits they will end up with a lot of pointless versions. And if they dont, the buffer will eventually get full and original gets lost

[–] lvxferre@mander.xyz 6 points 8 months ago

I'll ping @lemmyvore@feddit.nl because the answer is relevant for both.

Another user mentioned the possibility that they could use an LLM to sort this shit out. If that's correct neither slow edits nor multiple edits will do much, as the LLM could simply pick the best version of each comment.

And while it's a bit silly to use LLM to sort data out to train another LLM, this sounds like the sort of shit that Google could and would do.

[–] chalupapocalypse@lemmy.world 7 points 8 months ago (1 children)

Let's also pretend that reddit isn't a cesspool of bots, marketing campaigns, foreign agents, incels, racists, Republicans, gun nuts, shit posters, trolls...the list goes on.

Is it even that valuable? It didn't take long for that Microsoft bot to turn into Hitler, feeding reddit into an "AI" is like speed running Ultron.

[–] lvxferre@mander.xyz 4 points 8 months ago

It's still somewhat valuable due to the size of the corpus (it's huge) and because people used to share technical expertise there.

[–] lemmyvore@feddit.nl 7 points 8 months ago (2 children)

Even if they had comment versioning, who's gonna dig through the versions to figure out which are nonsense. Just use the overwrite tool several times and then wish them good luck.

[–] Murdoc@sh.itjust.works 2 points 8 months ago

I'm guessing, the AI? Seems like a job it'd be good at.

[–] bluekieran@lemmy.world 1 points 8 months ago* (last edited 8 months ago)

Last version of comment within 24 hours of it being posted initially. So, probably one line of code.