224
top 50 comments
sorted by: hot top controversial new old
[-] Bojimbo@lemmy.world 53 points 1 month ago

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

[-] metaStatic@kbin.earth 31 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 17 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...

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

The retroactive enclosure of the digital commons.

[-] veganpizza69@lemmy.world 27 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).

[-] Etterra@lemmy.world 14 points 1 month ago

Informational Incest is my least favorite IT company.

[-] RIPandTERROR@sh.itjust.works 9 points 1 month ago* (last edited 1 month ago)

WHAT ARE YOU DOING STEP SYS ADMIN?

[-] runeko@programming.dev 1 points 1 month ago

Damn. I just bought 200 shares of ININ.

[-] funkless_eck@sh.itjust.works 2 points 1 month ago

they'll be acquired by McKinsey soon enough

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

Too bad they only operate in Alabama

[-] Hamartiogonic@sopuli.xyz 23 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 11 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 18 points 1 month ago

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

load more comments (2 replies)
[-] 0laura@lemmy.world 2 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 2 points 1 month ago

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

[-] Boxscape@lemmy.sdf.org 19 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 15 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.

[-] Etterra@lemmy.world 12 points 1 month ago

How many times did you say this went through a copy machine?

[-] MarauderIIC@dormi.zone 12 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 1 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 2 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

load more comments (2 replies)
[-] 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

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

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

[-] 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.

load more comments (1 replies)
[-] AllNewTypeFace@leminal.space 9 points 1 month ago

The Habsburg Singularity

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

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

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

interesting refinement of the old GIGO effect.

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

Deadpool spoilers

[-] takeda@lemmy.world 5 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 2 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.

[-] uriel238@lemmy.blahaj.zone 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.

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

Serious salvia flashbacks from that headline image.

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

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

[-] 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

[-] pennomi@lemmy.world 3 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.

[-] Binette@lemmy.ml 1 points 1 month ago

The issue is that A.I. always does a certain amount of mistakes when outputting something. It may even be the tiniest, most insignificant mistake. But if it internalizes it, it'll make another mistake including the one it internalized. So on and so forth.

Also this is more with scraping in mind. So like, the A.I. goes on the internet, scrapes other A.I. images because there's a lot of them now, and becomes worse.

[-] SoleInvictus@lemmy.blahaj.zone 1 points 1 month ago

Looks like an AI trained on Louis Wain paintings.

[-] 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.

load more comments
view more: next ›
this post was submitted on 26 Jul 2024
224 points (96.7% liked)

science

14275 readers
601 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