RNN based Incremental Online Spoken Language Understanding
Prashanth Gurunath Shivakumar, Naveen Kumar, Panayiotis Georgiou,, Shrikanth Narayanan

TL;DR
This paper introduces RNN-based incremental processing for spoken language understanding, reducing latency in intent detection without sacrificing accuracy by analyzing different RNN architectures and proposing an EOS detector.
Contribution
It presents a novel RNN-based incremental SLU system with a new EOS detector, enabling real-time intent detection with lower latency compared to traditional offline systems.
Findings
Lower latency achieved without accuracy loss
Effective segmentation of transcript streams into sentences
Potential for early intent detection before EOS
Abstract
Spoken Language Understanding (SLU) typically comprises of an automatic speech recognition (ASR) followed by a natural language understanding (NLU) module. The two modules process signals in a blocking sequential fashion, i.e., the NLU often has to wait for the ASR to finish processing on an utterance basis, potentially leading to high latencies that render the spoken interaction less natural. In this paper, we propose recurrent neural network (RNN) based incremental processing towards the SLU task of intent detection. The proposed methodology offers lower latencies than a typical SLU system, without any significant reduction in system accuracy. We introduce and analyze different recurrent neural network architectures for incremental and online processing of the ASR transcripts and compare it to the existing offline systems. A lexical End-of-Sentence (EOS) detector is proposed for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
