ACL 2023findings4 citations

Improving Language Model Integration for Neural Machine Translation

Christian Herold, Yingbo Gao, Mohammad Zeineldeen, Hermann Ney

Abstract

The integration of language models for neural machine translation has been extensively studied in the past. It has been shown that an external language model, trained on additional target-side monolingual data, can help improve translation quality. However, there has always been the assumption that the translation model also learns an implicit target-side language model during training, which interferes with the external language model at decoding time. Recently, some works on automatic speech recognition have demonstrated that, if the implicit language model is neutralized in decoding, further improvements can be gained when integrating an external language model. In this work, we transfer this concept to the task of machine translation and compare with the most prominent way of including additional monolingual data - namely back-translation. We find that accounting for the implicit language model significantly boosts the performance of language model fusion, although this approach is still outperformed by back-translation.

BibTeX
@inproceedings{herold-etal-2023-improving,
    title = "Improving Language Model Integration for Neural Machine Translation",
    author = "Herold, Christian  and
      Gao, Yingbo  and
      Zeineldeen, Mohammad  and
      Ney, Hermann",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.444/",
    doi = "10.18653/v1/2023.findings-acl.444",
    pages = "7114--7123"
}