SOTAVerified

Depth Growing for Neural Machine Translation

2019-07-03ACL 2019Code Available0· sign in to hype

Lijun Wu, Yiren Wang, Yingce Xia, Fei Tian, Fei Gao, Tao Qin, Jian-Huang Lai, Tie-Yan Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 WMT14 EnglishGerman and EnglishFrench translation tasksOur code is available at https://github.com/apeterswu/Depth_Growing_NMT.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WMT2014 English-FrenchDepth GrowingBLEU score43.27Unverified
WMT2014 English-GermanDepth GrowingBLEU score30.07Unverified

Reproductions