In-Context Learning for Few-Shot Dialogue State Tracking
Collecting and annotating task-oriented dialogues is time-consuming and costly; thus, zero and few shot learning could greatly benefit dialogue state tracking (DST). In this work, we propose an in-context learning (ICL) framework for zero-shot and few-shot learning DST, where a large pre-trained language model (LM) takes a test instance and a few exemplars as input, and directly decodes the dialogue state without any parameter updates. To better leverage a tabular domain description in the LM prompt, we reformulate DST into a text-to-SQL problem. We also propose a novel approach to retrieve annotated dialogues as exemplars. Empirical results on MultiWOZ show that our method IC-DST substantially outperforms previous fine-tuned state-of-the-art models in few-shot settings. In addition, we test IC-DST in zero-shot settings, in which the model only takes a fixed task instruction as input, finding that it outperforms previous zero-shot methods by a large margin.
Code (1)
Tasks
Dialogue State TrackingFew-Shot LearningIn-Context LearningLanguage ModelingLanguage ModellingText to SQLText-To-SQLMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Comprehensive Study: How the Context Information of Different Granularity Affects Dialogue State Tracking?
Dialogue state tracking (DST) plays a key role in task-oriented dialogue systems to monitor the user's goal. In general, there are two strategies to track a dialogue state: predicting it from scratch and updating it from…
Dialogue State TrackingFew-Shot LearningTask-Oriented Dialogue SystemsChoice Fusion as Knowledge for Zero-Shot Dialogue State Tracking
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 domai…
DecoderDialogue State TrackingLanguage ModelingLanguage Modelling+2Intent-driven In-context Learning for Few-shot Dialogue State Tracking
Dialogue state tracking (DST) plays an essential role in task-oriented dialogue systems. However, user's input may contain implicit information, posing significant challenges for DST tasks. Additionally, DST data include…
Dialogue State TrackingIn-Context LearningLanguage ModelingLanguage Modelling+2Diverse Retrieval-Augmented In-Context Learning for Dialogue State Tracking
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. Recent work has demonstrated that in-context …
Dialogue State TrackingFew-Shot LearningIn-Context LearningRetrievalLeveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking
Zero-shot cross-domain dialogue state tracking (DST) enables us to handle task-oriented dialogue in unseen domains without the expense of collecting in-domain data. In this paper, we propose a slot description enhanced g…
Dialogue State TrackingTransfer Learning