LGDec 26, 2023

AdapterDistillation: Non-Destructive Task Composition with Knowledge Distillation

arXiv:2312.16261v1132 citationsh-index: 3EMNLP
Originality Incremental advance
AI Analysis

This work addresses scalability and efficiency issues in multi-task learning for applications like dialog systems, though it is incremental as it builds on existing adapter and distillation methods.

The paper tackles the problem of inefficient knowledge composition from multiple tasks using adapters in transformers by proposing AdapterDistillation, a two-stage knowledge distillation algorithm that improves accuracy, reduces resource consumption, and decreases inference time in task-oriented dialog systems.

Leveraging knowledge from multiple tasks through introducing a small number of task specific parameters into each transformer layer, also known as adapters, receives much attention recently. However, adding an extra fusion layer to implement knowledge composition not only increases the inference time but also is non-scalable for some applications. To avoid these issues, we propose a two-stage knowledge distillation algorithm called AdapterDistillation. In the first stage, we extract task specific knowledge by using local data to train a student adapter. In the second stage, we distill the knowledge from the existing teacher adapters into the student adapter to help its inference. Extensive experiments on frequently asked question retrieval in task-oriented dialog systems validate the efficiency of AdapterDistillation. We show that AdapterDistillation outperforms existing algorithms in terms of accuracy, resource consumption and inference time.

Foundations

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

Your Notes