ACL 2021long54 citations

Understanding the Properties of Minimum Bayes Risk Decoding in Neural Machine Translation

Mathias Müller, Rico Sennrich

Abstract

Neural Machine Translation (NMT) currently exhibits biases such as producing translations that are too short and overgenerating frequent words, and shows poor robustness to copy noise in training data or domain shift. Recent work has tied these shortcomings to beam search – the de facto standard inference algorithm in NMT – and Eikema & Aziz (2020) propose to use Minimum Bayes Risk (MBR) decoding on unbiased samples instead. In this paper, we empirically investigate the properties of MBR decoding on a number of previously reported biases and failure cases of beam search. We find that MBR still exhibits a length and token frequency bias, owing to the MT metrics used as utility functions, but that MBR also increases robustness against copy noise in the training data and domain shift.

BibTeX
@inproceedings{muller-sennrich-2021-understanding,
    title = "Understanding the Properties of Minimum {B}ayes Risk Decoding in Neural Machine Translation",
    author = {M{\"u}ller, Mathias  and
      Sennrich, Rico},
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.22/",
    doi = "10.18653/v1/2021.acl-long.22",
    pages = "259--272"
}