Overtrained Language Models Are Harder to Fine-Tune
2025/03/24 by Jacob Mitchell Springer, Springer, Jacob Mitchell, Sachin Goyal +13 · 8 voices · 23 citations
#cs.CL #cs.AI
paper · pdf · doi:10.48550/arxiv.2503.19206
Abstract
Large language models are pre-trained on ever-growing token budgets under the assumption that better pre-training performance translates to improved downstream models. In this work, we challenge this assumption and show that extended pre-training can make models harder to fine-tune, leading to degraded final performance. We term this phenomenon catastrophic overtraining. For example, the instruction-tuned OLMo-1B model pre-trained on 3T tokens leads to over 2% worse performance on multiple standard LLM benchmarks than its 2.3T token counterpart. Through controlled experiments and theoretical analysis, we show that catastrophic overtraining arises from a systematic increase in the broad sensitivity of pre-trained parameters to modifications, including but not limited to fine-tuning. Our findings call for a critical reassessment of pre-training design that considers the downstream adaptability of the model.
Cited by
Discussions
- E.g., here's one of many papers pointing out that excessive pre-training on an LLM makes the final performance worse. If an LLM is overtrained to fit Trump's requirement it talk like MechHitler, the e [bsky, 121 points, 3 comments]
- Training with more data = better LLMs, right? 🚨 False! Scaling language models by adding more pre-training data can decrease your performance after post-training! Introducing "catastrophic overtrai [bsky, 33 points, 1 comments]
- Not biology-related but interesting nonetheless arxiv.org/abs/2503.19206 [bsky, 14 points, 2 comments]
- I have been wondering about this for a while, kind of a "if you know everything, you know nothing" kind of thing arxiv.org/abs/2503.19206 [bsky, 1 points, 1 comments]
- Overtrained models makes them harder to fine tune. That is, one makes tradeoffs in model-building, a lesson one has to learn about all ML, and optimization work in general "Overtrained Language Models [bsky, 1 points, 0 comments]
- I wonder if somebody studies what affects LLMs "finetunability" on downstream set of specific domains/tasks either from architectural or data perspective The only thing I could remember is arxiv.org/a [bsky, 0 points, 0 comments]
- The assumption that better pre-training performance translates to improved downstream models might be wrong. This paper shows that "catastrophic overtraining" can make models harder to fine-tune, lead [bsky, 0 points, 0 comments]
- arxiv.org/abs/2503.19206 [bsky, 0 points, 0 comments]
Related