A Data-Efficient Path to Multilingual LLMs: Language Expansion via Post-training PARAM$\Delta$ Integration into Upcycled MoE
About
Expanding Large Language Models~(LLMs) to new languages is a costly endeavor, demanding extensive Continued Pre-Training~(CPT) and data-intensive alignment. While recent data-free merging techniques attempt to bypass alignment by fusing a multilingual CPT-enhanced model with its instruct counterpart, they are plagued by a critical trade-off: mitigating parameter conflicts to preserve original abilities inevitably dilutes new language acquisition, and vice-versa. To resolve this conflict, we introduce \method, which upcycles a dense model into a Mixture-of-Experts~(MoE) architecture, allocating different experts to different languages. Alignment ability is then transferred by grafting a MoE-expanded parameter delta~($\Delta_{\text{post}}$) to the CPT-enhanced base model, bypassing the complex alignment phase. Experiments demonstrate \method's superiority even against baselines with similar FLOPs or number of parameters; it improves performance on expanded languages while effectively preserving original capabilities. We further show our approach is highly applicable across different models and Post-training deltas.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Generalization | LLaMA Evaluation Expanded Languages 3.1-8B | Overall Score69.37 | 8 | |
| SFT Generalization | Tulu3 SFT (Expanded) | SFT Score65.77 | 8 | |
| Generalization | LLaMA Original Languages 3.1-8B | Generalization Score77.32 | 8 | |
| SFT Generalization | Tulu3 SFT (Original) | General Score76.14 | 8 |