Minimum Bayes Risk Decoding for Error Span Detection in Reference-Free Automatic Machine Translation Evaluation
By: Boxuan Lyu , Haiyue Song , Hidetaka Kamigaito and more
Potential Business Impact:
Makes computer translations better by finding mistakes.
Error Span Detection (ESD) is a subtask of automatic machine translation evaluation that localizes error spans in translations and labels their severity. State-of-the-art generative ESD methods typically decode using Maximum a Posteriori (MAP), assuming that model-estimated probabilities are perfectly correlated with similarity to human annotation. However, we observed that annotations dissimilar to the human annotation could achieve a higher model likelihood than the human annotation. We address this issue by applying Minimum Bayes Risk (MBR) decoding to generative ESD models. Specifically, we employ sentence- and span-level similarity metrics as utility functions to select candidate hypotheses based on their approximate similarity to the human annotation. Extensive experimental results show that our MBR decoding outperforms the MAP baseline at the system, sentence, and span-levels. Furthermore, to mitigate the computational cost of MBR decoding, we demonstrate that applying MBR distillation enables a standard greedy model to match MBR decoding performance, effectively eliminating the inference-time latency bottleneck.
Similar Papers
Agreement-Constrained Probabilistic Minimum Bayes Risk Decoding
Computation and Language
Improves computer translation quality and speed.
Re-evaluating Minimum Bayes Risk Decoding for Automatic Speech Recognition
Computation and Language
Makes speech-to-text programs understand better.
Uncertainty-Aware Decoding with Minimum Bayes Risk
Computation and Language
Makes AI write better and know when to stop.