English

Token-level Adaptive Training for Neural Machine Translation

Computation and Language 2020-10-12 v1

Abstract

There exists a token imbalance phenomenon in natural language as different tokens appear with different frequencies, which leads to different learning difficulties for tokens in Neural Machine Translation (NMT). The vanilla NMT model usually adopts trivial equal-weighted objectives for target tokens with different frequencies and tends to generate more high-frequency tokens and less low-frequency tokens compared with the golden token distribution. However, low-frequency tokens may carry critical semantic information that will affect the translation quality once they are neglected. In this paper, we explored target token-level adaptive objectives based on token frequencies to assign appropriate weights for each target token during training. We aimed that those meaningful but relatively low-frequency words could be assigned with larger weights in objectives to encourage the model to pay more attention to these tokens. Our method yields consistent improvements in translation quality on ZH-EN, EN-RO, and EN-DE translation tasks, especially on sentences that contain more low-frequency tokens where we can get 1.68, 1.02, and 0.52 BLEU increases compared with baseline, respectively. Further analyses show that our method can also improve the lexical diversity of translation.

Keywords

Cite

@article{arxiv.2010.04380,
  title  = {Token-level Adaptive Training for Neural Machine Translation},
  author = {Shuhao Gu and Jinchao Zhang and Fandong Meng and Yang Feng and Wanying Xie and Jie Zhou and Dong Yu},
  journal= {arXiv preprint arXiv:2010.04380},
  year   = {2020}
}

Comments

12 pages; Accepted by EMNLP 2020

R2 v1 2026-06-23T19:11:52.136Z