this post was submitted on 18 Sep 2024
338 points (92.9% liked)

Technology

58135 readers
4335 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
[–] ptz@dubvee.org 161 points 1 day ago (3 children)

Let's go, already!

How you can help: If you run a website and can filter traffic by user agent, get a list of the known AI scrapers agent strings and selectively redirect their requests to pre-generated AI slop. Regular visitors will see the content and the LLM scraper bots will scrape their own slop and, hopefully, train on it.

[–] azl@lemmy.sdf.org 47 points 1 day ago (2 children)

This would ideally become standardized among web servers with an option to easily block various automated aggregators.

Regardless, all of us combined are a grain of rice compared to the real meat and potatoes AI trains on - social media, public image storage, copyrighted media, etc. All those sites with extensive privacy policies who are signing contracts to permit their content for training.

Without laws (and I'm not sure I support anything in this regard yet), I do not see AI progress slowing. Clearly inbreeding AI models has a similar effect as in nature. Fortunately there is enough original digital content out there that this does not need to happen.

[–] ptz@dubvee.org 23 points 1 day ago* (last edited 1 day ago)

Regardless, all of us combined are a grain of rice compared to the real meat and potatoes AI trains on

Absolutely. It's more a matter of principle for me. Kind of like the digital equivalent of leaving fake Amazon packages full of dog poo out front to make porch pirates have a bad day.

[–] Snowclone@lemmy.world 0 points 1 day ago

Well it means they need some ability to reject some content, which means they need a level of transparency they would never want otherwise.

[–] kevindqc@lemmy.world 13 points 1 day ago (2 children)

They'll just start using a chrome user agent

[–] Deebster@programming.dev 11 points 1 day ago

Only if enough people do it. Then again, loads scrapers outside of AI already pretend to be normal browsers.

[–] draughtcyclist@lemmy.world 0 points 1 day ago

You can validate that against user telemetry data expected from a browser.

[–] FaceDeer@fedia.io 8 points 1 day ago (2 children)

AI already long ago stopped being trained on any old random stuff that came along off the web. Training data is carefully curated and processed these days. Much of it is synthetic, in fact.

These breathless articles about model collapse dooming AI are like discovering that the sun sets at night and declaring solar power to be doomed. The people working on this stuff know about it already and long ago worked around it.

[–] TheHarpyEagle@pawb.social 1 points 4 hours ago (1 children)

I mean, we've seen already that AI companies are forced to be reactive when people exploit loopholes in their models or some unexpected behavior occurs. Not that they aren't smart people, but these things are very hard to predict, and hard to fix once they go wrong.

Also, what do you mean by synthetic data? If it's made by AI, that's how collapse happens.

The problem with curated data is that you have to, well, curate it, and that's hard to do at scale. No longer do we have a few decades' worth of unpoisoned data to work with; the only way to guarantee training data isn't from its own model is to make it yourself

[–] FaceDeer@fedia.io 1 points 2 hours ago

Also, what do you mean by synthetic data? If it's made by AI, that's how collapse happens.

But that's exactly my point. Synthetic data is made by AI, but it doesn't cause collapse. The people who keep repeating this "AI fed on AI inevitably dies!" Headline are ignorant of the way this is actually working, of the details that actually matter when it comes to what causes model collapse.

If people want to oppose AI and wish for its downfall, fine, that's their opinion. But they should do so based on actual real data, not an imaginary story they pass around among themselves. Model collapse isn't a real threat to the continuing development of AI. At worst, it's just another checkbox that AI trainers need to check off on their "am I ready to start this training run?" Checklist, alongside "have I paid my electricity bill?"

The problem with curated data is that you have to, well, curate it, and that's hard to do at scale.

It was, before we had AI. Turns out that that's another aspect of synthetic data creation that can be greatly assisted by automation.

For example, the Nemotron-4 AI family that NVIDIA released a few months back is specifically intended for creating synthetic data for LLM training. It consists of two LLMs, Nemotron-4 Instruct (which generates the training data) and Nemotron-4 Reward (which curates it). It's not a fully automated process yet but the requirement for human labor is drastically reduced.

the only way to guarantee training data isn't from its own model is to make it yourself

But that guarantee isn't needed. AI-generated data isn't a magical poison pill that kills anything that tries to train on it. Bad data is bad, of course, but that's true whether it's AI-generated or not. The same process of filtering good training data from bad training data can work on either.

[–] Wrench@lemmy.world 6 points 1 day ago (1 children)

Both can be true.

Preserved and curated datasets to train AI on, gathered before AI was mainstream. This has the disadvantage of being stuck in time, so-to-speak.

New datasets that will inevitably contain AI generated content, even with careful curation. So to take the other commenter's analogy, it's a shit sandwich that has some real ingredients, and doodoo smeared throughout.

[–] FaceDeer@fedia.io 2 points 23 hours ago

They're not both true, though. It's actually perfectly fine for a new dataset to contain AI generated content. Especially when it's mixed in with non-AI-generated content. It can even be better in some circumstances, that's what "synthetic data" is all about.

The various experiments demonstrating model collapse have to go out of their way to make it happen, by deliberately recycling model outputs over and over without using any of the methods that real-world AI trainers use to ensure that it doesn't happen. As I said, real-world AI trainers are actually quite knowledgeable about this stuff, model collapse isn't some surprising new development that they're helpless in the face of. It's just another factor to include in the criteria for curating training data sets. It's already a "solved" problem.

The reason these articles keep coming around is that there are a lot of people that don't want it to be a solved problem, and love clicking on headlines that say it isn't. I guess if it makes them feel better they can go ahead and keep doing that, but supposedly this is a technology community and I would expect there to be some interest in the underlying truth of the matter.