English

Neural Machine Translation with Key-Value Memory-Augmented Attention

Computation and Language 2018-07-02 v1

Abstract

Although attention-based Neural Machine Translation (NMT) has achieved remarkable progress in recent years, it still suffers from issues of repeating and dropping translations. To alleviate these issues, we propose a novel key-value memory-augmented attention model for NMT, called KVMEMATT. Specifically, we maintain a timely updated keymemory to keep track of attention history and a fixed value-memory to store the representation of source sentence throughout the whole translation process. Via nontrivial transformations and iterative interactions between the two memories, the decoder focuses on more appropriate source word(s) for predicting the next target word at each decoding step, therefore can improve the adequacy of translations. Experimental results on Chinese=>English and WMT17 German<=>English translation tasks demonstrate the superiority of the proposed model.

Keywords

Cite

@article{arxiv.1806.11249,
  title  = {Neural Machine Translation with Key-Value Memory-Augmented Attention},
  author = {Fandong Meng and Zhaopeng Tu and Yong Cheng and Haiyang Wu and Junjie Zhai and Yuekui Yang and Di Wang},
  journal= {arXiv preprint arXiv:1806.11249},
  year   = {2018}
}

Comments

Accepted at IJCAI 2018

R2 v1 2026-06-23T02:45:36.965Z