EMNLP 2021main73 citations

Machine Translation Decoding beyond Beam Search

Rémi Leblond, Jean-Baptiste Alayrac, Laurent Sifre, Miruna Pislar, Lespiau Jean-Baptiste, Ioannis Antonoglou, Karen Simonyan, Oriol Vinyals

Abstract

Beam search is the go-to method for decoding auto-regressive machine translation models. While it yields consistent improvements in terms of BLEU, it is only concerned with finding outputs with high model likelihood, and is thus agnostic to whatever end metric or score practitioners care about. Our aim is to establish whether beam search can be replaced by a more powerful metric-driven search technique. To this end, we explore numerous decoding algorithms, including some which rely on a value function parameterised by a neural network, and report results on a variety of metrics. Notably, we introduce a Monte-Carlo Tree Search (MCTS) based method and showcase its competitiveness. We provide a blueprint for how to use MCTS fruitfully in language applications, which opens promising future directions. We find that which algorithm is best heavily depends on the characteristics of the goal metric; we believe that our extensive experiments and analysis will inform further research in this area.

BibTeX
@inproceedings{leblond-etal-2021-machine,
    title = "Machine Translation Decoding beyond Beam Search",
    author = "Leblond, R{\'e}mi  and
      Alayrac, Jean-Baptiste  and
      Sifre, Laurent  and
      Pislar, Miruna  and
      Jean-Baptiste, Lespiau  and
      Antonoglou, Ioannis  and
      Simonyan, Karen  and
      Vinyals, Oriol",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.662/",
    doi = "10.18653/v1/2021.emnlp-main.662",
    pages = "8410--8434"
}
Machine Translation Decoding beyond Beam Search · EMNLP 2021