ACL 2021long16 citations

Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation

Yang Feng, Shuhao Gu, Dengji Guo, Zhengxin Yang, Chenze Shao

Abstract

Although teacher forcing has become the main training paradigm for neural machine translation, it usually makes predictions only conditioned on past information, and hence lacks global planning for the future. To address this problem, we introduce another decoder, called seer decoder, into the encoder-decoder framework during training, which involves future information in target predictions. Meanwhile, we force the conventional decoder to simulate the behaviors of the seer decoder via knowledge distillation. In this way, at test the conventional decoder can perform like the seer decoder without the attendance of it. Experiment results on the Chinese-English, English-German and English-Romanian translation tasks show our method can outperform competitive baselines significantly and achieves greater improvements on the bigger data sets. Besides, the experiments also prove knowledge distillation the best way to transfer knowledge from the seer decoder to the conventional decoder compared to adversarial learning and L2 regularization.

BibTeX
@inproceedings{feng-etal-2021-guiding,
    title = "Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation",
    author = "Feng, Yang  and
      Gu, Shuhao  and
      Guo, Dengji  and
      Yang, Zhengxin  and
      Shao, Chenze",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.223/",
    doi = "10.18653/v1/2021.acl-long.223",
    pages = "2862--2872"
}
Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation · ACL 2021