AIWiki
Malaysia
Back to all articles
AI Foundationsmodel collapsesynthetic datatraining data

Model Collapse

3 min readUpdated August 2026
Model Collapse
Type
Machine learning phenomenon
First characterised
2023–2024
Key researchers
Shumailov, Shumaylov, Zhao, Papernot, Anderson, Gal
Related
Synthetic data, data provenance, AI safety
Landmark study
Nature 631, 755–759 (2024)

Model collapse is a machine learning phenomenon in which an AI model trained on data produced by earlier generations of AI models progressively degrades, losing accuracy, diversity, and reliability — potentially to the point where outputs become meaningless. The phenomenon was characterised and popularised by researchers at the University of Oxford and collaborators, whose 2024 paper in the journal Nature demonstrated that recursive training on generated data leads to irreversible degradation.[1][2]

History

The concept was first set out in the preprint "The Curse of Recursion: Training on Generated Data Makes Models Forget" (2023) by Ilia Shumailov, Zakhar Shumaylov, and colleagues, and was published as "AI models collapse when trained on recursively generated data" in Nature in July 2024.[3][4] The study involved researchers from the Oxford Applied and Theoretical Machine Learning (OATML) group, the University of Cambridge, Imperial College London, and the University of Toronto.[5] In 2026, the topic returned to public discussion after OpenAI published "Where the goblins came from" (April 2026), addressing anomalous ChatGPT outputs that commentators linked to training on AI-generated content.[3]

Mechanism

Model collapse arises from a recursive feedback loop: a model is trained on data generated by previous models, and the errors and approximations of each generation are inherited and compounded by the next.[5] Researchers distinguish early model collapse, in which a model loses information from the tails — the rare or extreme elements — of the true data distribution, from late model collapse, in which the distribution converges so strongly that outputs bear little resemblance to the original data.[1] The degradation stems from statistical approximation errors, functional approximation errors, and sampling errors that accumulate across generations.[1] In one illustrative experiment, a language model trained recursively on text about medieval architecture produced, by the ninth generation, output resembling a list of jackrabbits.[6] Related work has shown that training on synthetic data can also amplify bias through fairness feedback loops.[3]

Impact and Mitigations

As AI-generated text, images, and video proliferate on the web, future models trained on internet-scale corpora risk ingesting increasing amounts of synthetic data, which may precipitate collapse.[1] Researchers propose several mitigations: tracking data provenance, preserving access to original human-generated sources, curating and filtering AI-generated data before training, and combining synthetic data with real data rather than replacing it.[1][6] These considerations are particularly relevant for developers building retrieval-augmented generation (RAG) systems over web content, where retrieved pages may themselves be AI-generated.

>See Also

References

🇲🇾Malaysian Context

Model collapse is directly relevant to Malaysia's national AI development agenda. Local large language model projects such as ILMU and MALaLAM depend on curated corpora of Malay, English, and regional languages, and the quality and provenance of that training data determine model reliability.[7][8] As AI-generated Malay-language content grows on the web, future Malaysian models trained on web scrapes — and Malaysian RAG applications built on web corpora — face the same synthetic-data contamination risks documented in the literature. The National AI Office's governance framework and Malaysia's AI roadmap emphasise data quality, and developers working with synthetic data under PDPA should maintain clear provenance records; data-labelling and curation practices are a recognised part of responsible AI development in the Malaysian ecosystem.

References

  1. [IBM: What Is Model Collapse?](https://www.ibm.com/think/topics/model-collapse)
  2. [Nature: AI models collapse when trained on recursively generated data](https://www.nature.com/articles/s41586-024-07566-y)
  3. [Model collapse — Wikipedia](https://en.wikipedia.org/wiki/Model_collapse)
  4. [arXiv: The Curse of Recursion — Training on Generated Data Makes Models Forget](https://arxiv.org/abs/2305.17493)
  5. [University of Oxford: New research warns of potential 'collapse' of machine learning models](https://www.cs.ox.ac.uk/news/2356-full.html)
  6. [TechXplore: Using AI to train AI — model collapse could be coming for LLMs](https://techxplore.com/news/2024-07-ai-collapse-llms.html)
  7. [ILMU Malaysian LLM — AIWiki Malaysia](/wiki/ilmu-malaysian-llm)
  8. [MALaLAM — AIWiki Malaysia](/wiki/mallam-malaysian-llm)