What Causes Knowledge Loss in Multilingual Language Models?
Maria Khelli, Samuel Cahyawijaya, Ayu Purwarianti, Genta Indra Winata
TL;DR
This work investigates catastrophic forgetting in cross-lingual transfer for multilingual NLP by evaluating 52 languages with LoRA adapters under different parameter-sharing regimes. Through a lifelong-learning setup and a suite of metrics including CFT, CBT, MFT, and MBT, it reveals that non-Latin-script languages are more prone to forgetting, while Latin-script languages transfer more effectively. The study finds that partial sharing (NON-SHARED LoRA) often strikes a favorable balance between retaining prior knowledge and achieving strong cross-lingual performance, whereas fully shared adapters can incur large forgetting costs. These insights inform robust multilingual system design and suggest vitality-aware scheduling to improve continual learning in real-world multilingual settings.
Abstract
Cross-lingual transfer in natural language processing (NLP) models enhances multilingual performance by leveraging shared linguistic knowledge. However, traditional methods that process all data simultaneously often fail to mimic real-world scenarios, leading to challenges like catastrophic forgetting, where fine-tuning on new tasks degrades performance on previously learned ones. Our study explores this issue in multilingual contexts, focusing on linguistic differences affecting representational learning rather than just model parameters. We experiment with 52 languages using LoRA adapters of varying ranks to evaluate non-shared, partially shared, and fully shared parameters. Our aim is to see if parameter sharing through adapters can mitigate forgetting while preserving prior knowledge. We find that languages using non-Latin scripts are more susceptible to catastrophic forgetting, whereas those written in Latin script facilitate more effective cross-lingual transfer.
