LGAICLCRCVMay 27, 2023

The Curse of Recursion: Training on Generated Data Makes Models Forget

arXiv:2305.17493v3480 citations
Originality Incremental advance
AI Analysis

This identifies a critical issue for the sustainability of AI training as web data becomes polluted with model-generated content, affecting all generative models and necessitating reliance on genuine human data.

The paper tackles the problem of model collapse, where training generative models like LLMs on their own generated data causes irreversible defects, such as the disappearance of distribution tails, potentially harming future model performance as online data becomes increasingly AI-generated.

Stable Diffusion revolutionised image creation from descriptive text. GPT-2, GPT-3(.5) and GPT-4 demonstrated astonishing performance across a variety of language tasks. ChatGPT introduced such language models to the general public. It is now clear that large language models (LLMs) are here to stay, and will bring about drastic change in the whole ecosystem of online text and images. In this paper we consider what the future might hold. What will happen to GPT-{n} once LLMs contribute much of the language found online? We find that use of model-generated content in training causes irreversible defects in the resulting models, where tails of the original content distribution disappear. We refer to this effect as Model Collapse and show that it can occur in Variational Autoencoders, Gaussian Mixture Models and LLMs. We build theoretical intuition behind the phenomenon and portray its ubiquity amongst all learned generative models. We demonstrate that it has to be taken seriously if we are to sustain the benefits of training from large-scale data scraped from the web. Indeed, the value of data collected about genuine human interactions with systems will be increasingly valuable in the presence of content generated by LLMs in data crawled from the Internet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes