paper-with-me

Papers

Attention Guided Dialogue State Tracking with Sparse Supervision

2021-01-28 · Shuailong Liang, Lahari Poddar, Gyuri Szarvas

Existing approaches to Dialogue State Tracking (DST) rely on turn level dialogue state annotations, which are expensive to acquire in large scale. In call centers, for tasks like managing bookings or subscriptions, the user goal can be associated with actions (e.g.~API calls) issued by customer service agents. These action logs are available in large volumes and can be utilized for learning dialogue states. However, unlike turn-level annotations, such logged actions are only available sparsely across the dialogue, providing only a form of weak supervision for DST models. To efficiently learn DST with sparse labels, we extend a state-of-the-art encoder-decoder model. The model learns a slot-aware representation of dialogue history, which focuses on relevant turns to guide the decoder. We present results on two public multi-domain DST datasets (MultiWOZ and Schema Guided Dialogue) in both settings i.e. training with turn-level and with sparse supervision. The proposed approach improves over baseline in both settings. More importantly, our model trained with sparse supervision is competitive in performance to fully supervised baselines, while being more data and cost efficient.

📄 PDF Abstract BibTeX arXiv:2101.11958

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDialogue State Tracking

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

Schema-Guided Multi-Domain Dialogue State Tracking with Graph Attention Neural Networks

2020-04-03 · Lu Chen, Boer Lv, Chi Wang, Su Zhu 외

Dialogue state tracking (DST) aims at estimating the current dialogue state given all the preceding conversation. For multi-domain DST, the data sparsity problem is also a major obstacle due to the increased number of st…

Dialogue State TrackingGraph AttentionMulti-domain Dialogue State Tracking

Span-Selective Linear Attention Transformers for Effective and Robust Schema-Guided Dialogue State Tracking

2023-06-15 · Björn Bebensee, Haejun Lee

In schema-guided dialogue state tracking models estimate the current state of a conversation using natural language descriptions of the service schema for generalization to unseen services. Prior generative approaches wh…

Dialogue State Tracking

A Fast and Robust BERT-based Dialogue State Tracker for Schema-Guided Dialogue Dataset

2020-08-27 · Vahid Noroozi, Yang Zhang, Evelina Bakhturina, Tomasz Kornuta

Dialog State Tracking (DST) is one of the most crucial modules for goal-oriented dialogue systems. In this paper, we introduce FastSGT (Fast Schema Guided Tracker), a fast and robust BERT-based model for state tracking i…

Data Augmentationdialog state trackingDialogue State TrackingGoal-Oriented Dialogue Systems

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

SGD-QA: Fast Schema-Guided Dialogue State Tracking for Unseen Services

2021-05-17 · Yang Zhang, Vahid Noroozi, Evelina Bakhturina, Boris Ginsburg

Dialogue state tracking is an essential part of goal-oriented dialogue systems, while most of these state tracking models often fail to handle unseen services. In this paper, we propose SGD-QA, a simple and extensible mo…

Dialogue State TrackingGoal-Oriented Dialogue SystemsQuestion Answering