Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Neural Phrase-based Machine Translation

About

In this paper, we present Neural Phrase-based Machine Translation (NPMT). Our method explicitly models the phrase structures in output sequences using Sleep-WAke Networks (SWAN), a recently proposed segmentation-based sequence modeling method. To mitigate the monotonic alignment requirement of SWAN, we introduce a new layer to perform (soft) local reordering of input sequences. Different from existing neural machine translation (NMT) approaches, NPMT does not use attention-based decoding mechanisms. Instead, it directly outputs phrases in a sequential order and can decode in linear time. Our experiments show that NPMT achieves superior performances on IWSLT 2014 German-English/English-German and IWSLT 2015 English-Vietnamese machine translation tasks compared with strong NMT baselines. We also observe that our method produces meaningful phrases in output languages.

Po-Sen Huang, Chong Wang, Sitao Huang, Dengyong Zhou, Li Deng• 2017

Related benchmarks

TaskDatasetResultRank
Machine TranslationIWSLT De-En 2014 (test)
BLEU30.1
146
Machine TranslationIWSLT German-to-English '14 (test)
BLEU Score30.08
110
Machine TranslationIWSLT En-De 2014 (test)
BLEU25.36
92
Machine TranslationIWSLT English-Vietnamese 2015 (tst2013)
BLEU28.07
23
Machine TranslationIWSLT En-Vi 2015 (test)
BLEU28.1
17
Machine Translation (English-to-Vietnamese)TED 2013 (test)
BLEU27.69
6
Showing 6 of 6 rows

Other info

Code

Follow for update