TL;DR
Large language models degrade when trained on their own outputs (model collapse), but prior work lacked explanation for which linguistic structures fail first. Researchers applied iterated learning theory from cultural evolution to predict degradation patterns, testing LLaMA-2-7B and Mistral-7B across 10 self-training generations in three languages.
✦ Why It Matters
Engineers can now apply task-grounded filtering and understand compositionality dynamics to design self-training pipelines that avoid model degradation.
Key Takeaways
How It Works
The study utilizes iterated learning theory, which posits that knowledge is transmitted and transformed through generations, to explain the non-linear trajectory of compositionality in LLMs. By analyzing the effects of self-training on LLaMA-2-7B and Mistral-7B, the researchers identified that compositionality improves initially but declines later, indicating a complex interaction between model training and data filtering.
Related