English

Norm-Based Curriculum Learning for Neural Machine Translation

Computation and Language 2020-06-04 v1 Machine Learning

Abstract

A neural machine translation (NMT) system is expensive to train, especially with high-resource settings. As the NMT architectures become deeper and wider, this issue gets worse and worse. In this paper, we aim to improve the efficiency of training an NMT by introducing a novel norm-based curriculum learning method. We use the norm (aka length or module) of a word embedding as a measure of 1) the difficulty of the sentence, 2) the competence of the model, and 3) the weight of the sentence. The norm-based sentence difficulty takes the advantages of both linguistically motivated and model-based sentence difficulties. It is easy to determine and contains learning-dependent features. The norm-based model competence makes NMT learn the curriculum in a fully automated way, while the norm-based sentence weight further enhances the learning of the vector representation of the NMT. Experimental results for the WMT'14 English-German and WMT'17 Chinese-English translation tasks demonstrate that the proposed method outperforms strong baselines in terms of BLEU score (+1.17/+1.56) and training speedup (2.22x/3.33x).

Keywords

Cite

@article{arxiv.2006.02014,
  title  = {Norm-Based Curriculum Learning for Neural Machine Translation},
  author = {Xuebo Liu and Houtim Lai and Derek F. Wong and Lidia S. Chao},
  journal= {arXiv preprint arXiv:2006.02014},
  year   = {2020}
}

Comments

Accepted to ACL 2020

R2 v1 2026-06-23T16:00:51.063Z