EMNLP 2021main12 citations

Efficient Inference for Multilingual Neural Machine Translation

Alexandre Berard, Dain Lee, Stephane Clinchant, Kweonwoo Jung, Vassilina Nikoulina

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 almost 2 times 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.

BibTeX
@inproceedings{berard-etal-2021-efficient,
    title = "Efficient Inference for Multilingual Neural Machine Translation",
    author = "Berard, Alexandre  and
      Lee, Dain  and
      Clinchant, Stephane  and
      Jung, Kweonwoo  and
      Nikoulina, Vassilina",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.674/",
    doi = "10.18653/v1/2021.emnlp-main.674",
    pages = "8563--8583"
}
Efficient Inference for Multilingual Neural Machine Translation · EMNLP 2021