English

Token Drop mechanism for Neural Machine Translation

Computation and Language 2020-10-22 v1

Abstract

Neural machine translation with millions of parameters is vulnerable to unfamiliar inputs. We propose Token Drop to improve generalization and avoid overfitting for the NMT model. Similar to word dropout, whereas we replace dropped token with a special token instead of setting zero to words. We further introduce two self-supervised objectives: Replaced Token Detection and Dropped Token Prediction. Our method aims to force model generating target translation with less information, in this way the model can learn textual representation better. Experiments on Chinese-English and English-Romanian benchmark demonstrate the effectiveness of our approach and our model achieves significant improvements over a strong Transformer baseline.

Keywords

Cite

@article{arxiv.2010.11018,
  title  = {Token Drop mechanism for Neural Machine Translation},
  author = {Huaao Zhang and Shigui Qiu and Xiangyu Duan and Min Zhang},
  journal= {arXiv preprint arXiv:2010.11018},
  year   = {2020}
}
R2 v1 2026-06-23T19:31:26.005Z