@inproceedings{ran-etal-2020-learning,
title = "Learning to Recover from Multi-Modality Errors for Non-Autoregressive Neural Machine Translation",
author = "Ran, Qiu and
Lin, Yankai and
Li, Peng and
Zhou, Jie",
editor = "Jurafsky, Dan and
Chai, Joyce and
Schluter, Natalie and
Tetreault, Joel",
booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/fix-sig-urls/2020.acl-main.277/",
doi = "10.18653/v1/2020.acl-main.277",
pages = "3059--3069",
abstract = "Non-autoregressive neural machine translation (NAT) predicts the entire target sequence simultaneously and significantly accelerates inference process. However, NAT discards the dependency information in a sentence, and thus inevitably suffers from the multi-modality problem: the target tokens may be provided by different possible translations, often causing token repetitions or missing. To alleviate this problem, we propose a novel semi-autoregressive model RecoverSAT in this work, which generates a translation as a sequence of segments. The segments are generated simultaneously while each segment is predicted token-by-token. By dynamically determining segment length and deleting repetitive segments, RecoverSAT is capable of recovering from repetitive and missing token errors. Experimental results on three widely-used benchmark datasets show that our proposed model achieves more than 4 times speedup while maintaining comparable performance compared with the corresponding autoregressive model."
}
Markdown (Informal)
[Learning to Recover from Multi-Modality Errors for Non-Autoregressive Neural Machine Translation](https://preview.aclanthology.org/fix-sig-urls/2020.acl-main.277/) (Ran et al., ACL 2020)
ACL