CLAIMay 30, 2025

Emergent Abilities of Large Language Models under Continued Pretraining for Language Adaptation

arXiv:2506.00288v33 citationsh-index: 33ACL
Originality Incremental advance
AI Analysis

This work addresses the problem of catastrophic forgetting in language adaptation for researchers and practitioners, offering insights and methods to improve model generalization, though it is incremental in refining existing adaptation techniques.

The study investigated the role of English data in continued pretraining for adapting large language models to new languages, finding that including English is crucial for emergent downstream capabilities despite not affecting validation perplexity, and introduced curriculum learning and exponential moving average as effective alternatives to mitigate forgetting.

Continued pretraining (CPT) is a popular approach to adapt existing large language models (LLMs) to new languages. When doing so, it is common practice to include a portion of English data in the mixture, but its role has not been carefully studied to date. In this work, we show that including English does not impact validation perplexity, yet it is critical for the emergence of downstream capabilities in the target language. We introduce a language-agnostic benchmark for in-context learning (ICL), which reveals catastrophic forgetting early on CPT when English is not included. This in turn damages the ability of the model to generalize to downstream prompts in the target language as measured by perplexity, even if it does not manifest in terms of accuracy until later in training, and can be tied to a big shift in the model parameters. Based on these insights, we introduce curriculum learning and exponential moving average (EMA) of weights as effective alternatives to mitigate the need for English. All in all, our work sheds light into the dynamics by which emergent abilities arise when doing CPT for language adaptation, and can serve as a foundation to design more effective methods in the future.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes