Dialogue State Tracking

125 papers with code • 7 benchmarks • 11 datasets

Dialogue state tacking consists of determining at each turn of a dialogue the full representation of what the user wants at that point in the dialogue, which contains a goal constraint, a set of requested slots, and the user's dialogue act.

Libraries

Use these libraries to find Dialogue State Tracking models and implementations

UNO-DST: Leveraging Unlabelled Data in Zero-Shot Dialogue State Tracking

lichuangnus/uno-dst 16 Oct 2023

Previous zero-shot dialogue state tracking (DST) methods only apply transfer learning, ignoring unlabelled data in the target domain.

4
16 Oct 2023

Semantic Parsing by Large Language Models for Intricate Updating Strategies of Zero-Shot Dialogue State Tracking

ToLightUpTheSky/ParsingDST 16 Oct 2023

Zero-shot Dialogue State Tracking (DST) addresses the challenge of acquiring and annotating task-oriented dialogues, which can be time-consuming and costly.

3
16 Oct 2023

InstructTODS: Large Language Models for End-to-End Task-Oriented Dialogue Systems

willyhc22/instructtods 13 Oct 2023

We present InstructTODS, a novel off-the-shelf framework for zero-shot end-to-end task-oriented dialogue systems that can adapt to diverse domains without fine-tuning.

3
13 Oct 2023

Diverse Retrieval-Augmented In-Context Learning for Dialogue State Tracking

jlab-nlp/refpydst 4 Jul 2023

There has been significant interest in zero and few-shot learning for dialogue state tracking (DST) due to the high cost of collecting and annotating task-oriented dialogues.

5
04 Jul 2023

Prompter: Zero-shot Adaptive Prefixes for Dialogue State Tracking Domain Adaptation

cuthalionn/prompter 7 Jun 2023

A challenge in the Dialogue State Tracking (DST) field is adapting models to new domains without using any supervised data, zero-shot domain adaptation.

9
07 Jun 2023

Diable: Efficient Dialogue State Tracking as Operations on Tables

amazon-science/efficient-dialogue-state-tracking-by-sequential-information-processing 26 May 2023

Sequence-to-sequence state-of-the-art systems for dialogue state tracking (DST) use the full dialogue history as input, represent the current state as a list with all the slots, and generate the entire state from scratch at each dialogue turn.

5
26 May 2023

PaCE: Unified Multi-modal Dialogue Pre-training with Progressive and Compositional Experts

AlibabaResearch/DAMO-ConvAI 24 May 2023

It utilizes a combination of several fundamental experts to accommodate multiple dialogue-related tasks and can be pre-trained using limited dialogue and extensive non-dialogue multi-modal data.

956
24 May 2023

Continual Dialogue State Tracking via Example-Guided Question Answering

facebookresearch/dst-egqa 23 May 2023

Dialogue systems are frequently updated to accommodate new services, but naively updating them by continually training with data for new services in diminishing performance on previously learnt services.

6
23 May 2023

OLISIA: a Cascade System for Spoken Dialogue State Tracking

orange-opensource/olisia-dstc11 20 Apr 2023

Though Dialogue State Tracking (DST) is a core component of spoken dialogue systems, recent work on this task mostly deals with chat corpora, disregarding the discrepancies between spoken and written language. In this paper, we propose OLISIA, a cascade system which integrates an Automatic Speech Recognition (ASR) model and a DST model.

8
20 Apr 2023

Choice Fusion as Knowledge for Zero-Shot Dialogue State Tracking

youlandasu/choice-fusion 25 Feb 2023

With the demanding need for deploying dialogue systems in new domains with less cost, zero-shot dialogue state tracking (DST), which tracks user's requirements in task-oriented dialogues without training on desired domains, draws attention increasingly.

1
25 Feb 2023