paper-with-me

Papers

InstructDial: Improving Zero and Few-shot Generalization in Dialogue through Instruction Tuning

2022-05-25 · Prakhar Gupta, Cathy Jiao, Yi-Ting Yeh, Shikib Mehri, Maxine Eskenazi, Jeffrey P. Bigham

Instruction tuning is an emergent paradigm in NLP wherein natural language instructions are leveraged with language models to induce zero-shot performance on unseen tasks. Instructions have been shown to enable good performance on unseen tasks and datasets in both large and small language models. Dialogue is an especially interesting area to explore instruction tuning because dialogue systems perform multiple kinds of tasks related to language (e.g., natural language understanding and generation, domain-specific interaction), yet instruction tuning has not been systematically explored for dialogue-related tasks. We introduce InstructDial, an instruction tuning framework for dialogue, which consists of a repository of 48 diverse dialogue tasks in a unified text-to-text format created from 59 openly available dialogue datasets. Next, we explore cross-task generalization ability on models tuned on InstructDial across diverse dialogue tasks. Our analysis reveals that InstructDial enables good zero-shot performance on unseen datasets and tasks such as dialogue evaluation and intent detection, and even better performance in a few-shot setting. To ensure that models adhere to instructions, we introduce novel meta-tasks. We establish benchmark zero-shot and few-shot performance of models trained using the proposed framework on multiple dialogue tasks.

📄 PDF Abstract BibTeX arXiv:2205.12673

Code (1)

prakharguptaz/Instructdial 공식 구현

Tasks

Dialogue EvaluationDialogue GenerationIntent DetectionNatural Language UnderstandingOpen-Domain DialogTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

Schema Augmentation for Zero-Shot Domain Adaptation in Dialogue State Tracking

2024-10-31 · Christopher Richardson, Roshan Sharma, Neeraj Gaur, Parisa Haghani 외

Zero-shot domain adaptation for dialogue state tracking (DST) remains a challenging problem in task-oriented dialogue (TOD) systems, where models must generalize to target domains unseen at training time. Current large l…

Data AugmentationDialogue State TrackingDomain AdaptationLanguage Modeling+3

SGD-X: A Benchmark for Robust Generalization in Schema-Guided Dialogue Systems

2021-10-13 · Harrison Lee, Raghav Gupta, Abhinav Rastogi, Yuan Cao 외

Zero/few-shot transfer to unseen services is a critical challenge in task-oriented dialogue research. The Schema-Guided Dialogue (SGD) dataset introduced a paradigm for enabling models to support any service in zero-shot…

Data AugmentationDialogue State Tracking

Zero-Shot Dialogue State Tracking via Cross-Task Transfer

2021-09-10 · EMNLP 2021 11 · Zhaojiang Lin, Bing Liu, Andrea Madotto, Seungwhan Moon 외

Zero-shot transfer learning for dialogue state tracking (DST) enables us to handle a variety of task-oriented dialogue domains without the expense of collecting in-domain data. In this work, we propose to transfer the \t…

Dialogue State TrackingQuestion AnsweringTransfer Learning

CESAR: Automatic Induction of Compositional Instructions for Multi-turn Dialogs

2023-11-29 · Taha Aksu, Devamanyu Hazarika, Shikib Mehri, Seokhwan Kim 외

Instruction-based multitasking has played a critical role in the success of large language models (LLMs) in multi-turn dialog applications. While publicly available LLMs have shown promising performance, when exposed to …

Domain-Oriented Prefix-Tuning: Towards Efficient and Generalizable Fine-tuning for Zero-Shot Dialogue Summarization

2022-04-09 · NAACL 2022 7 · Lulu Zhao, Fujia Zheng, Weihao Zeng, Keqing He 외

The most advanced abstractive dialogue summarizers lack generalization ability on new domains and the existing researches for domain adaptation in summarization generally rely on large-scale pre-trainings. To explore the…

Domain Adaptation