Effective Approaches to Attention-based Neural Machine Translation

An attentional mechanism has lately been used to improve neural machine translation (NMT) by selectively focusing on parts of the source sentence during translation. However, there has been little work exploring useful architectures for attention-based NMT. This paper examines two simple and effective classes of attentional mechanism: a global approach which always attends to all source words and a local one that only looks at a subset of source words at a time. We demonstrate the effectiveness of both approaches over the WMT translation tasks between English and German in both directions. With local attention, we achieve a significant gain of 5.0 BLEU points over non-attentional systems which already incorporate known techniques such as dropout. Our ensemble model using different attention architectures has established a new state-of-the-art result in the WMT'15 English to German translation task with 25.9 BLEU points, an improvement of 1.0 BLEU points over the existing best system backed by NMT and an n-gram reranker.

PDF Abstract EMNLP 2015 PDF EMNLP 2015 Abstract

Results from the Paper


 Ranked #1 on Machine Translation on 20NEWS (Accuracy metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Machine Translation 20NEWS 12 Accuracy 1.0 # 1
Image-guided Story Ending Generation LSMDC-E Seq2Seq BLEU-1 14.21 # 4
BLEU-2 4.56 # 3
BLEU-3 1.70 # 3
BLEU-4 0.70 # 3
METEOR 11.01 # 4
CIDEr 8.69 # 4
ROUGE-L 19.69 # 3
Image-guided Story Ending Generation VIST-E Seq2Seq BLEU-1 13.96 # 6
BLEU-2 5.57 # 5
BLEU-3 2.94 # 4
BLEU-4 1.69 # 4
METEOR 4.54 # 5
CIDEr 12.04 # 5
ROUGE-L 16.84 # 5
Machine Translation WMT2014 English-German RNN Enc-Dec Att BLEU score 20.9 # 77
Hardware Burden None # 1
Operations per network pass None # 1
Machine Translation WMT2014 English-German RNN Enc-Dec BLEU score 11.3 # 91
Hardware Burden None # 1
Operations per network pass None # 1
Machine Translation WMT2014 English-German Reverse RNN Enc-Dec BLEU score 14.0 # 90
Hardware Burden None # 1
Operations per network pass None # 1

Methods