SOTAVerified

Fast and Accurate Neural Machine Translation with Translation Memory

2021-08-01ACL 2021Unverified0· sign in to hype

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

Unverified — Be the first to reproduce this paper.

Reproduce

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).

Tasks

Reproductions