English

Efficient Inference for Multilingual Neural Machine Translation

Computation and Language 2021-11-09 v2

Abstract

Multilingual NMT has become an attractive solution for MT deployment in production. But to match bilingual quality, it comes at the cost of larger and slower models. In this work, we consider several ways to make multilingual NMT faster at inference without degrading its quality. We experiment with several "light decoder" architectures in two 20-language multi-parallel settings: small-scale on TED Talks and large-scale on ParaCrawl. Our experiments demonstrate that combining a shallow decoder with vocabulary filtering leads to more than twice faster inference with no loss in translation quality. We validate our findings with BLEU and chrF (on 380 language pairs), robustness evaluation and human evaluation.

Keywords

Cite

@article{arxiv.2109.06679,
  title  = {Efficient Inference for Multilingual Neural Machine Translation},
  author = {Alexandre Berard and Dain Lee and Stéphane Clinchant and Kweonwoo Jung and Vassilina Nikoulina},
  journal= {arXiv preprint arXiv:2109.06679},
  year   = {2021}
}

Comments

EMNLP 2021 long paper

R2 v1 2026-06-24T05:57:17.756Z