230
all 46 comments
sorted by: hot top controversial new old
[-] Bojimbo@lemmy.world 51 points 1 month ago

It's like that painter who kept doing self-portraits through alzheimers.

[-] metaStatic@kbin.earth 37 points 1 month ago

we have to be very careful about what ends up in our training data

Don't worry, the big tech companies took a snapshot of the internet before it was poisoned so they can easily profit from LLMs without allowing competitors into the market. That's who "We" is right?

[-] WhatAmLemmy@lemmy.world 19 points 1 month ago* (last edited 1 month ago)

It's impossible for any of them to have taken a sufficient snapshot. A snapshot of all unique data on the clearnet would have probably been in the scale of hundreds to thousands of exabytes, which is (apparently) more storage than any single cloud provider.

That's forgetting the prohibitively expensive cost to process all that data for any single model.

The reality is that, like what we've done to the natural world, they're polluting and corrupting the internet without taking a sufficient snapshot — just like the natural world, everything that's lost is lost FOREVER... all in the name of short term profit!

[-] veganpizza69@lemmy.world 2 points 1 month ago

The retroactive enclosure of the digital commons.

[-] veganpizza69@lemmy.world 30 points 1 month ago* (last edited 1 month ago)

GOOD.

This "informational incest" is present in many aspects of society and needs to be stopped (one of the worst places is in the Intelligence sector).

[-] Hamartiogonic@sopuli.xyz 26 points 1 month ago* (last edited 1 month ago)

A few years ago, people assumed that these AIs will continue to get better every year. Seems that we are already hitting some limits, and improving the models keeps getting harder and harder. It’s like the linewidth limits we have with CPU design.

[-] ArcticDagger@feddit.dk 12 points 1 month ago

I think that hypothesis still holds as it has always assumed training data of sufficient quality. This study is more saying that the places where we've traditionally harvested training data from are beginning to be polluted by low-quality training data

[-] HowManyNimons@lemmy.world 20 points 1 month ago

It's almost like we need some kind of flag on AI-generated content to prevent it from ruining things.

[-] Hamartiogonic@sopuli.xyz 2 points 1 month ago

If that gets implemented, it would help AI devs and common people hanging online.

[-] HowManyNimons@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

File it under "too good to happen". Most writing jobs are proofreading AI-generated shit these days. We'll need to wait until there's real money in writing scripts to de-pollute content.

[-] 0laura@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

no, not really. the improvement gets less noticeable as it approaches the limit, but I'd say the speed at which it improves is still the same. especially smaller models and context window size. there's now models comparable to chatgpt or maybe even gpt 4.0 (I don't remember, one or the other) with context window size of 128k tokens, that you can run on a GPU with 16gb of vram. 128k tokens is around 90k words I think. that's more than 4 bee movie scripts. it can "comprehend" all of that at once.

[-] KeenFlame@feddit.nu 3 points 1 month ago

No they are increasingly getting better, mostly they fit in a bigger context of other discoveries

[-] Boxscape@lemmy.sdf.org 20 points 1 month ago
[-] umbrella@lemmy.ml 3 points 1 month ago

that shit will pave the way for new age horror movies i swear

[-] ArcticDagger@feddit.dk 16 points 1 month ago

From the article:

To demonstrate model collapse, the researchers took a pre-trained LLM and fine-tuned it by training it using a data set based on Wikipedia entries. They then asked the resulting model to generate its own Wikipedia-style articles. To train the next generation of the model, they started with the same pre-trained LLM, but fine-tuned it on the articles created by its predecessor. They judged the performance of each model by giving it an opening paragraph and asking it to predict the next few sentences, then comparing the output to that of the model trained on real data. The team expected to see errors crop up, says Shumaylov, but were surprised to see “things go wrong very quickly”, he says.

[-] Willy@sh.itjust.works 14 points 1 month ago

Huh. Who would have thought talking mostly or only to yourself would drive you mad?

[-] MarauderIIC@dormi.zone 13 points 1 month ago

I wonder if the speed at which it degrades can be used to detect AI-generated content.

[-] maniclucky@lemmy.world 6 points 1 month ago

I wouldn't be surprised if someone is working on that as a PhD thesis right now.

[-] Ferris@infosec.pub 2 points 1 month ago

how are you going to write a thesis on writing a FLAC to disc and ripping it over and over?

[-] maniclucky@lemmy.world 3 points 1 month ago

By measuring how it does with real images vs generated ones to start. The goal would be to show a method to reliably detect ai images. Gotta prove that it works.

[-] KeenFlame@feddit.nu 1 points 1 month ago

How would it detect, you would need the model and if you do you can already detect

[-] maniclucky@lemmy.world 1 points 1 month ago

It's an issue with the machine learning technique, not the specific model. The hypothetical thesis would be how to use this knowledge in general.

Why are you so agitated by my off hand comment?

[-] KeenFlame@feddit.nu 1 points 1 month ago

Am I agitated? 😂 💜 You it's not with all models no

[-] Ferris@infosec.pub 1 points 1 month ago

literally just the difference between flac and mp3 as it were digital conversion noise with a little bot behind it

[-] AllNewTypeFace@leminal.space 9 points 1 month ago

The Habsburg Singularity

[-] andallthat@lemmy.world 9 points 1 month ago

I only have a limited and basic understanding of Machine Learning, but doesn't training models basically work like: "you, machine, spit out several versions of stuff and I, programmer, give you a way of evaluating how 'good' they are, so over time you 'learn' to generate better stuff"? Theoretically giving a newer model the output of a previous one should improve on the result, if the new model has a way of evaluating "improved".

If I feed a ML model with pictures of eldritch beings and tell them that "this is what a human face looks like" I don't think it's surprising that quality deteriorates. What am I missing?

[-] 0x0@lemmy.dbzer0.com 8 points 1 month ago* (last edited 1 month ago)

In this case, the models are given part of the text from the training data and asked to predict the next word. This appears to work decently well on the pre-2023 internet as it brought us ChatGPT and friends.

This paper is claiming that when you train LLMs on output from other LLMs, it produces garbage. The problem is that the evaluation of the quality of the guess is based on the training data, not some external, intelligent judge.

[-] andallthat@lemmy.world 2 points 1 month ago

ah I get what you're saying., thanks! "Good" means that what the machine outputs should be statistically similar (based on comparing billions of parameters) to the provided training data, so if the training data gradually gains more examples of e.g. noses being attached to the wrong side of the head, the model also grows more likely to generate similar output.

[-] Theharpyeagle@lemmy.world 3 points 1 month ago* (last edited 1 month ago)

Part of the problem is that we have relatively little insight into or control over what the machine has actually "learned". Once it has learned itself into a dead end with bad data, you can't correct it, only work around it. Your only real shot at a better model is to start over.

When the first models were created, we had a whole internet of "pure" training data made by humans and developers could basically blindly firehose all that content into a model. Additional tuning could be done by seeing what responses humans tended to reject or accept, and what language they used to refine their results. The latter still works, and better heuristics (the criteria that grades the quality of AI output) can be developed, but with how much AI content is out there, they will never have a better training set than what they started with. The whole of the internet now contains the result of every dead end AI has worked itself into with no way to determine what is AI generated on a large scale.

[-] Sir_Kevin@lemmy.dbzer0.com 2 points 1 month ago

It takes a massive number of intelligent humans that expect to be paid fairly to train the models. Most companies jumping on the AI bandwagon are doing it for quick profits and are dropping the ball on that part.

[-] takeda@lemmy.world 7 points 1 month ago

I find it surprising that anyone is surprised by it. This was my initial reaction when I learned about it.

I thought that since they know the subject better than myself they must have figured this one out, and I simply don't understand it, but if you have a model that can create something, because it needs to be trained, you can't just use itself to train it. It is similar to not being able to generate truly random numbers algorithmically without some external input.

[-] aes@programming.dev 3 points 1 month ago

Sounds reasonable, but a lot of recent advances come from being able to let the machine train against itself, or a twin / opponent without human involvement.

As an example of just running the thing itself, consider a neural network given the objective of re-creating its input with a narrow layer in the middle. This forces a narrower description (eg age/sex/race/facing left or right/whatever) of the feature space.

Another is GAN, where you run fake vs spot-the-fake until it gets good.

[-] m3t00@lemmy.world 7 points 1 month ago

interesting refinement of the old GIGO effect.

[-] Fleur__@lemmy.world 6 points 1 month ago

And screenshotting a jpeg over and over again reduces the quality?

[-] reattach@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

Serious salvia flashbacks from that headline image.

[-] Evotech@lemmy.world 5 points 1 month ago

As long as you verify the output to be correct before feeding it back is probably not bad.

[-] pennomi@lemmy.world 4 points 1 month ago

That’s correct, and the paper supports this. But people don’t want to believe it’s true so they keep propagating this myth.

Training on AI outputs is fine as long as you filter the outputs to only things you want to see.

[-] eleitl@lemm.ee 3 points 1 month ago

How do you verify novel content generated by AI? How do you verify content harvested from the Internet to "be correct"?

[-] Evotech@lemmy.world 2 points 1 month ago

Same way you verified the input to begin with. Human labor

[-] RIPandTERROR@sh.itjust.works 4 points 1 month ago

Deadpool spoilers

[-] uriel238 4 points 1 month ago

This seems to logically follow. The copy of a copy of a copy paradigm. We train AI on what humans like. By running stuff back through the trainig data, we're adding noise back in.

To be fair, we already add noise, in that human art has its own errors, which we try to filter out using additional data featuring more of what we want and less of what we don't want.

[-] some_guy@lemmy.sdf.org 2 points 1 month ago
[-] Whirling_Cloudburst@lemmy.world 1 points 1 month ago

When you fed your AI too much mescaline.

[-] eleitl@lemm.ee 1 points 1 month ago

It's the AI version of the human centipede rather.

[-] SoleInvictus 1 points 1 month ago

Looks like an AI trained on Louis Wain paintings.

this post was submitted on 26 Jul 2024
230 points (100.0% liked)

science

14266 readers
483 users here now

just science related topics. please contribute

note: clickbait sources/headlines aren't liked generally. I've posted crap sources and later deleted or edit to improve after complaints. whoops, sry

Rule 1) Be kind.

lemmy.world rules: https://mastodon.world/about

I don't screen everything, lrn2scroll

founded 1 year ago
MODERATORS