English

Continual Dialogue State Tracking via Example-Guided Question Answering

Computation and Language 2025-09-30 v3 Artificial Intelligence

Abstract

Dialogue systems are frequently updated to accommodate new services, but naively updating them by continually training with data for new services in diminishing performance on previously learnt services. Motivated by the insight that dialogue state tracking (DST), a crucial component of dialogue systems that estimates the user's goal as a conversation proceeds, is a simple natural language understanding task, we propose reformulating it as a bundle of granular example-guided question answering tasks to minimize the task shift between services and thus benefit continual learning. Our approach alleviates service-specific memorization and teaches a model to contextualize the given question and example to extract the necessary information from the conversation. We find that a model with just 60M parameters can achieve a significant boost by learning to learn from in-context examples retrieved by a retriever trained to identify turns with similar dialogue state changes. Combining our method with dialogue-level memory replay, our approach attains state of the art performance on DST continual learning metrics without relying on any complex regularization or parameter expansion methods.

Keywords

Cite

@article{arxiv.2305.13721,
  title  = {Continual Dialogue State Tracking via Example-Guided Question Answering},
  author = {Hyundong Cho and Andrea Madotto and Zhaojiang Lin and Khyathi Raghavi Chandu and Satwik Kottur and Jing Xu and Jonathan May and Chinnadhurai Sankar},
  journal= {arXiv preprint arXiv:2305.13721},
  year   = {2025}
}

Comments

11 pages, EMNLP 2023

R2 v1 2026-06-28T10:42:29.238Z