paper-with-me

Papers

Towards Universal Dialogue State Tracking

2018-10-22 · EMNLP 2018 10 · Liliang Ren, Kaige Xie, Lu Chen, Kai Yu

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.

📄 PDF Abstract BibTeX arXiv:1810.09587

Code (1)

renll/StateNet mxnet

Tasks

Dialogue State Tracking

Similar Papers 제목 키워드 기반

Distributed Structured Actor-Critic Reinforcement Learning for Universal Dialogue Management

2020-09-22 · Zhi Chen, Lu Chen, Xiaoyuan Liu, Kai Yu

The task-oriented spoken dialogue system (SDS) aims to assist a human user in accomplishing a specific task (e.g., hotel booking). The dialogue management is a core part of SDS. There are two main missions in dialogue ma…

Decision MakingDeep Reinforcement LearningDialogue ManagementManagement+3

Show, Don't Tell: Demonstrations Outperform Descriptions for Schema-Guided Task-Oriented Dialogue

2022-04-08 · Raghav Gupta, Harrison Lee, Jeffrey Zhao, Abhinav Rastogi 외

Building universal dialogue systems that operate across multiple domains/APIs and generalize to new ones with minimal overhead is a critical challenge. Recent works have leveraged natural language descriptions of schema …

Dialogue State TrackingZero-shot Generalization

Show, Don’t Tell: Demonstrations Outperform Descriptions for Schema-Guided Task-Oriented Dialogue

2022-07-01 · NAACL 2022 7 · Raghav Gupta, Harrison Lee, Jeffrey Zhao, Yuan Cao 외

Building universal dialogue systems that operate across multiple domains/APIs and generalize to new ones with minimal overhead is a critical challenge. Recent works have leveraged natural language descriptions of schema …

Dialogue State TrackingZero-shot Generalization

Comprehensive Study: How the Context Information of Different Granularity Affects Dialogue State Tracking?

2021-05-08 · ACL 2021 5 · Puhai Yang, Heyan Huang, Xian-Ling Mao

Dialogue state tracking (DST) plays a key role in task-oriented dialogue systems to monitor the user's goal. In general, there are two strategies to track a dialogue state: predicting it from scratch and updating it from…

Dialogue State TrackingFew-Shot LearningTask-Oriented Dialogue Systems

Act-Aware Slot-Value Predicting in Multi-Domain Dialogue State Tracking

2022-08-04 · Ruolin Su, Ting-Wei Wu, Biing-Hwang Juang

As an essential component in task-oriented dialogue systems, dialogue state tracking (DST) aims to track human-machine interactions and generate state representations for managing the dialogue. Representations of dialogu…

Dialogue State TrackingMachine Reading ComprehensionMulti-domain Dialogue State TrackingReading Comprehension+1