EMNLP 2024finding9 citations

Mitigating Catastrophic Forgetting in Language Transfer via Model Merging

Anton Alexandrov, Veselin Raychev, Mark Niklas Mueller, Ce Zhang, Martin Vechev, Kristina Toutanova

Abstract

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.

BibTeX
@inproceedings{alexandrov-etal-2024-mitigating,
    title = "Mitigating Catastrophic Forgetting in Language Transfer via Model Merging",
    author = "Alexandrov, Anton  and
      Raychev, Veselin  and
      Mueller, Mark Niklas  and
      Zhang, Ce  and
      Vechev, Martin  and
      Toutanova, Kristina",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.1000/",
    doi = "10.18653/v1/2024.findings-emnlp.1000",
    pages = "17167--17186"
}
Mitigating Catastrophic Forgetting in Language Transfer via Model Merging · EMNLP 2024