EMNLP 2022main9 citations

Non-Autoregressive Neural Machine Translation: A Call for Clarity

Robin Schmidt, Telmo Pires, Stephan Peitz, Jonas Lööf

Abstract

Non-autoregressive approaches aim to improve the inference speed of translation models by only requiring a single forward pass to generate the output sequence instead of iteratively producing each predicted token. Consequently, their translation quality still tends to be inferior to their autoregressive counterparts due to several issues involving output token interdependence. In this work, we take a step back and revisit several techniques that have been proposed for improving non-autoregressive translation models and compare their combined translation quality and speed implications under third-party testing environments. We provide novel insights for establishing strong baselines using length prediction or CTC-based architecture variants and contribute standardized BLEU, chrF++, and TER scores using sacreBLEU on four translation tasks, which crucially have been missing as inconsistencies in the use of tokenized BLEU lead to deviations of up to 1.7 BLEU points. Our open-sourced code is integrated into fairseq for reproducibility.

BibTeX
@inproceedings{schmidt-etal-2022-non,
    title = "Non-Autoregressive Neural Machine Translation: A Call for Clarity",
    author = {Schmidt, Robin  and
      Pires, Telmo  and
      Peitz, Stephan  and
      L{\"o}{\"o}f, Jonas},
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.179/",
    doi = "10.18653/v1/2022.emnlp-main.179",
    pages = "2785--2799"
}
Non-Autoregressive Neural Machine Translation: A Call for Clarity · EMNLP 2022