CLJun 12, 2019

Incremental Learning from Scratch for Task-Oriented Dialogue Systems

arXiv:1906.04991v11097 citations
Originality Incremental advance
AI Analysis

This addresses a practical limitation in real-world dialogue systems where not all user demands can be pre-defined, though it is an incremental improvement over existing methods.

The paper tackles the problem of task-oriented dialogue systems breaking down when encountering unanticipated user needs by proposing an incremental learning framework that incorporates uncertainty estimation and human intervention for online updates. Experiments on a new dataset show the system is robust to unconsidered actions and achieves better performance with less annotation cost.

Clarifying user needs is essential for existing task-oriented dialogue systems. However, in real-world applications, developers can never guarantee that all possible user demands are taken into account in the design phase. Consequently, existing systems will break down when encountering unconsidered user needs. To address this problem, we propose a novel incremental learning framework to design task-oriented dialogue systems, or for short Incremental Dialogue System (IDS), without pre-defining the exhaustive list of user needs. Specifically, we introduce an uncertainty estimation module to evaluate the confidence of giving correct responses. If there is high confidence, IDS will provide responses to users. Otherwise, humans will be involved in the dialogue process, and IDS can learn from human intervention through an online learning module. To evaluate our method, we propose a new dataset which simulates unanticipated user needs in the deployment stage. Experiments show that IDS is robust to unconsidered user actions, and can update itself online by smartly selecting only the most effective training data, and hence attains better performance with less annotation cost.

Code Implementations1 repo
Foundations

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

Your Notes