English

Group then Scale: Dynamic Mixture-of-Experts Multilingual Language Model

Computation and Language 2025-06-17 v1 Artificial Intelligence

Abstract

The curse of multilinguality phenomenon is a fundamental problem of multilingual Large Language Models (LLMs), where the competition between massive languages results in inferior performance. It mainly comes from limited capacity and negative transfer between dissimilar languages. To address this issue, we propose a method to dynamically group and scale up the parameters of multilingual LLM while boosting positive transfer among similar languages. Specifically, the model is first tuned on monolingual corpus to determine the parameter deviation in each layer and quantify the similarity between languages. Layers with more deviations are extended to mixture-of-experts layers to reduce competition between languages, where one expert module serves one group of similar languages. Experimental results on 18 to 128 languages show that our method reduces the negative transfer between languages and significantly boosts multilingual performance with fewer parameters. Such language group specialization on experts benefits the new language adaptation and reduces the inference on the previous multilingual knowledge learned.

Keywords

Cite

@article{arxiv.2506.12388,
  title  = {Group then Scale: Dynamic Mixture-of-Experts Multilingual Language Model},
  author = {Chong Li and Yingzhuo Deng and Jiajun Zhang and Chengqing Zong},
  journal= {arXiv preprint arXiv:2506.12388},
  year   = {2025}
}

Comments

ACL 2025, our codes and models are available at https://github.com/ZNLP/DMoE

R2 v1 2026-07-01T03:17:30.775Z