Earlier quoted context omitted.
I'm not surprised you can't use it to make it better, but one might imagine gradients would go to zero as you fed the model its own output.
No, not even close. Gradients don't come to zero in the first place. Training is never perfect.
AI models collapse when trained on recursively generated data
141–150 of 212 posts
Re: AI models collapse when trained on recursively generated data
#142Earlier quoted context omitted.
I believe that counterexample only works in the limit where the sample size goes to infinity. Every finite sample will have μ≠0 almost surely.(Of course μ will still tend to be very close to 0 for large samples, but still slightly off) So this means the sequence of μₙ will perform a kind of random walk that can stray arbitrarily far from 0 and is almost sure to eventually do so.
Fair point about the mean, but I don't see how the random walk causes the standard deviation to shrink towards zero.
Re: AI models collapse when trained on recursively generated data
#143Earlier quoted context omitted.
No, not even close. Gradients don't come to zero in the first place. Training is never perfect.
Let's restate. I'd imagine you end up in local minima that are difficult to escape using model generated data. So sure, non-zero gradients, but if you plot the gradients, I would expect them to orbit at that point. But it seems like they diverge.
Re: AI models collapse when trained on recursively generated data
#144Re: AI models collapse when trained on recursively generated data
#145Earlier quoted context omitted.
I believe that counterexample only works in the limit where the sample size goes to infinity. Every finite sample will have μ≠0 almost surely.(Of course μ will still tend to be very close to 0 for large samples, but still slightly off) So this means the sequence of μₙ will perform a kind of random walk that can stray arbitrarily far from 0 and is almost sure to eventually do so.
Fair point about the mean, but I don't see how the random walk causes the standard deviation to shrink towards zero.
Re: AI models collapse when trained on recursively generated data
#146> We find that indiscriminate use of model-generated content in training causes irreversible defects in the resulting models The key word there is "indiscriminate". All of the big AI labs have been training on synthetic data for at least a year at this point, but they're doing so deliberately. I don't think the "model collapse" problem is particularly important these days. The people training models seem to have that…
The question (which I raised in a top-level comment before reading your post) is whether there is any such thing as "discriminate" use of web data. Synthetic data created in the same lab as the LLM is discriminate, but what the authors of the paper are saying (if I read it correctly) is that scraping the web is not currently done in a discriminate way. And it's not at all clear to me that there is a discriminate way…
Re: AI models collapse when trained on recursively generated data
#147Re: AI models collapse when trained on recursively generated data
#148Earlier quoted context omitted.
You still have some that control, but in a much more indirect way. There are three kinds of data now, synthetic, pre-2022 and current. Everything pre-2022 is definitely written by humans, synthetic data is still synthetic, and post-2022 is a mix of both. I wouldn't be surprised if "AI detectors" work somewhat for this use case. They're biased, far from accurate and a terrible idea if you need to make important decisi…
> Everything pre-2022 is definitely written by humans I'm not sure if methods like article spinning counts as written by humans. This is something you could automate before AI and it would take a human written article and randomly swap words with similar meaning throughout to make it seem original.
Many historical English-language news reports published on the English-language websites of foreign news media from non-English-speaking countries, from 1998 (Babelfish era) to ~a few months ago, may be unreliable training data for this reason.
Re: AI models collapse when trained on recursively generated data
#149> We find that indiscriminate use of model-generated content in training causes irreversible defects in the resulting models The key word there is "indiscriminate". All of the big AI labs have been training on synthetic data for at least a year at this point, but they're doing so deliberately. I don't think the "model collapse" problem is particularly important these days. The people training models seem to have that…
Mutation = bad.
Mutation + selection = good.
(given enough iterations)
Re: AI models collapse when trained on recursively generated data
#150> We find that indiscriminate use of model-generated content in training causes irreversible defects in the resulting models The key word there is "indiscriminate". All of the big AI labs have been training on synthetic data for at least a year at this point, but they're doing so deliberately. I don't think the "model collapse" problem is particularly important these days. The people training models seem to have that…
Or to consider the inverse of indiscriminate, selection. Mutation = bad. Mutation + selection = good. (given enough iterations)