How Bad is Training on Synthetic Data? A Statistical Analysis of Language Model Collapse
Mohamed El Amine Seddik, Suei-Wen Chen, Soufiane Hayou, Pierre Youssef, Merouane Debbah
TL;DR
The paper investigates model collapse in recursive language-model training where synthetic data are generated from prior models. It presents a simple statistical framework for next-token prediction and proves that training exclusively on synthetic data leads to almost-sure total collapse, with $S_m = 1 - (1 - 1/n)^m (1 - S_0)$ describing the variance trajectory and absorbing Dirac-mass convergence. When real data are mixed in (Partially Synthetic setting), the authors derive a closed-form evolution and concentration-based bounds that quantify how much synthetic data can be injected before collapse becomes unavoidable, linking the bound to $\alpha = n/(N+n)$ and $\beta$ as defined, and they bound $\mathbb{E}\|{\mathbf{p}}^{(m)} - {\mathbf{p}}^{(1)}\|_1$. Empirical validations with GPT2-style models on real text and synthetic experiments corroborate the theory, showing collapse in the fully synthetic regime and stability when real data are injected, thereby providing practical guidance on data mixtures to mitigate distribution drift in future generations of language models.
Abstract
The phenomenon of model collapse, introduced in (Shumailov et al., 2023), refers to the deterioration in performance that occurs when new models are trained on synthetic data generated from previously trained models. This recursive training loop makes the tails of the original distribution disappear, thereby making future-generation models forget about the initial (real) distribution. With the aim of rigorously understanding model collapse in language models, we consider in this paper a statistical model that allows us to characterize the impact of various recursive training scenarios. Specifically, we demonstrate that model collapse cannot be avoided when training solely on synthetic data. However, when mixing both real and synthetic data, we provide an estimate of a maximal amount of synthetic data below which model collapse can eventually be avoided. Our theoretical conclusions are further supported by empirical validations.
