NAACL 2024long3 citations

Diffusion Glancing Transformer for Parallel Sequence-to-Sequence Learning

Lihua Qian, Mingxuan Wang, Yang Liu, Hao Zhou

Abstract

Previously, non-autoregressive models were widely recognized as being superior in generation efficiency but inferior in generation quality due to the challenges of modeling multiple target modalities.To enhance the multi-modality modeling ability, we propose the diffusion glancing transformer, which employs a modality diffusion process and residual glancing sampling.The modality diffusion process is a discrete process that interpolates the multi-modal distribution along the decoding steps, and the residual glancing sampling approach guides the model to continuously learn the remaining modalities across the layers. Experimental results on various machine translation and text generation benchmarks demonstrate that DIFFGLAT achieves better generation accuracy while maintaining fast decoding speed compared with both autoregressive and non-autoregressive models.

BibTeX
@inproceedings{qian-etal-2024-diffusion,
    title = "Diffusion Glancing Transformer for Parallel Sequence-to-Sequence Learning",
    author = "Qian, Lihua  and
      Wang, Mingxuan  and
      Liu, Yang  and
      Zhou, Hao",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.naacl-long.271/",
    doi = "10.18653/v1/2024.naacl-long.271",
    pages = "4846--4862"
}