The Impact of Model Scaling on Seen and Unseen Language Performance
Rhitabrat Pokharel, Sina Bagheri Nezhad, Ameeta Agrawal, Suresh Singh
TL;DR
The paper tackles multilingual scaling by evaluating three decoder-only LLM families (XGLM, BLOOM, BLOOMZ) across sizes on 204 languages for both text classification (SIB-200) and translation (Flores-200). Using zero-shot and $k=2$ in-context demonstrations, it reveals that scaling effects are task- and prompt-dependent: classification benefits linearly from scale in 2-shot scenarios, while translation mainly improves with instruction-tuning rather than sheer size; zero-shot performance tends to be flat with respect to model scale. A key finding is that general resource level correlates more with performance than language-specific pretraining data, though seen languages consistently outperform unseen ones and cross-language transfer helps unseen languages under certain conditions. These insights inform multilingual model design, data curation, and the trade-offs between scaling, instruction tuning, and dataset composition for broad language coverage.
Abstract
The rapid advancement of Large Language Models (LLMs), particularly those trained on multilingual corpora, has intensified the need for a deeper understanding of their performance across a diverse range of languages and model sizes. Our research addresses this critical need by studying the performance and scaling behavior of multilingual LLMs in text classification and machine translation tasks across 204 languages. We systematically examine both seen and unseen languages across three model families of varying sizes in zero-shot and few-shot settings. Our findings show significant differences in scaling behavior between zero-shot and two-shot scenarios, with striking disparities in performance between seen and unseen languages. Model scale has little effect on zero-shot performance, which remains mostly flat. However, in two-shot settings, larger models show clear linear improvements in multilingual text classification. For translation tasks, however, only the instruction-tuned model showed clear benefits from scaling. Our analysis also suggests that overall resource levels, not just the proportions of pretraining languages, are better predictors of model performance, shedding light on what drives multilingual LLM effectiveness.
