paper-with-me

홈 › Papers

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

2021-05-18 · ACL 2021 5 · Mathias Müller, Rico Sennrich

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.

📄 PDF Abstract BibTeX arXiv:2105.08504

Code (1)

ZurichNLP/understanding-mbr 공식 구현

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Later-stage Minimum Bayes-Risk Decoding for Neural Machine Translation

2017-04-11 · Raphael Shu, Hideki Nakayama

For extended periods of time, sequence generation models rely on beam search algorithm to generate output sequence. However, the correctness of beam search degrades when the a model is over-confident about a suboptimal p…

GPUMachine TranslationRerankingTranslation

Document-Level Text Generation with Minimum Bayes Risk Decoding using Optimal Transport

2025-05-29 · Yuu Jinnai

Document-level text generation tasks are known to be more difficult than sentence-level text generation tasks as they require the understanding of longer context to generate high-quality texts. In this paper, we investig…

Document Level Machine TranslationImage CaptioningMachine TranslationSentence+2

Direct Preference Optimization for Neural Machine Translation with Minimum Bayes Risk Decoding

2023-11-14 · Guangyu Yang, Jinghong Chen, Weizhe Lin, Bill Byrne

Minimum Bayes Risk (MBR) decoding can significantly improve translation performance of Multilingual Large Language Models (MLLMs). However, MBR decoding is computationally expensive. We show how the recently developed Re…

Machine TranslationNMTreinforcement-learningReinforcement Learning+2

Unveiling the Power of Source: Source-based Minimum Bayes Risk Decoding for Neural Machine Translation

2024-06-17 · Boxuan Lyu, Hidetaka Kamigaito, Kotaro Funakoshi, Manabu Okumura

Maximum a posteriori decoding, a commonly used method for neural machine translation (NMT), aims to maximize the estimated posterior probability. However, high estimated probability does not always lead to high translati…

Machine TranslationNMTRerankingTranslation

Centroid-Based Efficient Minimum Bayes Risk Decoding

2024-02-17 · Hiroyuki Deguchi, Yusuke Sakai, Hidetaka Kamigaito, Taro Watanabe 외

Minimum Bayes risk (MBR) decoding achieved state-of-the-art translation performance by using COMET, a neural metric that has a high correlation with human evaluation. However, MBR decoding requires quadratic time since i…

de-enTranslation