EMNLP 2024finding0 citations

PRoDeliberation: Parallel Robust Deliberation for End-to-End Spoken Language Understanding

Trang Le, Daniel Lazar, Suyoun Kim, Shan Jiang, Duc Le, Adithya Sagar, Aleksandr Livshits, Ahmed A Aly

Abstract

Spoken Language Understanding (SLU) is a critical component of voice assistants; it consists of converting speech to semantic parses for task execution. Previous works have explored end-to-end models to improve the quality and robustness of SLU models with Deliberation, however these models have remained autoregressive, resulting in higher latencies. In this work we introduce PRoDeliberation, a novel method leveraging a Connectionist Temporal Classification-based decoding strategy as well as a denoising objective to train robust non-autoregressive deliberation models. We show that PRoDeliberation achieves the latency reduction of parallel decoding (2-10x improvement over autoregressive models) while retaining the ability to correct Automatic Speech Recognition (ASR) mistranscriptions of autoregressive deliberation systems. We further show that the design of the denoising training allows PRoDeliberation to overcome the limitations of small ASR devices, and we provide analysis on the necessity of each component of the system.

BibTeX
@inproceedings{le-etal-2024-prodeliberation,
    title = "{PR}o{D}eliberation: Parallel Robust Deliberation for End-to-End Spoken Language Understanding",
    author = "Le, Trang  and
      Lazar, Daniel  and
      Kim, Suyoun  and
      Jiang, Shan  and
      Le, Duc  and
      Sagar, Adithya  and
      Livshits, Aleksandr  and
      Aly, Ahmed A  and
      Shrivastava, Akshat",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.820/",
    doi = "10.18653/v1/2024.findings-emnlp.820",
    pages = "14027--14038"
}