CLMar 11, 2024

Evolving Knowledge Distillation with Large Language Models and Active Learning

arXiv:2403.06414v187 citationsh-index: 26LREC
Originality Incremental advance
AI Analysis

This work addresses the problem of making LLMs more efficient for deployment in NLP applications, representing an incremental improvement over existing knowledge distillation techniques.

The paper tackles the high computational cost of large language models (LLMs) by proposing EvoKD, a method that uses active learning to interactively generate annotated data for distilling knowledge into smaller models, resulting in improved performance on text classification and named entity recognition tasks.

Large language models (LLMs) have demonstrated remarkable capabilities across various NLP tasks. However, their computational costs are prohibitively high. To address this issue, previous research has attempted to distill the knowledge of LLMs into smaller models by generating annotated data. Nonetheless, these works have mainly focused on the direct use of LLMs for text generation and labeling, without fully exploring their potential to comprehend the target task and acquire valuable knowledge. In this paper, we propose EvoKD: Evolving Knowledge Distillation, which leverages the concept of active learning to interactively enhance the process of data generation using large language models, simultaneously improving the task capabilities of small domain model (student model). Different from previous work, we actively analyze the student model's weaknesses, and then synthesize labeled samples based on the analysis. In addition, we provide iterative feedback to the LLMs regarding the student model's performance to continuously construct diversified and challenging samples. Experiments and analysis on different NLP tasks, namely, text classification and named entity recognition show the effectiveness of EvoKD.

Foundations

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

Your Notes