An Efficient Approach to Encoding Context for Spoken Language Understanding
Raghav Gupta, Abhinav Rastogi, Dilek Hakkani-Tur

TL;DR
This paper introduces a computationally efficient method for encoding dialogue context in spoken language understanding by using a shared RNN-based module, improving SLU performance while reducing complexity.
Contribution
It proposes a novel shared RNN-based context encoding architecture that enhances SLU and dialogue state tracking efficiency compared to memory network approaches.
Findings
Effective context encoding demonstrated on two dialogue domains.
Reduced computational complexity compared to memory network methods.
Improved SLU accuracy with shared context representation.
Abstract
In task-oriented dialogue systems, spoken language understanding, or SLU, refers to the task of parsing natural language user utterances into semantic frames. Making use of context from prior dialogue history holds the key to more effective SLU. State of the art approaches to SLU use memory networks to encode context by processing multiple utterances from the dialogue at each turn, resulting in significant trade-offs between accuracy and computational efficiency. On the other hand, downstream components like the dialogue state tracker (DST) already keep track of the dialogue state, which can serve as a summary of the dialogue history. In this work, we propose an efficient approach to encoding context from prior utterances for SLU. More specifically, our architecture includes a separate recurrent neural network (RNN) based encoding module that accumulates dialogue context to guide the…
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.
Taxonomy
MethodsDynamic Sparse Training
