paper-with-me

홈 › Papers

Learning to Customize Model Structures for Few-shot Dialogue Generation Tasks

2019-10-31 · ACL 2020 6 · Yiping Song, Zequn Liu, Wei Bi, Rui Yan, Ming Zhang

Training the generative models with minimal corpus is one of the critical challenges for building open-domain dialogue systems. Existing methods tend to use the meta-learning framework which pre-trains the parameters on all non-target tasks then fine-tunes on the target task. However, fine-tuning distinguishes tasks from the parameter perspective but ignores the model-structure perspective, resulting in similar dialogue models for different tasks. In this paper, we propose an algorithm that can customize a unique dialogue model for each task in the few-shot setting. In our approach, each dialogue model consists of a shared module, a gating module, and a private module. The first two modules are shared among all the tasks, while the third one will differentiate into different network structures to better capture the characteristics of the corresponding task. The extensive experiments on two datasets show that our method outperforms all the baselines in terms of task consistency, response quality, and diversity.

📄 PDF Abstract BibTeX arXiv:1910.14326

Code (1)

zequnl/CMAML 공식 구현 pytorch

Tasks

Dialogue GenerationDiversityLanguage ModellingMeta-Learning

Similar 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 외

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

Dialogue EvaluationDialogue GenerationIntent DetectionNatural Language Understanding+2

Few-Shot Bot: Prompt-Based Learning for Dialogue Systems

2021-10-15 · Andrea Madotto, Zhaojiang Lin, Genta Indra Winata, Pascale Fung

Learning to converse using only a few examples is a great challenge in conversational AI. The current best conversational models, which are either good chit-chatters (e.g., BlenderBot) or goal-oriented systems (e.g., Min…

ChatbotDialogue State TrackingFew-Shot LearningResponse Generation+1

StoryAgent: Customized Storytelling Video Generation via Multi-Agent Collaboration

2024-11-07 · Panwen Hu, Jin Jiang, Jianqi Chen, Mingfei Han 외

The advent of AI-Generated Content (AIGC) has spurred research into automated video generation to streamline conventional processes. However, automating storytelling video production, particularly for customized narrativ…

Video Generation

A Dual Prompt Learning Framework for Few-Shot Dialogue State Tracking

2022-01-15 · Yuting Yang, Wenqiang Lei, Pei Huang, Juan Cao 외

Dialogue state tracking (DST) module is an important component for task-oriented dialog systems to understand users' goals and needs. Collecting dialogue state labels including slots and values can be costly, especially …

Dialogue State TrackingLanguage ModelingLanguage ModellingPrompt Learning

MMWOZ: Building Multimodal Agent for Task-oriented Dialogue

2025-11-16 · Pu-Hai Yang, Heyan Huang, Heng-Da Xu, Fanshu Sun 외 arxiv

Task-oriented dialogue systems have garnered significant attention due to their conversational ability to accomplish goals, such as booking airline tickets for users. Traditionally, task-oriented dialogue systems are con…

Task-Oriented Dialogue Systems