Document-Level Neural Machine Translation with Hierarchical Attention Networks
2018-09-05EMNLP 2018Code Available1· sign in to hype
Lesly Miculicich, Dhananjay Ram, Nikolaos Pappas, James Henderson
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/idiap/HAN_NMTOfficialIn paperpytorch★ 0
- github.com/Nick-Zhao-Engr/Machine-Translationpytorch★ 17
Abstract
Neural Machine Translation (NMT) can be improved by including document-level contextual information. For this purpose, we propose a hierarchical attention model to capture the context in a structured and dynamic manner. The model is integrated in the original NMT architecture as another level of abstraction, conditioning on the NMT model's own previous hidden states. Experiments show that hierarchical attention significantly improves the BLEU score over a strong NMT baseline with the state-of-the-art in context-aware methods, and that both the encoder and decoder benefit from context in complementary ways.