paper-with-me

홈 › Papers

Domain State Tracking for a Simplified Dialogue System

2021-03-11 · Hyunmin Jeon, Gary Geunbae Lee

Task-oriented dialogue systems aim to help users achieve their goals in specific domains. Recent neural dialogue systems use the entire dialogue history for abundant contextual information accumulated over multiple conversational turns. However, the dialogue history becomes increasingly longer as the number of turns increases, thereby increasing memory usage and computational costs. In this paper, we present DoTS (Domain State Tracking for a Simplified Dialogue System), a task-oriented dialogue system that uses a simplified input context instead of the entire dialogue history. However, neglecting the dialogue history can result in a loss of contextual information from previous conversational turns. To address this issue, DoTS tracks the domain state in addition to the belief state and uses it for the input context. Using this simplified input, DoTS improves the inform rate and success rate by 1.09 points and 1.24 points, respectively, compared to the previous state-of-the-art model on MultiWOZ, which is a well-known benchmark.

📄 PDF Abstract BibTeX arXiv:2103.06648

Code (0)

등록된 구현이 없습니다.

Tasks

Task-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

Knowledge-Aware Graph-Enhanced GPT-2 for Dialogue State Tracking

2021-04-09 · EMNLP 2021 11 · Weizhe Lin, Bo-Hsiang Tseng, Bill Byrne

Dialogue State Tracking is central to multi-domain task-oriented dialogue systems, responsible for extracting information from user utterances. We present a novel hybrid architecture that augments GPT-2 with representati…

Dialogue State TrackingGraph AttentionMulti-domain Dialogue State TrackingTask-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

Multi-Domain Dialogue State Tracking with Top-K Slot Self Attention

2022-09-01 · SIGDIAL (ACL) 2022 9 · Longfei Yang, Jiyi Li, Sheng Li, Takahiro Shinozaki

As an important component of task-oriented dialogue systems, dialogue state tracking is designed to track the dialogue state through the conversations between users and systems. Multi-domain dialogue state tracking is a …

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

S3-DST: Structured Open-Domain Dialogue Segmentation and State Tracking in the Era of LLMs

2023-09-16 · Sarkar Snigdha Sarathi Das, Chirag Shah, Mengting Wan, Jennifer Neville 외

The traditional Dialogue State Tracking (DST) problem aims to track user preferences and intents in user-agent conversations. While sufficient for task-oriented dialogue systems supporting narrow domain applications, the…

Dialogue State TrackingLanguage ModellingLarge Language ModelSegmentation+1

The SPPD System for Schema Guided Dialogue State Tracking Challenge

2020-06-16 · Miao Li, Haoqi Xiong, Yunbo Cao

This paper introduces one of our group's work on the Dialog System Technology Challenges 8 (DSTC8), the SPPD system for Schema Guided dialogue state tracking challenge. This challenge, named as Track 4 in DSTC8, provides…

Dialogue State TrackingMulti-domain Dialogue State Tracking