The rapid ascent of Large Language Models (LLMs) and other generative AI tools has been nothing short of revolutionary, demonstrating high performance across a variety of tasks. Yet, as these models become pervasive and begin to generate much of the content online, a critical crisis is brewing in the very datasets that sustain them. If we continue on our current trajectory, ignoring the foundational issue of data quality, the next generation of AI may become unreliable, biased, and ultimately, nonsensical.
The core of this impending catastrophe lies in two interconnected problems: the model collapse phenomenon, driven by models training on their own synthetic output, and a persistent, industry-wide reluctance to adopt a data-centric philosophy. Addressing these issues requires immediate technical fixes, unprecedented industry coordination, and a fundamental shift in how we approach the creation of data pipelines.
The Cannibalistic Phenomenon of Model Collapse
A recent study has shown that training AI models on AI-generated text quickly leads to the models “churning out nonsense”. This self-destructive process is known as model collapse. This degenerative process affects successive generations of learned generative models when their outputs begin polluting the training data for their successors.
The risk of model collapse is considered universal, threatening all sizes of language models that rely on uncurated data, as well as simple image generators and other forms of AI. This is a concern that must be taken seriously if the benefits of training from large-scale web-scraped data are to be sustained.
The Mechanical Breakdown of Reality
The mechanism of collapse is deceptively simple: instead of learning from the true underlying data distribution, each model learns from the previous model’s prediction of reality. Since each model necessarily samples only from the data it is trained on, words or concepts that were infrequent in the original, real data become less likely to be reproduced in the synthetic output.

As this cycle repeats, errors are amplified in each iteration. Over time, these inaccuracies stack up, leading to a situation where the model primarily learns errors and nothing else.
This process is highly comparable to inbreeding in a species. If a species inbreeds with its own offspring and fails to diversify its gene pool, a collapse of the species can occur. The value of data collected about genuine human interactions with systems will become increasingly important in the presence of LLM-generated content crawled from the internet.
The results of this generational degradation are stark. Researchers demonstrated that models fine-tuned sequentially on data produced by their predecessors quickly resulted in gibberish. For example, by Generation 9, an LLM attempting to complete a Wikipedia-style article about English church towers instead produced a treatise detailing the many colours of jackrabbit tails. Even before complete collapse, learning from AI-derived texts causes model outputs to become more homogeneous and causes the model to forget information mentioned least frequently.
The Disappearance of the ‘Tails’ and the Threat to Fairness
The most critical consequence of model collapse is the irreversible loss of information about the tails of the distribution. The ‘tails’ represent low-probability events.
When learning with generational data, model collapse must arise because the low-probability events begin to disappear as a result of their low probability of sampling them. Mathematically, models fitted recursively using sample mean and variance estimators eventually diverge arbitrarily far from the original distribution, collapsing to zero variance.
The disappearance of the tails is not merely a technical limitation; it has profound implications for fairness. Low-probability events are often relevant to marginalised groups, meaning the erosion of this information seriously compromises the ability of AI models to fairly represent all groups. Furthermore, preserving the ability of LLMs to model low-probability events is vital to understanding complex systems. As synthetic data pervades the internet, the richness and variety inherent in human-generated content are being lost, meaning the scaling laws (which dictate that models improve with more data) are likely to break.
The Essential Shift to Data-Centric AI
The model collapse crisis highlights a systemic problem in the AI community: for too long, development has been fixated on the wrong challenge.
Traditionally, AI research has followed a model-centric approach. In this framework, the dataset is treated as fixed, and the focus is placed entirely on iterating the model architecture or the training procedure to improve performance against standard benchmarks (such as ImageNet or CIFAR100). While this method has delivered substantial progress in modelling, the incremental gains from improving model complexity are now diminishing in many tasks.
In contrast, the data-centric perspective argues that the path to reliable and trustworthy AI lies in systematically improving the data pipeline. This approach recognises that choices made during data preparation, from sourcing to annotation, often affect the model’s generalisability and reliability more significantly than the choice of the model itself.
The Data Pipeline Bottleneck
Currently, creating datasets for AI is a major challenge due to the high cost of curation and annotation. Data scientists report spending nearly twice as much time on data tasks (loading, cleansing, and visualisation) as on model training, selection, and deployment. Furthermore, there is growing recognition that state-of-the-art AI models often pick up spurious correlations and inherent biases present in the development data.
A clear example of this is seen in dermatology AI models. A systematic assessment showed that models for diagnosing malignant skin lesions performed substantially worse on dark skin tones compared to light skin tones, with the AUROC (a performance measure) dropping by 10–15 percent across skin tones. This poor performance was attributed both to data design (the lack of dark-skin images in the training set) and annotation errors. Crucially, merely changing the training method on the original biased data did not reduce the disparity. However, improving annotation quality and representation on a set of just a few hundred images successfully closed this performance gap and enhanced the overall reliability of the models. This demonstrates that relatively small improvements in data can have dramatic effects on model reliability.
Despite the evident importance of data quality, a data-centric focus is often lacking in current AI research. For example, a review of 70 dermatology AI papers found that 90 percent failed to present any information on the skin tones included in their dataset.
The Data-Centric Roadmap to Resilience
To combat model collapse and establish trustworthy AI, developers must implement systematic methods across the entire data pipeline. This includes careful design, sophisticated sculpting, and rigorous evaluation.
Data Design: Sourcing and Documentation
Data design involves identifying and documenting the sources of data and is crucial for mitigating bias. A critical criterion is ensuring that the data have sufficient coverage to represent diverse users and scenarios. Coverage gaps are common; for instance, medical AI data often disproportionately originates from only a few US states, limiting generalisability.
The Role of Synthetic Data
When representative, real data is hard to access, synthetic data can be used to fill coverage gaps. For example, synthetic faces can be generated to reduce bias in facial recognition models, and synthetic medical records can be used for knowledge discovery while protecting patient privacy. However, synthetic data are not a panacea. There is always a simulation-to-real gap that can lead to a performance drop when models transfer to the real world. Furthermore, synthetic data can exacerbate disparity if digitally disadvantaged groups are not considered in the simulator design.
Ensuring Data Provenance
The high dependence of AI models on their training context necessitates transparent reporting. Researchers must use tools like “data nutrition labels” to capture metadata, including statistics on the sex, gender, ethnicity, and geographical location of participants, helping to surface potential issues concerning underrepresented sub-populations. Data documentation must also capture provenance, tracking where and when a piece of data originates. The issue of provenance is particularly salient in the model collapse discussion, as the pollution of content crawled from the internet necessitates unprecedented coordination by big-tech firms to track which content is AI-generated.
Data Sculpting: Valuation, and Curation
Data sculpting involves refining the dataset through selection, cleaning, and annotation to make it effective.
Data Valuation and Filtering
Careful selection of data can substantially improve reliability compared to training on the entire noisy dataset. Data valuation quantifies the importance of different data points, allowing developers to filter out data that harms model performance due to poor quality or bias. The value of each data point can be quantified by systematically evaluating how its removal influences the model’s learning dynamics, predictive accuracy, or overall behaviour during training.
Tackling the Annotation Bottleneck
Annotation is often expensive and prone to biased errors, costing more than US$30 for a single complex LIDAR scan. Human-in-the-loop approaches are vital for efficiency:
- Data Programming: Instead of manual labelling, developers write programmatic labelling functions (rules or heuristics), and algorithms then aggregate these multiple labels to reduce noise.
- Active Learning: This method prioritises the most informative or uncertain data points for humans to annotate, drawing ideas from optimal experimental design, thereby drastically reducing the volume of data needed for supervision.
The Model Collapse Solution: Pruning and Preservation
For LLMs specifically, a human-in-the-loop solution may prove essential. Humans could curate AI-generated text before it re-enters the data pool; if properly pruned, the model collapse phenomenon could be partially or fully avoided.
Furthermore, research confirms that preserving the original, real data is a powerful mitigating strategy. When researchers fine-tuned models while preserving a random 10 percent of the original training data alongside synthetic data, performance degradation was only minor, and the process of collapse was substantially slowed. To sustain learning over a long period, access to the original data source must be preserved. Technical solutions, such as watermarking AI-generated data to keep it separate from real data, may be required, demanding unprecedented coordination across the technology sector.
Data Evaluation: Trust and Generalisability
The final stage ensures the model’s trustworthiness by assessing its performance on data representative of real-world use.
Finding Systematic Errors
Evaluation should move beyond aggregate performance metrics, such as AUC, to focus on detecting systematic errors across fine-grained subgroups of data. If metadata are available, performance should be sliced by attributes like sex, ethnicity, and geographical location to quantify model performance on potentially vulnerable subpopulations.
Preventing ‘Shortcuts’
It is vital to verify that AI models do not use “shortcut” strategies based on spurious correlations in the training data that may not generalise well in deployment. Systematic data ablation is an effective method for checking this. It involves training and evaluating models on versions of the data where certain inputs are removed or masked, revealing whether the model’s behavior changes in ways that expose spurious correlations.
Conclusion
The growing dependence of generative AI on its own synthetic outputs poses a serious threat to reliability and fairness. Preventing model collapse will depend not on larger architectures but on responsible data practices. A data-centric approach that prioritises careful design, transparent provenance, and rigorous evaluation is essential. By preserving real, high-quality data and embedding human oversight throughout the data pipeline, the AI community can safeguard the integrity and diversity of future models and ensure that progress remains grounded in truth and trust.
References
- Bohacek, M., & Farid, H. (2023). Nepotistically trained Generative-AI models collapse. arXiv (Cornell University). https://doi.org/10.48550/arxiv.2311.12202
- Shumailov, I., Shumaylov, Z., Zhao, Y., Papernot, N., Anderson, R., & Gal, Y. (2024). AI models collapse when trained on recursively generated data. Nature, 631(8022), 755–759. https://doi.org/10.1038/s41586-024-07566-y
- Wenger, E. (2024). AI produces gibberish when trained on too much AI-generated data. Nature, 631(8022), 742–743. https://doi.org/10.1038/d41586-024-02355-z
We are Kainovation Technologies, leading the way in AI, ML, and Data Analytics. Our innovative solutions transform industries and enhance business operations. Contact us for all your AI needs.