paper-with-me

홈 › Papers

Scaling Laws for Multilingual Neural Machine Translation

2023-02-19 · Patrick Fernandes, Behrooz Ghorbani, Xavier Garcia, Markus Freitag, Orhan Firat

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.

📄 PDF Abstract BibTeX arXiv:2302.09650

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Scaling Laws of Decoder-Only Models on the Multilingual Machine Translation Task

2024-09-23 · Gaëtan Caillaut, Raheel Qader, Mariam Nakhlé, Jingshu Liu 외

Recent studies have showcased remarkable capabilities of decoder-only models in many NLP tasks, including translation. Yet, the machine translation field has been largely dominated by encoder-decoder models based on the …

DecoderMachine TranslationSentenceTranslation

OWLS: Scaling Laws for Multilingual Speech Recognition and Translation Models

2025-02-14 · William Chen, Jinchuan Tian, Yifan Peng, Brian Yan 외

Neural scaling laws offer valuable insights for designing robust sequence processing architectures. While these laws have been extensively characterized in other modalities, their behavior in speech remains comparatively…

speech-recognitionSpeech RecognitionTranslation

Florenz: Scaling Laws for Systematic Generalization in Vision-Language Models

2025-03-12 · Julian Spravil, Sebastian Houben, Sven Behnke

Cross-lingual transfer enables vision-language models (VLMs) to perform vision tasks in various languages with training data only in one language. Current approaches rely on large pre-trained multilingual language models…

Cross-Lingual TransferImage CaptioningLarge Language ModelMachine Translation+3

Scaling Laws for Code: Every Programming Language Matters

2025-12-15 · Jian Yang, Shawn Guo, Lin Jing, Wei Zhang 외 arxiv

Code large language models (Code LLMs) are powerful but costly to train, with scaling laws predicting performance from model size, data, and compute. However, different programming languages (PLs) have varying impacts du…

EuroLLM: Multilingual Language Models for Europe

2024-09-24 · Pedro Henrique Martins, Patrick Fernandes, João Alves, Nuno M. Guerreiro 외

The quality of open-weight LLMs has seen significant improvement, yet they remain predominantly focused on English. In this paper, we introduce the EuroLLM project, aimed at developing a suite of open-weight multilingual…

Machine Translation