English

Linear-time Minimum Bayes Risk Decoding with Reference Aggregation

Computation and Language 2024-06-04 v2

Abstract

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 large number of sampled sequences, it requires the pairwise calculation of a utility metric, which has quadratic complexity. In this paper, we propose to approximate pairwise metric scores with scores calculated against aggregated reference representations. This changes the complexity of utility estimation from O(n2)O(n^2) to O(n)O(n), while empirically preserving most of the quality gains of MBR decoding. We release our source code at https://github.com/ZurichNLP/mbr

Keywords

Cite

@article{arxiv.2402.04251,
  title  = {Linear-time Minimum Bayes Risk Decoding with Reference Aggregation},
  author = {Jannis Vamvas and Rico Sennrich},
  journal= {arXiv preprint arXiv:2402.04251},
  year   = {2024}
}

Comments

ACL 2024