Document-Level Neural Machine Translation with Hierarchical Attention Networks
Lesly Miculicich, Dhananjay Ram, Nikolaos Pappas, James Henderson

TL;DR
This paper introduces a hierarchical attention model for document-level neural machine translation, effectively incorporating contextual information to improve translation quality.
Contribution
It proposes a novel hierarchical attention mechanism integrated into NMT, capturing document context in a structured and dynamic way, enhancing translation performance.
Findings
Hierarchical attention significantly improves BLEU scores.
Both encoder and decoder benefit from document context.
Achieves state-of-the-art results in context-aware NMT.
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
