CASA-NLU: Context-Aware Self-Attentive Natural Language Understanding for Task-Oriented Chatbots
Arshit Gupta, Peng Zhang, Garima Lalwani, Mona Diab

TL;DR
CASA-NLU is a novel context-aware self-attentive model for natural language understanding in task-oriented chatbots, leveraging multiple contextual signals to improve intent classification and slot labeling accuracy.
Contribution
The paper introduces CASA-NLU, a self-attentive model that effectively incorporates diverse contextual signals for improved NLU in dialogue systems.
Findings
CASA-NLU outperforms recurrent baselines on conversational datasets.
Non-contextual CASA-NLU achieves state-of-the-art results on Snips and ATIS.
Model improves intent classification accuracy by up to 7%.
Abstract
Natural Language Understanding (NLU) is a core component of dialog systems. It typically involves two tasks - intent classification (IC) and slot labeling (SL), which are then followed by a dialogue management (DM) component. Such NLU systems cater to utterances in isolation, thus pushing the problem of context management to DM. However, contextual information is critical to the correct prediction of intents and slots in a conversation. Prior work on contextual NLU has been limited in terms of the types of contextual signals used and the understanding of their impact on the model. In this work, we propose a context-aware self-attentive NLU (CASA-NLU) model that uses multiple signals, such as previous intents, slots, dialog acts and utterances over a variable context window, in addition to the current user utterance. CASA-NLU outperforms a recurrent contextual NLU baseline on two…
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
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
