paper-with-me

Papers

Two-Pass Low Latency End-to-End Spoken Language Understanding

2022-07-14 · Siddhant Arora, Siddharth Dalmia, Xuankai Chang, Brian Yan, Alan Black, Shinji Watanabe

End-to-end (E2E) models are becoming increasingly popular for spoken language understanding (SLU) systems and are beginning to achieve competitive performance to pipeline-based approaches. However, recent work has shown that these models struggle to generalize to new phrasings for the same intent indicating that models cannot understand the semantic content of the given utterance. In this work, we incorporated language models pre-trained on unlabeled text data inside E2E-SLU frameworks to build strong semantic representations. Incorporating both semantic and acoustic information can increase the inference time, leading to high latency when deployed for applications like voice assistants. We developed a 2-pass SLU system that makes low latency prediction using acoustic information from the few seconds of the audio in the first pass and makes higher quality prediction in the second pass by combining semantic and acoustic representations. We take inspiration from prior work on 2-pass end-to-end speech recognition systems that attends on both audio and first-pass hypothesis using a deliberation network. The proposed 2-pass SLU system outperforms the acoustic-based SLU model on the Fluent Speech Commands Challenge Set and SLURP dataset and reduces latency, thus improving user experience. Our code and models are publicly available as part of the ESPnet-SLU toolkit.

📄 PDF Abstract BibTeX arXiv:2207.06670

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech RecognitionSpoken Language UnderstandingVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Multi-task RNN-T with Semantic Decoder for Streamable Spoken Language Understanding

2022-04-01 · Xuandi Fu, Feng-Ju Chang, Martin Radfar, Kai Wei 외

End-to-end Spoken Language Understanding (E2E SLU) has attracted increasing interest due to its advantages of joint optimization and low latency when compared to traditionally cascaded pipelines. Existing E2E SLU models …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderNatural Language Understanding+3

Incremental processing of noisy user utterances in the spoken language understanding task

2019-09-30 · WS 2019 11 · Stefan Constantin, Jan Niehues, Alex Waibel

The state-of-the-art neural network architectures make it possible to create spoken language understanding systems with high quality and fast processing time. One major challenge for real-world applications is the high l…

Natural Language UnderstandingSpoken Language Understanding

Deliberation Model for On-Device Spoken Language Understanding

2022-04-04 · Duc Le, Akshat Shrivastava, Paden Tomasello, Suyoun Kim 외

We propose a novel deliberation-based approach to end-to-end (E2E) spoken language understanding (SLU), where a streaming automatic speech recognition (ASR) model produces the first-pass hypothesis and a second-pass natu…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+6

PSLM: Parallel Generation of Text and Speech with LLMs for Low-Latency Spoken Dialogue Systems

2024-06-18 · Kentaro Mitsui, Koh Mitsuda, Toshiaki Wakatsuki, Yukiya Hono 외

Multimodal language models that process both text and speech have a potential for applications in spoken dialogue systems. However, current models face two major challenges in response generation latency: (1) generating …

Language ModelingLanguage ModellingQuestion AnsweringResponse Generation+1

Joint Modelling of Spoken Language Understanding Tasks with Integrated Dialog History

2023-05-01 · Siddhant Arora, Hayato Futami, Emiru Tsunoo, Brian Yan 외

Most human interactions occur in the form of spoken conversations where the semantic meaning of a given utterance depends on the context. Each utterance in spoken conversation can be represented by many semantic and spea…

Spoken Language Understanding