English

Infusing Sequential Information into Conditional Masked Translation Model with Self-Review Mechanism

Computation and Language 2020-10-27 v2

Abstract

Non-autoregressive models generate target words in a parallel way, which achieve a faster decoding speed but at the sacrifice of translation accuracy. To remedy a flawed translation by non-autoregressive models, a promising approach is to train a conditional masked translation model (CMTM), and refine the generated results within several iterations. Unfortunately, such approach hardly considers the \textit{sequential dependency} among target words, which inevitably results in a translation degradation. Hence, instead of solely training a Transformer-based CMTM, we propose a Self-Review Mechanism to infuse sequential information into it. Concretely, we insert a left-to-right mask to the same decoder of CMTM, and then induce it to autoregressively review whether each generated word from CMTM is supposed to be replaced or kept. The experimental results (WMT14 En\leftrightarrowDe and WMT16 En\leftrightarrowRo) demonstrate that our model uses dramatically less training computations than the typical CMTM, as well as outperforms several state-of-the-art non-autoregressive models by over 1 BLEU. Through knowledge distillation, our model even surpasses a typical left-to-right Transformer model, while significantly speeding up decoding.

Keywords

Cite

@article{arxiv.2010.09194,
  title  = {Infusing Sequential Information into Conditional Masked Translation Model with Self-Review Mechanism},
  author = {Pan Xie and Zhi Cui and Xiuyin Chen and Xiaohui Hu and Jianwei Cui and Bin Wang},
  journal= {arXiv preprint arXiv:2010.09194},
  year   = {2020}
}

Comments

accepted to coling 2020

R2 v1 2026-06-23T19:26:21.246Z