CLDec 29, 2017

Scalable Multi-Domain Dialogue State Tracking

arXiv:1712.10224v2114 citations
Originality Highly original
AI Analysis

This addresses the challenge of handling unbounded or dynamic slot values in DST, facilitating scalable multi-domain systems for developers and users.

The paper tackles the scalability problem in dialogue state tracking (DST) for task-oriented dialogue systems by introducing a framework that represents dialogue state as a distribution over bounded candidate sets, independent of slot values, enabling quick adaptation to new domains.

Dialogue state tracking (DST) is a key component of task-oriented dialogue systems. DST estimates the user's goal at each user turn given the interaction until then. State of the art approaches for state tracking rely on deep learning methods, and represent dialogue state as a distribution over all possible slot values for each slot present in the ontology. Such a representation is not scalable when the set of possible values are unbounded (e.g., date, time or location) or dynamic (e.g., movies or usernames). Furthermore, training of such models requires labeled data, where each user turn is annotated with the dialogue state, which makes building models for new domains challenging. In this paper, we present a scalable multi-domain deep learning based approach for DST. We introduce a novel framework for state tracking which is independent of the slot value set, and represent the dialogue state as a distribution over a set of values of interest (candidate set) derived from the dialogue history or knowledge. Restricting these candidate sets to be bounded in size addresses the problem of slot-scalability. Furthermore, by leveraging the slot-independent architecture and transfer learning, we show that our proposed approach facilitates quick adaptation to new domains.

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