paper-with-me

홈 › Papers

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

2025-12-04 · Atsuki Yamaguchi, Terufumi Morishita, Aline Villavicencio, Nikolaos Aletras arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.04844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Catastrophic Forgetting in Language Transfer via Model Merging

2024-07-11 · Anton Alexandrov, Veselin Raychev, Mark Niklas Müller, Ce Zhang 외

As open-weight large language models (LLMs) achieve ever more impressive performances across a wide range of tasks in English, practitioners aim to adapt these models to different languages. However, such language adapta…

Cross-Domain Attribute Alignment with CLIP: A Rehearsal-Free Approach for Class-Incremental Unsupervised Domain Adaptation

2025-09-14 · Kerun Mi, Guoliang Kang, Guangyu Li, Lin Zhao 외 arxiv

Class-Incremental Unsupervised Domain Adaptation (CI-UDA) aims to adapt a model from a labeled source domain to an unlabeled target domain, where the sets of potential target classes appearing at different time steps are…

Unsupervised Domain Adaptation

PADCLIP: Pseudo-labeling with Adaptive Debiasing in CLIP for Unsupervised Domain Adaptation

2023-01-01 · ICCV 2023 1 · Zhengfeng Lai, Noranart Vesdapunt, Ning Zhou, Jun Wu 외

Traditional Unsupervised Domain Adaptation (UDA) leverages the labeled source domain to tackle the learning tasks on the unlabeled target domain. It can be more challenging when a large domain gap exists between the …

Causal InferenceDomain AdaptationUnsupervised Domain Adaptation

CURLoRA: Stable LLM Continual Fine-Tuning and Catastrophic Forgetting Mitigation

2024-08-26 · Muhammad Fawi

This paper introduces CURLoRA, a novel approach to fine-tuning large language models (LLMs) that leverages CUR matrix decomposition in the context of Low-Rank Adaptation (LoRA). Our method addresses two critical challeng…

Continual Learning

Controlled Low-Rank Adaptation with Subspace Regularization for Continued Training on Large Language Models

2024-10-22 · Yuheng Lu, Bingshuo Qian, Caixia Yuan, Huixing Jiang 외

Large language models (LLMs) exhibit remarkable capabilities in natural language processing but face catastrophic forgetting when learning new tasks, where adaptation to a new domain leads to a substantial decline in per…