@inproceedings{deng-rush-2021-sequence-lattice,
title = "Sequence-to-Lattice Models for Fast Translation",
author = "Deng, Yuntian and
Rush, Alexander",
editor = "Moens, Marie-Francine and
Huang, Xuanjing and
Specia, Lucia and
Yih, Scott Wen-tau",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
month = nov,
year = "2021",
address = "Punta Cana, Dominican Republic",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/fix-sig-urls/2021.findings-emnlp.318/",
doi = "10.18653/v1/2021.findings-emnlp.318",
pages = "3765--3772",
abstract = "Non-autoregressive machine translation (NAT) approaches enable fast generation by utilizing parallelizable generative processes. The remaining bottleneck in these models is their decoder layers; unfortunately unlike in autoregressive models (Kasai et al., 2020), removing decoder layers from NAT models significantly degrades accuracy. This work proposes a sequence-to-lattice model that replaces the decoder with a search lattice. Our approach first constructs a candidate lattice using efficient lookup operations, generates lattice scores from a deep encoder, and finally finds the best path using dynamic programming. Experiments on three machine translation datasets show that our method is faster than past non-autoregressive generation approaches, and more accurate than naively reducing the number of decoder layers."
}
Markdown (Informal)
[Sequence-to-Lattice Models for Fast Translation](https://preview.aclanthology.org/fix-sig-urls/2021.findings-emnlp.318/) (Deng & Rush, Findings 2021)
ACL
- Yuntian Deng and Alexander Rush. 2021. Sequence-to-Lattice Models for Fast Translation. In Findings of the Association for Computational Linguistics: EMNLP 2021, pages 3765–3772, Punta Cana, Dominican Republic. Association for Computational Linguistics.