LOLA -- An Open-Source Massively Multilingual Large Language Model
Nikit Srivastava, Denis Kuchelev, Tatiana Moteu Ngoli, Kshitij Shetty, Michael Röder, Hamada Zahera, Diego Moussallem, Axel-Cyrille Ngonga Ngomo
TL;DR
LOLA tackles the challenge of multilingual generalization with a compute-efficient, decoder-only Transformer that uses sparse MoE layers to scale capacity without a proportional rise in compute. Trained on CulturaX data spanning $167$ languages, it achieves competitive results across 13 multilingual benchmarks and reveals that MoE routing organizes tokens by language-family patterns, even with modest active parameters ($1.3$B) out of $7.4$B total. The study systematically compares LOLA to 17 baselines, showing strong performance against smaller models while acknowledging gaps against the largest Category-3 models, particularly in Q&A and few-shot settings. As an open-source contribution, LOLA demonstrates the potential of sparse MoE for scalable, multilingual NLP and provides insights into language-group specialization via expert routing, with implications for future research and practical deployment.
Abstract
This paper presents LOLA, a massively multilingual large language model trained on more than 160 languages using a sparse Mixture-of-Experts Transformer architecture. Our architectural and implementation choices address the challenge of harnessing linguistic diversity while maintaining efficiency and avoiding the common pitfalls of multilinguality. Our analysis of the evaluation results shows competitive performance in natural language generation and understanding tasks. Additionally, we demonstrate how the learned expert-routing mechanism exploits implicit phylogenetic linguistic patterns to potentially alleviate the curse of multilinguality. We provide an in-depth look at the training process, an analysis of the datasets, and a balanced exploration of the model's strengths and limitations. As an open-source model, LOLA promotes reproducibility and serves as a robust foundation for future research. Our findings enable the development of compute-efficient multilingual models with strong, scalable performance across languages.
