paper-with-me

홈 › Papers

AnyTOD: A Programmable Task-Oriented Dialog System

2022-12-20 · Jeffrey Zhao, Yuan Cao, Raghav Gupta, Harrison Lee, Abhinav Rastogi, Mingqiu Wang, Hagen Soltau, Izhak Shafran, Yonghui Wu

We propose AnyTOD, an end-to-end, zero-shot task-oriented dialog (TOD) system capable of handling unseen tasks without task-specific training. We view TOD as a program executed by a language model (LM), where program logic and ontology is provided by a designer as a schema. To enable generalization to unseen schemas and programs without prior training, AnyTOD adopts a neuro-symbolic approach. A neural LM keeps track of events occurring during a conversation and a symbolic program implementing the dialog policy is executed to recommend next actions AnyTOD should take. This approach drastically reduces data annotation and model training requirements, addressing the enduring challenge of rapidly adapting a TOD system to unseen tasks and domains. We demonstrate state-of-the-art results on STAR, ABCD and SGD benchmarks. We also demonstrate strong zero-shot transfer ability in low-resource settings, such as zero-shot on MultiWOZ. In addition, we release STARv2, an updated version of the STAR dataset with richer annotations, for benchmarking zero-shot end-to-end TOD models.

📄 PDF Abstract BibTeX arXiv:2212.09939

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Ontology 설명 없음

Similar Papers 제목 키워드 기반

PyTOD: Programmable Task-Oriented Dialogue with Execution Feedback

2025-08-21 · Alexandru Coca, Bo-Hsiang Tseng, Pete Boothroyd, Jianpeng Cheng 외 arxiv

Programmable task-oriented dialogue (TOD) agents enable language models to follow structured dialogue policies, but their effectiveness hinges on accurate state tracking. We present PyTOD, an agent that generates executa…

Recent Advances and Challenges in Task-oriented Dialog System

2020-03-17 · Zheng Zhang, Ryuichi Takanobu, Qi Zhu, Minlie Huang 외

Due to the significance and value in human-computer interaction and natural language processing, task-oriented dialog systems are attracting more and more attention in both academic and industrial communities. In this pa…

Survey

UniDS: A Unified Dialogue System for Chit-Chat and Task-oriented Dialogues

2021-10-15 · dialdoc (ACL) 2022 5 · Xinyan Zhao, Bin He, Yasheng Wang, Yitong Li 외

With the advances in deep learning, tremendous progress has been made with chit-chat dialogue systems and task-oriented dialogue systems. However, these two systems are often tackled separately in current methods. To ach…

Task-Oriented Dialogue Systems

EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems

2021-09-10 · LREC 2022 6 · Shutong Feng, Nurul Lubis, Christian Geishauser, Hsien-Chin Lin 외

The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues remain largel…

Emotion RecognitionEmotion Recognition in ConversationTask-Oriented Dialogue Systems

Generative Dialog Policy for Task-oriented Dialog Systems

2019-09-17 · Tian Lan, Xian-Ling Mao, He-Yan Huang

There is an increasing demand for task-oriented dialogue systems which can assist users in various activities such as booking tickets and restaurant reservations. In order to complete dialogues effectively, dialogue poli…

General ClassificationTask-Oriented Dialogue Systems