Martin Vechev
2024
Mitigating Catastrophic Forgetting in Language Transfer via Model Merging
Anton Alexandrov
|
Veselin Raychev
|
Mark Mueller
|
Ce Zhang
|
Martin Vechev
|
Kristina Toutanova
Findings of the Association for Computational Linguistics: EMNLP 2024
As open-weight large language models (LLMs) achieve ever more impressive performance across a wide range of tasks in English, practitioners aim to adapt these models to different languages. However, such language adaptation is often accompanied by catastrophic forgetting of the base model’s capabilities, severely limiting the usefulness of the resulting model. We address this issue by proposing Branch-and-Merge (BaM), a new adaptation method based on iteratively merging multiple models, fine-tuned on a subset of the available training data. BaM is based on the insight that this yields lower magnitude but higher quality weight changes, reducing forgetting of the source domain while maintaining learning on the target domain. We demonstrate in an extensive empirical study on Bulgarian and German that BaM can significantly reduce forgetting while matching or even improving target domain performance compared to both standard continued pretraining and instruction finetuning across different model architectures.
Search