CLAIMar 20, 2022

Hierarchical Inductive Transfer for Continual Dialogue Learning

arXiv:2203.10484v1639 citationsh-index: 52
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently updating dialogue systems for new online scenarios without forgetting or interference, which is incremental as it builds on adapter-based methods for continual learning.

The authors tackled the problem of continual learning for dialogue systems, where fine-tuning pre-trained models for new tasks leads to capacity explosion and knowledge interference, by proposing a hierarchical inductive transfer framework that uses adapters to learn new tasks with minimal parameters and achieves comparable performance under deployment-friendly model capacity.

Pre-trained models have achieved excellent performance on the dialogue task. However, for the continual increase of online chit-chat scenarios, directly fine-tuning these models for each of the new tasks not only explodes the capacity of the dialogue system on the embedded devices but also causes knowledge forgetting on pre-trained models and knowledge interference among diverse dialogue tasks. In this work, we propose a hierarchical inductive transfer framework to learn and deploy the dialogue skills continually and efficiently. First, we introduce the adapter module into pre-trained models for learning new dialogue tasks. As the only trainable module, it is beneficial for the dialogue system on the embedded devices to acquire new dialogue skills with negligible additional parameters. Then, for alleviating knowledge interference between tasks yet benefiting the regularization between them, we further design hierarchical inductive transfer that enables new tasks to use general knowledge in the base adapter without being misled by diverse knowledge in task-specific adapters. Empirical evaluation and analysis indicate that our framework obtains comparable performance under deployment-friendly model capacity.

Foundations

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

Your Notes