paper-with-me

홈 › Papers

Model-Based Minimum Bayes Risk Decoding for Text Generation

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

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 expected risk under a probability model according to a given utility function. Since it is impractical to compute the expected risk exactly over all possible hypotheses, two approximations are commonly used in MBR. First, it integrates over a sampled set of hypotheses rather than over all possible hypotheses. Second, it estimates the probability of each hypothesis using a Monte Carlo estimator. While the first approximation is necessary to make it computationally feasible, the second is not essential since we typically have access to the model probability at inference time. We propose Model-Based MBR (MBMBR), a variant of MBR that uses the model probability itself as the estimate of the probability distribution instead of the Monte Carlo estimate. We show analytically and empirically that the model-based estimate is more promising than the Monte Carlo estimate in text generation tasks. Our experiments show that MBMBR outperforms MBR in several text generation tasks, both with encoder-decoder models and with large language models.

📄 PDF Abstract BibTeX arXiv:2311.05263

Code (1)

CyberAgentAILab/model-based-mbr 공식 구현 pytorch

Tasks

DecoderText Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Re-evaluating Minimum Bayes Risk Decoding for Automatic Speech Recognition

2025-10-22 · Yuu Jinnai arxiv

Recent work has shown that sample-based Minimum Bayes Risk (MBR) decoding outperforms beam search in text-to-text generation tasks, such as machine translation, text summarization, and image captioning. On the other hand…

Machine TranslationText SummarizationSpeech RecognitionImage Captioning

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

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

Improving Minimum Bayes Risk Decoding with Multi-Prompt

2024-07-22 · David Heineman, Yao Dou, Wei Xu

While instruction fine-tuned LLMs are effective text generators, sensitivity to prompt construction makes performance unstable and sub-optimal in practice. Relying on a single "best" prompt cannot capture all differing a…

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