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 8 months ago
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”.
reksas@sopuli.xyz 8 months ago
lvxferre@mander.xyz 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.
lemmyvore@feddit.nl 8 months ago
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 8 months ago
I’m guessing, the AI? Seems like a job it’d be good at.
bluekieran@lemmy.world 8 months ago
Last version of comment within 24 hours of it being posted initially. Done.
chalupapocalypse@lemmy.world 8 months ago
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 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.
T156@lemmy.world 8 months ago
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 actual edit across all their databases.
It would also help with any administration/moderation tasks if they could see whether people posted spam and then tried to hide it behind edits.
lvxferre@mander.xyz 8 months ago
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.
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.
The one from TD, right?
GBU_28@lemm.ee 8 months ago
Wouldn’t be hard to scan a user and say:
lvxferre@mander.xyz 8 months ago
It would.
First you’d need to notice the problem. Does Google even realise that some people want to edit their Reddit content to boycott LLM training?
Let’s say that Google did it. Then it’d need to come up with a good (generalisable, low amount of false positives, low amount of false negatives) set of rules to sort those out. And while coming up with “random” rules is easy, good ones take testing, trial and error, and time.
But let’s say that Google still does it. Now it’s retrieving and processing a lot more info from the database than just the content and its context, but also account age, when the piece of content was submitted, when it was edited.
So doing it still increases the costs associated with the corpus, making it less desirable.
Voroxpete@sh.itjust.works 8 months ago
It sounds like what’s needed here is a version of this tool that makes the edits slowly, at random intervals, over a period of time. And perhaps has the ability to randomize the text in each edit so that they’re all unusable garbage, but different unusable garbage (like the suggestion of taking ChatGPT output at really high temp that someone else made). Maybe it also only edits something like 25% of your total comment pool, and perhaps makes unnoticeably minor edits (add a space, remove a comma) to a whole bunch of other comments. Basically masking the poison by hiding it in a lot of noise?
londos@lemmy.world 8 months ago
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 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.