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

Depth Growing for Neural Machine Translation

About

While very deep neural networks have shown effectiveness for computer vision and text classification applications, how to increase the network depth of neural machine translation (NMT) models for better translation quality remains a challenging problem. Directly stacking more blocks to the NMT model results in no improvement and even reduces performance. In this work, we propose an effective two-stage approach with three specially designed components to construct deeper NMT models, which result in significant improvements over the strong Transformer baselines on WMT$14$ English$\to$German and English$\to$French translation tasks\footnote{Our code is available at \url{https://github.com/apeterswu/Depth_Growing_NMT}}.

Lijun Wu, Yiren Wang, Yingce Xia, Fei Tian, Fei Gao, Tao Qin, Jianhuang Lai, Tie-Yan Liu• 2019

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU29.92
379
Machine TranslationWMT En-Fr 2014 (test)
BLEU43.27
237
Machine TranslationWMT En-Fr 2014
BLEU43.27
42
Machine TranslationWMT English-French 2014 (test)
BLEU43.3
41
Machine TranslationWMT14 English-French (newstest2014)
BLEU43.27
39
Machine TranslationWMT English-German (EN-DE) 2014 (newstest2014)
BLEU29.92
29
Machine TranslationWMT English-German (EN-DE) 2014 (test)
BLEU Score29.9
11
Machine TranslationWMT English-German newstest2014 (test)
BLEU30.07
7
Showing 8 of 8 rows

Other info

Code

Follow for update