English

Modeling Recurrence for Transformer

Computation and Language 2019-04-08 v1 Artificial Intelligence

Abstract

Recently, the Transformer model that is based solely on attention mechanisms, has advanced the state-of-the-art on various machine translation tasks. However, recent studies reveal that the lack of recurrence hinders its further improvement of translation capacity. In response to this problem, we propose to directly model recurrence for Transformer with an additional recurrence encoder. In addition to the standard recurrent neural network, we introduce a novel attentive recurrent network to leverage the strengths of both attention and recurrent networks. Experimental results on the widely-used WMT14 English-German and WMT17 Chinese-English translation tasks demonstrate the effectiveness of the proposed approach. Our studies also reveal that the proposed model benefits from a short-cut that bridges the source and target sequences with a single recurrent layer, which outperforms its deep counterpart.

Keywords

Cite

@article{arxiv.1904.03092,
  title  = {Modeling Recurrence for Transformer},
  author = {Jie Hao and Xing Wang and Baosong Yang and Longyue Wang and Jinfeng Zhang and Zhaopeng Tu},
  journal= {arXiv preprint arXiv:1904.03092},
  year   = {2019}
}

Comments

NAACL 2019

R2 v1 2026-06-23T08:30:35.804Z