English

Distributionally Robust Multilingual Machine Translation

Computation and Language 2021-09-10 v1 Artificial Intelligence Machine Learning

Abstract

Multilingual neural machine translation (MNMT) learns to translate multiple language pairs with a single model, potentially improving both the accuracy and the memory-efficiency of deployed models. However, the heavy data imbalance between languages hinders the model from performing uniformly across language pairs. In this paper, we propose a new learning objective for MNMT based on distributionally robust optimization, which minimizes the worst-case expected loss over the set of language pairs. We further show how to practically optimize this objective for large translation corpora using an iterated best response scheme, which is both effective and incurs negligible additional computational cost compared to standard empirical risk minimization. We perform extensive experiments on three sets of languages from two datasets and show that our method consistently outperforms strong baseline methods in terms of average and per-language performance under both many-to-one and one-to-many translation settings.

Keywords

Cite

@article{arxiv.2109.04020,
  title  = {Distributionally Robust Multilingual Machine Translation},
  author = {Chunting Zhou and Daniel Levy and Xian Li and Marjan Ghazvininejad and Graham Neubig},
  journal= {arXiv preprint arXiv:2109.04020},
  year   = {2021}
}

Comments

Long paper accepted by EMNLP2021 main conference

R2 v1 2026-06-24T05:48:42.126Z