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

Deconvolution-Based Global Decoding for Neural Machine Translation

About

A great proportion of sequence-to-sequence (Seq2Seq) models for Neural Machine Translation (NMT) adopt Recurrent Neural Network (RNN) to generate translation word by word following a sequential order. As the studies of linguistics have proved that language is not linear word sequence but sequence of complex structure, translation at each step should be conditioned on the whole target-side context. To tackle the problem, we propose a new NMT model that decodes the sequence with the guidance of its structural prediction of the context of the target sequence. Our model generates translation based on the structural prediction of the target-side context so that the translation can be freed from the bind of sequential order. Experimental results demonstrate that our model is more competitive compared with the state-of-the-art methods, and the analysis reflects that our model is also robust to translating sentences of different lengths and it also reduces repetition with the instruction from the target-side context for decoding.

Junyang Lin, Xu Sun, Xuancheng Ren, Shuming Ma, Jinsong Su, Qi Su• 2018

Related benchmarks

TaskDatasetResultRank
Machine Translation (Chinese-to-English)NIST 2003 (MT-03)
BLEU38.04
52
Machine Translation (Chinese-to-English)NIST MT-05 2005
BLEU36.77
42
Machine Translation (Chinese-to-English)NIST MT-06
BLEU36.32
15
Machine Translation (Chinese-to-English)NIST MT 2004
BLEU39.75
15
Machine Translation (English-to-Vietnamese)TED 2013 (test)
BLEU28.47
6
Showing 5 of 5 rows

Other info

Code

Follow for update