paper-with-me

Papers

A Multi-Task BERT Model for Schema-Guided Dialogue State Tracking

2022-07-02 · Eleftherios Kapelonis, Efthymios Georgiou, Alexandros Potamianos

Task-oriented dialogue systems often employ a Dialogue State Tracker (DST) to successfully complete conversations. Recent state-of-the-art DST implementations rely on schemata of diverse services to improve model robustness and handle zero-shot generalization to new domains [1], however such methods [2, 3] typically require multiple large scale transformer models and long input sequences to perform well. We propose a single multi-task BERT-based model that jointly solves the three DST tasks of intent prediction, requested slot prediction and slot filling. Moreover, we propose an efficient and parsimonious encoding of the dialogue history and service schemata that is shown to further improve performance. Evaluation on the SGD dataset shows that our approach outperforms the baseline SGP-DST by a large margin and performs well compared to the state-of-the-art, while being significantly more computationally efficient. Extensive ablation studies are performed to examine the contributing factors to the success of our model.

📄 PDF Abstract BibTeX arXiv:2207.00828

Code (1)

lefteris12/multitask-schema-guided-dst tf

Tasks

Dialogue State TrackingIntent Classificationslot-fillingSlot FillingTask-Oriented Dialogue SystemsZero-shot GeneralizationZero-shot Slot Filling

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 제목 키워드 기반

Goal-Oriented Multi-Task BERT-Based Dialogue State Tracker

2020-02-05 · Pavel Gulyaev, Eugenia Elistratova, Vasily Konovalov, Yuri Kuratov 외

Dialogue State Tracking (DST) is a core component of virtual assistants such as Alexa or Siri. To accomplish various tasks, these assistants need to support an increasing number of services and APIs. The Schema-Guided St…

Dialogue State TrackingQuestion AnsweringReading Comprehension

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

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

Fine-Tuning BERT for Schema-Guided Zero-Shot Dialogue State Tracking

2020-02-01 · Yu-Ping Ruan, Zhen-Hua Ling, Jia-Chen Gu, Quan Liu

We present our work on Track 4 in the Dialogue System Technology Challenges 8 (DSTC8). The DSTC8-Track 4 aims to perform dialogue state tracking (DST) under the zero-shot settings, in which the model needs to generalize …

Dialogue State TrackingNatural Language UnderstandingPredictionslot-filling+2

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

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Building universal dialogue systems that can seamlessly operate across multiple domains/APIs and can generalize to new ones with minimal supervision and low maintenance is a critical challenge. Recent works have leverage…

Dialogue State Tracking