CLApr 12, 2022

XQA-DST: Multi-Domain and Multi-Lingual Dialogue State Tracking

Cambridge
arXiv:2204.05895v2267 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the challenge of building scalable and open-vocabulary task-oriented dialogue systems for multi-domain and multi-lingual applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the problem of generalizing dialogue state tracking to unseen slots and domains by proposing a domain-agnostic extractive QA approach with domain filtering, achieving zero-shot domain adaptation with 36.7% JGA on MultiWOZ 2.1 and cross-lingual transfer with up to 75.7% JGA on WOZ 2.0.

Dialogue State Tracking (DST), a crucial component of task-oriented dialogue (ToD) systems, keeps track of all important information pertaining to dialogue history: filling slots with the most probable values throughout the conversation. Existing methods generally rely on a predefined set of values and struggle to generalise to previously unseen slots in new domains. To overcome these challenges, we propose a domain-agnostic extractive question answering (QA) approach with shared weights across domains. To disentangle the complex domain information in ToDs, we train our DST with a novel domain filtering strategy by excluding out-of-domain question samples. With an independent classifier that predicts the presence of multiple domains given the context, our model tackles DST by extracting spans in active domains. Empirical results demonstrate that our model can efficiently leverage domain-agnostic QA datasets by two-stage fine-tuning while being both domain-scalable and open-vocabulary in DST. It shows strong transferability by achieving zero-shot domain-adaptation results on MultiWOZ 2.1 with an average JGA of 36.7%. It further achieves cross-lingual transfer with state-of-the-art zero-shot results, 66.2% JGA from English to German and 75.7% JGA from English to Italian on WOZ 2.0.

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