English

Regularized Context Gates on Transformer for Machine Translation

Computation and Language 2020-04-21 v2

Abstract

Context gates are effective to control the contributions from the source and target contexts in the recurrent neural network (RNN) based neural machine translation (NMT). However, it is challenging to extend them into the advanced Transformer architecture, which is more complicated than RNN. This paper first provides a method to identify source and target contexts and then introduce a gate mechanism to control the source and target contributions in Transformer. In addition, to further reduce the bias problem in the gate mechanism, this paper proposes a regularization method to guide the learning of the gates with supervision automatically generated using pointwise mutual information. Extensive experiments on 4 translation datasets demonstrate that the proposed model obtains an averaged gain of 1.0 BLEU score over a strong Transformer baseline.

Keywords

Cite

@article{arxiv.1908.11020,
  title  = {Regularized Context Gates on Transformer for Machine Translation},
  author = {Xintong Li and Lemao Liu and Rui Wang and Guoping Huang and Max Meng},
  journal= {arXiv preprint arXiv:1908.11020},
  year   = {2020}
}

Comments

Published in ACL 2020

R2 v1 2026-06-23T10:59:33.666Z