paper-with-me

Papers

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 objective, which makes the method infeasible in many situations where response time is critical. Confidence-based pruning (CBP) (Cheng and Vlachos, 2023) has recently been proposed to reduce the inference time in machine translation tasks. Although it is shown to significantly reduce the amount of computation, it requires hyperparameter tuning using a development set to be effective. To this end, we propose Approximate Minimum Bayes-Risk (AMBR) decoding, a hyperparameter-free method to run MBR decoding approximately. AMBR is derived from the observation that the problem of computing the sample-based MBR objective is the medoid identification problem. AMBR uses the Correlated Sequential Halving (CSH) algorithm (Baharav and Tse, 2019), the best approximation algorithm to date for the medoid identification problem, to compute the sample-based MBR objective. We evaluate AMBR on machine translation, text summarization, and image captioning tasks. The results show that AMBR achieves on par with CBP, with CBP selecting hyperparameters through an Oracle for each given computation budget.

📄 PDF Abstract BibTeX arXiv:2401.02749

Code (1)

CyberAgentAILab/adaptive-mbr 공식 구현 pytorch

Tasks

Image CaptioningMachine TranslationText GenerationText SummarizationTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Lattice-Free Sequence Discriminative Training for Phoneme-Based Neural Transducers

2022-12-07 · Zijian Yang, Wei Zhou, Ralf Schlüter, Hermann Ney

Recently, RNN-Transducers have achieved remarkable results on various automatic speech recognition tasks. However, lattice-free sequence discriminative training methods, which obtain superior performance in hybrid models…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

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

In-Context Freeze-Thaw Bayesian Optimization for Hyperparameter Optimization

2024-04-25 · Herilalaina Rakotoarison, Steven Adriaensen, Neeratyoy Mallik, Samir Garibov 외

With the increasing computational costs associated with deep learning, automated hyperparameter optimization methods, strongly relying on black-box Bayesian optimization (BO), face limitations. Freeze-thaw BO offers a pr…

Bayesian OptimizationHyperparameter OptimizationIn-Context Learning

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

HomOpt: A Homotopy-Based Hyperparameter Optimization Method

2023-08-07 · Sophia J. Abraham, Kehelwala D. G. Maduranga, Jeffery Kinnison, Zachariah Carmichael 외

Machine learning has achieved remarkable success over the past couple of decades, often attributed to a combination of algorithmic innovations and the availability of high-quality data available at scale. However, a thir…

Bayesian OptimizationHyperparameter OptimizationOpen Set LearningSMAC+1