paper-with-me

홈 › Papers

Sampling-Based Approximations to Minimum Bayes Risk Decoding for Neural Machine Translation

2021-08-10 · Bryan Eikema, Wilker Aziz

In NMT we search for the mode of the model distribution to form predictions. The mode and other high-probability translations found by beam search have been shown to often be inadequate in a number of ways. This prevents improving translation quality through better search, as these idiosyncratic translations end up selected by the decoding algorithm, a problem known as the beam search curse. Recently, an approximation to minimum Bayes risk (MBR) decoding has been proposed as an alternative decision rule that would likely not suffer from the same problems. We analyse this approximation and establish that it has no equivalent to the beam search curse. We then design approximations that decouple the cost of exploration from the cost of robust estimation of expected utility. This allows for much larger hypothesis spaces, which we show to be beneficial. We also show that mode-seeking strategies can aid in constructing compact sets of promising hypotheses and that MBR is effective in identifying good translations in them. We conduct experiments on three language pairs varying in amounts of resources available: English into and from German, Romanian, and Nepali.

📄 PDF Abstract BibTeX arXiv:2108.04718

Code (1)

roxot/mbr-nmt 공식 구현

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Epsilon Sampling Rocks: Investigating Sampling Strategies for Minimum Bayes Risk Decoding for Machine Translation

2023-05-17 · Markus Freitag, Behrooz Ghorbani, Patrick Fernandes

Recent advances in machine translation (MT) have shown that Minimum Bayes Risk (MBR) decoding can be a powerful alternative to beam search decoding, especially when combined with neural-based utility functions. However, …

Machine Translation

Linear-time Minimum Bayes Risk Decoding with Reference Aggregation

2024-02-06 · Jannis Vamvas, Rico Sennrich

Minimum Bayes Risk (MBR) decoding is a text generation technique that has been shown to improve the quality of machine translations, but is expensive, even if a sampling-based approximation is used. Besides requiring a l…

Text Generation

Model-Based Minimum Bayes Risk Decoding for Text Generation

2023-11-09 · Yuu Jinnai, Tetsuro Morimura, Ukyo Honda, Kaito Ariu 외

Minimum Bayes Risk (MBR) decoding has been shown to be a powerful alternative to beam search decoding in a variety of text generation tasks. MBR decoding selects a hypothesis from a pool of hypotheses that has the least …

DecoderText Generation

On the True Distribution Approximation of Minimum Bayes-Risk Decoding

2024-03-31 · Atsumoto Ohashi, Ukyo Honda, Tetsuro Morimura, Yuu Jinnai

Minimum Bayes-risk (MBR) decoding has recently gained renewed attention in text generation. MBR decoding considers texts sampled from a model as pseudo-references and selects the text with the highest similarity to the o…

Anomaly DetectionText Generation

Generating Diverse and High-Quality Texts by Minimum Bayes Risk Decoding

2024-01-10 · Yuu Jinnai, Ukyo Honda, Tetsuro Morimura, Peinan Zhang

One of the most important challenges in text generation systems is to produce outputs that are not only correct but also diverse. Recently, Minimum Bayes-Risk (MBR) decoding has gained prominence for generating sentences…

DecoderDiversityLanguage ModelingLanguage Modelling+2