paper-with-me

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 prediction. In this paper, we propose to perform minimum Bayes-risk (MBR) decoding for some extra steps at a later stage. In order to speed up MBR decoding, we compute the Bayes risks on GPU in batch mode. In our experiments, we found that MBR reranking works with a large beam size. Later-stage MBR decoding is shown to outperform simple MBR reranking in machine translation tasks.

📄 PDF Abstract BibTeX arXiv:1704.03169

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMachine TranslationRerankingTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

Non-Autoregressive Minimum Bayes' Risk Decoding for Fast Speech Recognition

2026-06-16 · Hiroyuki Deguchi, Takatomo Kano, Katsuki Chousa, Marc Delcroix arxiv

Non-autoregressive (NAR) decoding generates output tokens in parallel, making speech recognition faster than autoregressive decoding, which generates them sequentially from left to right. However, the recognition perform…

Speech Recognition

Hyperparameter-Free Approach for Faster Minimum Bayes Risk Decoding

2024-01-05 · Yuu Jinnai, Kaito Ariu

Minimum Bayes-Risk (MBR) decoding is shown to be a powerful alternative to beam search decoding for a wide range of text generation tasks. However, MBR requires a huge amount of time for inference to compute the MBR obje…

Image CaptioningMachine TranslationText GenerationText Summarization+1