CLLGMay 18, 2021

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

arXiv:2105.08504v1722 citations
Originality Synthesis-oriented
AI Analysis

This work tackles decoding biases and robustness problems in neural machine translation, which is incremental as it builds on prior MBR proposals.

The paper investigates Minimum Bayes Risk (MBR) decoding in neural machine translation to address biases like short translations and overgeneration of frequent words, finding that MBR reduces robustness issues but still exhibits length and frequency biases due to the metrics used.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes