English

Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation

Computation and Language 2019-10-04 v3

Abstract

Traditional Neural machine translation (NMT) involves a fixed training procedure where each sentence is sampled once during each epoch. In reality, some sentences are well-learned during the initial few epochs; however, using this approach, the well-learned sentences would continue to be trained along with those sentences that were not well learned for 10-30 epochs, which results in a wastage of time. Here, we propose an efficient method to dynamically sample the sentences in order to accelerate the NMT training. In this approach, a weight is assigned to each sentence based on the measured difference between the training costs of two iterations. Further, in each epoch, a certain percentage of sentences are dynamically sampled according to their weights. Empirical results based on the NIST Chinese-to-English and the WMT English-to-German tasks depict that the proposed method can significantly accelerate the NMT training and improve the NMT performance.

Keywords

Cite

@article{arxiv.1805.00178,
  title  = {Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation},
  author = {Rui Wang and Masao Utiyama and Eiichiro Sumita},
  journal= {arXiv preprint arXiv:1805.00178},
  year   = {2019}
}

Comments

Revised version of ACL-2018

R2 v1 2026-06-23T01:41:00.547Z