TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Towards Universal Dialogue State Tracking

Towards Universal Dialogue State Tracking

Liliang Ren, Kaige Xie, Lu Chen, Kai Yu

2018-10-22EMNLP 2018 10Dialogue State Tracking
PaperPDFCode

Abstract

Dialogue state tracking is the core part of a spoken dialogue system. It estimates the beliefs of possible user's goals at every dialogue turn. However, for most current approaches, it's difficult to scale to large dialogue domains. They have one or more of following limitations: (a) Some models don't work in the situation where slot values in ontology changes dynamically; (b) The number of model parameters is proportional to the number of slots; (c) Some models extract features based on hand-crafted lexicons. To tackle these challenges, we propose StateNet, a universal dialogue state tracker. It is independent of the number of values, shares parameters across all slots, and uses pre-trained word vectors instead of explicit semantic dictionaries. Our experiments on two datasets show that our approach not only overcomes the limitations, but also significantly outperforms the performance of state-of-the-art approaches.

Results

TaskDatasetMetricValueModel
DialogueSecond dialogue state tracking challengeJoint75.5StateNet
DialogueWizard-of-OzJoint88.9StateNet

Related Papers

Beyond Single-User Dialogue: Assessing Multi-User Dialogue State Tracking Capabilities of Large Language Models2025-06-12Factors affecting the in-context learning abilities of LLMs for dialogue state tracking2025-06-10Approaching Dialogue State Tracking via Aligning Speech Encoders and LLMs2025-06-10Interpretable and Robust Dialogue State Tracking via Natural Language Summarization with LLMs2025-03-11Learning LLM Preference over Intra-Dialogue Pairs: A Framework for Utterance-level Understandings2025-03-07Enhancing LLM Reliability via Explicit Knowledge Boundary Modeling2025-03-04Know Your Mistakes: Towards Preventing Overreliance on Task-Oriented Conversational AI Through Accountability Modeling2025-01-17Intent-driven In-context Learning for Few-shot Dialogue State Tracking2024-12-04