Transferable Multi-Domain State Generator for Task-Oriented Dialogue Systems
Chien-Sheng Wu, Andrea Madotto, Ehsan Hosseini-Asl, Caiming Xiong,, Richard Socher, Pascale Fung

TL;DR
This paper introduces TRADE, a transferable dialogue state generator that improves multi-domain task-oriented dialogue systems by effectively handling unknown slot values and adapting to new domains with minimal data.
Contribution
The paper presents a novel transfer learning approach for dialogue state tracking that leverages a copy mechanism and shared components to enable zero-shot and few-shot domain adaptation.
Findings
Achieves 48.62% joint goal accuracy on MultiWOZ dataset.
Demonstrates effective zero-shot transfer with 60.58% accuracy.
Adapts to few-shot scenarios without forgetting previous domains.
Abstract
Over-dependence on domain ontology and lack of knowledge sharing across domains are two practical and yet less studied problems of dialogue state tracking. Existing approaches generally fall short in tracking unknown slot values during inference and often have difficulties in adapting to new domains. In this paper, we propose a Transferable Dialogue State Generator (TRADE) that generates dialogue states from utterances using a copy mechanism, facilitating knowledge transfer when predicting (domain, slot, value) triplets not encountered during training. Our model is composed of an utterance encoder, a slot gate, and a state generator, which are shared across domains. Empirical results demonstrate that TRADE achieves state-of-the-art joint goal accuracy of 48.62% for the five domains of MultiWOZ, a human-human dialogue dataset. In addition, we show its transferring ability by simulating…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and dialogue systems · Topic Modeling · AI in Service Interactions
