paper-with-me

홈 › Papers

Towards Robustness and Diversity: Continual Learning in Dialog Generation with Text-Mixup and Batch Nuclear-Norm Maximization

2024-03-16 · Zihan Wang, Jiayu Xiao, Mengxiang Li, Zhongjiang He, Yongxiang Li, Chao Wang, Shuangyong Song

In our dynamic world where data arrives in a continuous stream, continual learning enables us to incrementally add new tasks/domains without the need to retrain from scratch. A major challenge in continual learning of language model is catastrophic forgetting, the tendency of models to forget knowledge from previously trained tasks/domains when training on new ones. This paper studies dialog generation under the continual learning setting. We propose a novel method that 1) uses \textit{Text-Mixup} as data augmentation to avoid model overfitting on replay memory and 2) leverages Batch-Nuclear Norm Maximization (BNNM) to alleviate the problem of mode collapse. Experiments on a $37$-domain task-oriented dialog dataset and DailyDialog (a $10$-domain chitchat dataset) demonstrate that our proposed approach outperforms the state-of-the-art in continual learning.

📄 PDF Abstract BibTeX arXiv:2403.10894

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningData AugmentationDiversityLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Domain-Lifelong Learning for Dialogue State Tracking via Knowledge Preservation Networks

2021-11-01 · EMNLP 2021 11 · Qingbin Liu, Pengfei Cao, Cao Liu, Jiansong Chen 외

Dialogue state tracking (DST), which estimates user goals given a dialogue context, is an essential component of task-oriented dialogue systems. Conventional DST models are usually trained offline, which requires a fixed…

Dialogue State TrackingDiversityKnowledge DistillationLifelong learning+1

Controllable and Diverse Data Augmentation with Large Language Model for Low-Resource Open-Domain Dialogue Generation

2024-03-30 · Zhenhua Liu, Tong Zhu, Jianxiang Xiang, Wenliang Chen

Data augmentation (DA) is crucial to mitigate model training instability and over-fitting problems in low-resource open-domain dialogue generation. However, traditional DA methods often neglect semantic data diversity, r…

Data AugmentationDialogue GenerationDiversityLanguage Modeling+2

SYNERGY: Building Task Bots at Scale Using Symbolic Knowledge and Machine Teaching

2021-10-21 · Baolin Peng, Chunyuan Li, Zhu Zhang, Jinchao Li 외

In this paper we explore the use of symbolic knowledge and machine teaching to reduce human data labeling efforts in building neural task bots. We propose SYNERGY, a hybrid learning framework where a task bot is develope…

Diversity

Contrastive Speaker-Aware Learning for Multi-party Dialogue Generation with LLMs

2025-03-11 · Tianyu Sun, Kun Qian, Wenhong Wang

Multi-party dialogue generation presents significant challenges due to the complex interplay of multiple speakers and interwoven conversational threads. Traditional approaches often fall short in capturing these complexi…

Contrastive LearningDialogue GenerationDiversityInformativeness

Continual Learning in Task-Oriented Dialogue Systems

2020-12-31 · EMNLP 2021 11 · Andrea Madotto, Zhaojiang Lin, Zhenpeng Zhou, Seungwhan Moon 외

Continual learning in task-oriented dialogue systems can allow us to add new domains and functionalities through time without incurring the high cost of a whole system retraining. In this paper, we propose a continual le…

Continual LearningIntent RecognitionMulti-Task LearningTask-Oriented Dialogue Systems+1