CLAIDec 4, 2025

Mitigating Catastrophic Forgetting in Target Language Adaptation of LLMs via Source-Shielded Updates

arXiv:2512.04844v13 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the challenge of expanding linguistic diversity in LLMs for global accessibility, though it is incremental as it builds on existing adaptation methods.

The paper tackled the problem of catastrophic forgetting when adapting large language models to new languages with limited unlabeled data, introducing Source-Shielded Updates (SSU) to reduce performance degradation on source tasks to 3.4% and 2.8% on average for 7B and 13B models, respectively, while maintaining competitive target-language performance.

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.

Foundations

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

Your Notes