LGAIMay 16, 2024

Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue System

arXiv:2405.10992v127 citationsh-index: 13ACL
Originality Incremental advance
AI Analysis

This addresses the problem of maintaining performance in dialogue systems as they learn new tasks, though it is an incremental improvement over existing exemplar-based methods.

The paper tackles catastrophic forgetting in task-oriented dialogue systems by proposing HESIT, a hyper-gradient-based exemplar selection method for periodic retraining, which achieves state-of-the-art performance on the largest continual learning benchmark for ToDs.

Intelligent task-oriented dialogue systems (ToDs) are expected to continuously acquire new knowledge, also known as Continual Learning (CL), which is crucial to fit ever-changing user needs. However, catastrophic forgetting dramatically degrades the model performance in face of a long streamed curriculum. In this paper, we aim to overcome the forgetting problem in ToDs and propose a method (HESIT) with hyper-gradient-based exemplar strategy, which samples influential exemplars for periodic retraining. Instead of unilaterally observing data or models, HESIT adopts a profound exemplar selection strategy that considers the general performance of the trained model when selecting exemplars for each task domain. Specifically, HESIT analyzes the training data influence by tracing their hyper-gradient in the optimization process. Furthermore, HESIT avoids estimating Hessian to make it compatible for ToDs with a large pre-trained model. Experimental results show that HESIT effectively alleviates catastrophic forgetting by exemplar selection, and achieves state-of-the-art performance on the largest CL benchmark of ToDs in terms of all metrics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes