InstructAlign: High-and-Low Resource Language Alignment via Continual Crosslingual Instruction Tuning
Samuel Cahyawijaya, Holy Lovenia, Tiezheng Yu, Willy Chung, Pascale Fung
TL;DR
InstructAlign tackles the problem of limited language coverage and catastrophic forgetting in instruction-tuned LLMs when adapting to underrepresented languages. It combines crosslingual instruction-based alignment (TLM, MT, XSS) with continual instruction tuning via experience replay to learn low-resource languages without degrading existing multitask abilities. Empirical results on Indonesian local languages show 5–10% gains in weighted F1 for L2 while preserving L1 performance, with larger models benefiting more from the approach and transfer to related L3 languages demonstrated (Pearson ≈ 0.96). The work advances language adaptation for instruction-tuned LLMs, offering a practical pathway to broader, more inclusive multilingual NLP systems and enabling safer forward transfer to unseen related languages.
Abstract
Large language models (LLMs) that are tuned with instructions have demonstrated remarkable capabilities in various tasks and languages. However, their ability to generalize to underrepresented languages is limited due to the scarcity of available data. Additionally, directly adapting new languages to instruction-tuned LLMs can result in catastrophic forgetting, which leads to the loss of multitasking ability. To address this issue, we propose InstructAlign which uses continual crosslingual instruction tuning to enable LLMs to align new unseen languages with previously learned high-resource languages. Our results demonstrate the effectiveness of InstructAlign in enabling the model to understand low-resource languages with limited parallel data while preventing catastrophic forgetting. Our work contributes to the advancement of language adaptation methods, particularly for adapting instruction-tuned LLMs to underrepresented languages. Our code is released on https://github.com/HLTCHKUST/InstructAlign
