ACL 2021long63 citations

Fast and Accurate Neural Machine Translation with Translation Memory

Qiuxiang He, Guoping Huang, Qu Cui, Li Li, Lemao Liu

Abstract

It is generally believed that a translation memory (TM) should be beneficial for machine translation tasks. Unfortunately, existing wisdom demonstrates the superiority of TM-based neural machine translation (NMT) only on the TM-specialized translation tasks rather than general tasks, with a non-negligible computational overhead. In this paper, we propose a fast and accurate approach to TM-based NMT within the Transformer framework: the model architecture is simple and employs a single bilingual sentence as its TM, leading to efficient training and inference; and its parameters are effectively optimized through a novel training criterion. Extensive experiments on six TM-specialized tasks show that the proposed approach substantially surpasses several strong baselines that use multiple TMs, in terms of BLEU and running time. In particular, the proposed approach also advances the strong baselines on two general tasks (WMT news Zh->En and En->De).

BibTeX
@inproceedings{he-etal-2021-fast,
    title = "Fast and Accurate Neural Machine Translation with Translation Memory",
    author = "He, Qiuxiang  and
      Huang, Guoping  and
      Cui, Qu  and
      Li, Li  and
      Liu, Lemao",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.246/",
    doi = "10.18653/v1/2021.acl-long.246",
    pages = "3170--3180"
}
Fast and Accurate Neural Machine Translation with Translation Memory · ACL 2021