IJCAI 2020poster0 citations

Neural Machine Translation with Error Correction

Kaitao Song, Xu Tan, Jianfeng Lu

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.

Natural Language Processing: Machine TranslationNatural Language Processing: Natural Language Generation
BibTeX
@inproceedings{ijcai2020p538,
  title     = {Neural Machine Translation with Error Correction},
  author    = {Song, Kaitao and Tan, Xu and Lu, Jianfeng},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {3891--3897},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/538},
  url       = {https://doi.org/10.24963/ijcai.2020/538},
}
Neural Machine Translation with Error Correction · IJCAI 2020