CLLGSep 18, 2019

CASA-NLU: Context-Aware Self-Attentive Natural Language Understanding for Task-Oriented Chatbots

arXiv:1909.08705v1998 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of contextual NLU for task-oriented chatbots, which is incremental as it builds on prior work by incorporating more contextual signals.

The paper tackled the problem of context management in Natural Language Understanding (NLU) for task-oriented chatbots by proposing a context-aware self-attentive model that uses multiple contextual signals, resulting in a gain of up to 7% on intent classification for one dataset and achieving state-of-the-art performance on standard datasets.

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 conversational datasets, yielding a gain of up to 7% on the IC task for one of the datasets. Moreover, a non-contextual variant of CASA-NLU achieves state-of-the-art performance for IC task on standard public datasets - Snips and ATIS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes