ELAD: Explanation-guided Large Language Models Active Distillation · The Large Language Model Bible Contribute to LLM-Bible

ELAD: Explanation-guided Large Language Models Active Distillation

Zhang Yifei, Pan Bo, Ling Chen, Hu Yuntong, Zhao Liang. Arxiv 2024

[Paper]    
Distillation Efficiency And Optimization Interpretability And Explainability Tools

The deployment and application of Large Language Models (LLMs) is hindered by their memory inefficiency, computational demands, and the high costs of API inferences. Traditional distillation methods, which transfer the capabilities of LLMs to smaller models, often fail to determine whether the knowledge has been sufficiently transferred, potentially resulting in high costs or incomplete distillation. In this paper, we propose an Explanation-Guided LLMs Active Distillation (ELAD) framework that employs an active learning strategy to optimize the balance between annotation costs and model performance. To improve efficient sample selection, we introduce an explanation-guided sample selection method that identifies samples challenging its reasoning by exploiting uncertainties in explanation steps. Additionally, we present a customized LLM-annotated explanation revision technique where the teacher model detects and corrects flaws in the student model’s reasoning. Our experiments across various reasoning datasets demonstrate that our framework significantly enhances the efficiency of LLM knowledge distillation.

Similar Work