Journal Article
Machine Learning

AI models collapse when trained on recursively generated data

Ilia Shumailov(University of Oxford), Zakhar Shumaylov(University of Cambridge), Yiren Zhao(Imperial College London), Nicolas Papernot(University of Toronto), Ross Anderson(University of Cambridge), Yarin Gal(Science Oxford)
July 24, 2024Nature900 citations

900

Citations

57

Influential Citations

Nature

Venue

2024

Year

Abstract

) demonstrated high performance across a variety of language tasks. ChatGPT introduced such language models to the public. It is now clear that generative artificial intelligence (AI) such as large language models (LLMs) is here to stay and will substantially change the ecosystem of online text and images. Here we consider what may happen to GPT-{n} once LLMs contribute much of the text found online. We find that indiscriminate use of model-generated content in training causes irreversible defects in the resulting models, in which tails of the original content distribution disappear. We refer to this effect as 'model collapse' and show that it can occur in LLMs as well as in variational autoencoders (VAEs) and Gaussian mixture models (GMMs). We build theoretical intuition behind the phenomenon and portray its ubiquity among all learned generative models. We demonstrate that it must 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 LLM-generated content in data crawled from the Internet.

Analysis

Why This Paper Matters

This paper addresses a critical and timely issue: as generative AI models like GPT become ubiquitous, their outputs increasingly populate the internet. When future models are trained on this web-scraped data, they inadvertently learn from their own predecessors' outputs, leading to a degenerative process the authors term 'model collapse'. The significance cannot be overstated—it suggests that the very success of generative AI may undermine its own future progress by polluting the data ecosystem.

The paper's findings are particularly alarming because model collapse is shown to be irreversible. Once the tails of the original data distribution are lost, they cannot be recovered by simply adding more synthetic data. This creates a 'data paradox': the more we rely on AI-generated content, the less valuable the web becomes as a training resource. The work serves as a stark warning to the AI community about the need for careful data provenance and curation.

Technical Contributions

  • Definition and demonstration of model collapse: The paper provides the first systematic study of this phenomenon across multiple generative model families (LLMs, VAEs, GMMs).
  • Theoretical intuition: The authors build a mathematical framework explaining why model collapse occurs, linking it to the iterative sampling from learned distributions that progressively lose variance and tail mass.
  • Ubiquity across architectures: By showing collapse in both deep (LLMs, VAEs) and shallow (GMMs) models, the paper argues this is a fundamental property of generative learning, not an artifact of a specific architecture.
  • Practical implications: The work quantifies the risk of training on web-scale data that increasingly contains AI-generated text and images.

Results

The paper does not provide specific numerical metrics (e.g., perplexity scores or accuracy figures) in the abstract, but the qualitative result is clear: model collapse manifests as the disappearance of distribution tails. For LLMs, this means loss of rare but important linguistic patterns; for VAEs and GMMs, it means mode dropping and variance shrinkage. The irreversibility is demonstrated through iterative training cycles where performance degrades monotonically.

Significance

This paper has already garnered 900 citations, reflecting its immediate impact on the AI community. It forces a re-evaluation of data collection practices for training large models. The work suggests that future AI systems may need to rely on carefully curated, human-generated datasets or develop methods to detect and filter AI-generated content. It also opens new research directions in data valuation, synthetic data quality, and robust training under distribution shift. For practitioners, the message is clear: indiscriminate use of model outputs in training is dangerous, and maintaining a 'data lineage' will become essential for sustainable AI development.