ACL 2024short9 citations

Linear-time Minimum Bayes Risk Decoding with Reference Aggregation

Jannis Vamvas, Rico Sennrich

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) to O(n), while empirically preserving most of the quality gains of MBR decoding. We release our source code.

BibTeX
@inproceedings{vamvas-sennrich-2024-linear,
    title = "Linear-time Minimum {B}ayes Risk Decoding with Reference Aggregation",
    author = "Vamvas, Jannis  and
      Sennrich, Rico",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-short.71/",
    doi = "10.18653/v1/2024.acl-short.71",
    pages = "790--801"
}
Linear-time Minimum Bayes Risk Decoding with Reference Aggregation · ACL 2024