CLAILGOct 5, 2020

Lifelong Language Knowledge Distillation

arXiv:2010.02123v11008 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining performance in lifelong learning for language tasks, but it is incremental as it builds on existing LLL architectures.

The paper tackles the problem of performance degradation in lifelong language learning (LLL) when training on a stream of tasks, by proposing Lifelong Language Knowledge Distillation (L2KD), which uses teacher models to transfer knowledge via distillation, resulting in consistent improvements over state-of-the-art models and mitigated degradation compared to multi-task models.

It is challenging to perform lifelong language learning (LLL) on a stream of different tasks without any performance degradation comparing to the multi-task counterparts. To address this issue, we present Lifelong Language Knowledge Distillation (L2KD), a simple but efficient method that can be easily applied to existing LLL architectures in order to mitigate the degradation. Specifically, when the LLL model is trained on a new task, we assign a teacher model to first learn the new task, and pass the knowledge to the LLL model via knowledge distillation. Therefore, the LLL model can better adapt to the new task while keeping the previously learned knowledge. Experiments show that the proposed L2KD consistently improves previous state-of-the-art models, and the degradation comparing to multi-task models in LLL tasks is well mitigated for both sequence generation and text classification tasks.

Code Implementations1 repo
Foundations

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

Your Notes