paper-with-me

Papers

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 in goal-oriented dialogue systems. The proposed model is designed for the Schema-Guided Dialogue (SGD) dataset which contains natural language descriptions for all the entities including user intents, services, and slots. The model incorporates two carry-over procedures for handling the extraction of the values not explicitly mentioned in the current user utterance. It also uses multi-head attention projections in some of the decoders to have a better modelling of the encoder outputs. In the conducted experiments we compared FastSGT to the baseline model for the SGD dataset. Our model keeps the efficiency in terms of computational and memory consumption while improving the accuracy significantly. Additionally, we present ablation studies measuring the impact of different parts of the model on its performance. We also show the effectiveness of data augmentation for improving the accuracy without increasing the amount of computational resources.

📄 PDF Abstract BibTeX arXiv:2008.12335

Code (1)

NVIDIA/NeMo pytorch

Tasks

Data Augmentationdialog state trackingDialogue State TrackingGoal-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음

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

Domain-Aware Dialogue State Tracker for Multi-Domain Dialogue Systems

2020-01-21 · Vevake Balaraman, Bernardo Magnini

In task-oriented dialogue systems the dialogue state tracker (DST) component is responsible for predicting the state of the dialogue based on the dialogue history. Current DST approaches rely on a predefined domain ontol…

Language ModelingLanguage ModellingTask-Oriented Dialogue Systems

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 robustn…

Dialogue State TrackingIntent Classificationslot-fillingSlot Filling+3

Grounding Description-Driven Dialogue State Trackers with Knowledge-Seeking Turns

2023-09-23 · Alexandru Coca, Bo-Hsiang Tseng, Jinghong Chen, Weizhe Lin 외

Schema-guided dialogue state trackers can generalise to new domains without further training, yet they are sensitive to the writing style of the schemata. Augmenting the training set with human or synthetic schema paraph…

Sensitivity

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