Continual-learning for Modelling Low-Resource Languages from Large Language Models
Santosh Srinath K, Mudit Somani, Varun Reddy Padala, Prajna Devi Upadhyay, Abhijit Das
TL;DR
This work tackles catastrophic forgetting when adapting large multilingual models to low-resource languages by introducing a parameter-efficient continual-learning framework. It uses language-specific adapters plus a shared replay adapter and a POS-guided code-switch replay mechanism to preserve previously learned cross-lingual knowledge while sequentially incorporating new languages. Experiments across MTOP, PAXQA, and xGQA demonstrate improved retention and cross-lingual generalization, with ablations validating the replay adapter and POS-based code-switch as key drivers. The approach is scalable and memory-efficient, offering a practical path for deploying multilingual VLM/LLM systems in resource-constrained settings.
Abstract
Modelling a language model for a multi-lingual scenario includes several potential challenges, among which catastrophic forgetting is the major challenge. For example, small language models (SLM) built for low-resource languages by adapting large language models (LLMs) pose the challenge of catastrophic forgetting. This work proposes to employ a continual learning strategy using parts-of-speech (POS)-based code-switching along with a replay adapter strategy to mitigate the identified gap of catastrophic forgetting while training SLM from LLM. Experiments conducted on vision language tasks such as visual question answering and language modelling task exhibits the success of the proposed architecture.
