Task-Level Curriculum Learning for Non-Autoregressive Neural Machine Translation

Abstract

Neural machine translation (NMT) generates the next target token given as input the previous ground truth target tokens during training while the previous generated target tokens during inference, which causes discrepancy between training and inference as well as error propagation, and affects the translation accuracy. In this paper, we introduce an error correction mechanism into NMT, which corrects the error information in the previous generated tokens to better predict the next token. Specifically, we introduce two-stream self-attention from XLNet into NMT decoder, where the query stream is used to predict the next token, and meanwhile the content stream is used to correct the error information from the previous predicted tokens. We leverage scheduled sampling to simulate the prediction errors during training. Experiments on three IWSLT translation datasets and two WMT translation datasets demonstrate that our method achieves improvements over Transformer baseline and scheduled sampling. Further experimental analyses also verify the effectiveness of our proposed error correction mechanism to improve the translation quality.

Cite

Text

Liu et al. "Task-Level Curriculum Learning for Non-Autoregressive Neural Machine Translation." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/534

Markdown

[Liu et al. "Task-Level Curriculum Learning for Non-Autoregressive Neural Machine Translation." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/liu2020ijcai-task/) doi:10.24963/IJCAI.2020/534

BibTeX

@inproceedings{liu2020ijcai-task,
  title     = {{Task-Level Curriculum Learning for Non-Autoregressive Neural Machine Translation}},
  author    = {Liu, Jinglin and Ren, Yi and Tan, Xu and Zhang, Chen and Qin, Tao and Zhao, Zhou and Liu, Tie-Yan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {3861-3867},
  doi       = {10.24963/IJCAI.2020/534},
  url       = {https://mlanthology.org/ijcai/2020/liu2020ijcai-task/}
}