CLLGFeb 19, 2023

Scaling Laws for Multilingual Neural Machine Translation

DeepMind
arXiv:2302.09650v137 citationsh-index: 46
AI Analysis

This work addresses the problem of optimizing language balancing in large-scale multilingual translation models for researchers and practitioners, though it is incremental as it builds on existing scaling law research.

The study investigates scaling laws for multilingual neural machine translation, finding that training mixture composition affects only the multiplicative factor of scaling laws, with language similarity having little impact, and it enables performance prediction for any language weighting, reducing balancing efforts.

In this work, we provide a large-scale empirical study of the scaling properties of multilingual neural machine translation models. We examine how increases in the model size affect the model performance and investigate the role of the training mixture composition on the scaling behavior. We find that changing the weightings of the individual language pairs in the training mixture only affect the multiplicative factor of the scaling law. In particular, we observe that multilingual models trained using different mixing rates all exhibit the same scaling exponent. Through a novel joint scaling law formulation, we compute the effective number of parameters allocated to each language pair and examine the role of language similarity in the scaling behavior of our models. We find little evidence that language similarity has any impact. In contrast, the direction of the multilinguality plays a significant role, with models translating from multiple languages into English having a larger number of effective parameters per task than their reversed counterparts. Finally, we leverage our observations to predict the performance of multilingual models trained with any language weighting at any scale, significantly reducing efforts required for language balancing in large multilingual models. Our findings apply to both in-domain and out-of-domain test sets and to multiple evaluation metrics, such as ChrF and BLEURT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes