Mitigating Catastrophic Forgetting in Target Language Adaptation of LLMs via Source-Shielded Updates
Atsuki Yamaguchi, Terufumi Morishita, Aline Villavicencio, Nikolaos Aletras
TL;DR
This paper tackles catastrophic forgetting when adapting instruct LLMs to target languages under low-resource conditions by introducing Source-Shielded Updates (SSU). SSU uses a source-data-driven parameter importance scoring method (e.g., Wanda) to identify critical weights, applies a column-wise freezing mask before adaptation, and performs continual pre-training on unlabeled target data with these masks. Experiments across five languages and two model scales show that SSU preserves core source abilities—such as instruction-following and safety—while achieving target-language performance competitive with full fine-tuning, often surpassing it on 7B models. The work also provides extensive analyses of freezing ratios, alternative scoring methods, calibration data effects, and qualitative behavior, and discusses practical implications and reproducibility. Overall, SSU offers a scalable, principled approach to expanding the linguistic reach of instruct LLMs without costly labeled data or substantial forgetting.
Abstract
Expanding the linguistic diversity of instruct large language models (LLMs) is crucial for global accessibility but is often hindered by the reliance on costly specialized target language labeled data and catastrophic forgetting during adaptation. We tackle this challenge under a realistic, low-resource constraint: adapting instruct LLMs using only unlabeled target language data. We introduce Source-Shielded Updates (SSU), a selective parameter update strategy that proactively preserves source knowledge. Using a small set of source data and a parameter importance scoring method, SSU identifies parameters critical to maintaining source abilities. It then applies a column-wise freezing strategy to protect these parameters before adaptation. Experiments across five typologically diverse languages and 7B and 13B models demonstrate that SSU successfully mitigates catastrophic forgetting. It reduces performance degradation on monolingual source tasks to just 3.4% (7B) and 2.8% (13B) on average, a stark contrast to the 20.3% and 22.3% from full fine-tuning. SSU also achieves target-language performance highly competitive with full fine-tuning, outperforming it on all benchmarks for 7B models and the majority for 13B models.
