A Fragility Spectrum for Recursive Language-Model Training

📅 2026-09-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究解决了模型生成文本在重复训练中多样性崩溃的问题,通过固定污染协议并观察13个检查点五代后的表现,发现模型脆弱性可通过自身迭代输出预测。
📝 Abstract
Model-generated text is finding its way back into training corpora, and there is plenty of evidence that training on such data over and over collapses output diversity. Prior work has studied the phenomenon itself: which protocols and which data mixtures cause collapse. But different models behave very differently under the same process. We fix one recursive contamination protocol and let 13 publicly released checkpoints form an ecosystem that shares a common corpus for five generations. The unique 4-gram outcome after five generations ranges from 0.187 to 0.940 across checkpoints, a roughly five-fold spread: some models are barely touched, others degenerate into repetitive fragments. Changing the composition of the shared pool or mixing in human text keeps the Spearman correlation of the ordering at 0.91--0.97, and changing the random seed keeps it at 0.93--0.98. Whether a model collapses easily under recursive training is, then, a property of the checkpoint itself, and one that has gone largely unexamined. Parameter scale alone does not explain it, since a three-size ladder within one family is not monotonic in size, and none of the static indicators we tested predicts it either. What does work is cheap: let a model iterate on its own output for two or three generations, and its fragility in the larger ecosystem can be inferred from that alone. Collapse speed also responds to intervention. Tightening top-p, which cuts the low-probability tail at generation time, nearly stops collapse within three generations and stabilizes six checkpoints spanning the whole spectrum together, while data-side filtering slows collapse without stopping it.
Problem

Research questions and friction points this paper is trying to address.

recursive training
output diversity
model collapse
Innovation

Methods, ideas, or system contributions that make the work stand out.

recursive training
output diversity collapse
model fragility
top-p adjustment
generation iteration
🔎 Similar Papers
2023-11-15Conference on Empirical Methods in Natural Language ProcessingCitations: 2