English

LLM-NEO: Parameter Efficient Knowledge Distillation for Large Language Models

Computation and Language 2025-02-26 v2 Artificial Intelligence Machine Learning

Abstract

Knowledge distillation (KD) has been a predominant method for compressing Large Language Models (LLMs). In this paper, we first revisit KD and Low-Rank Adaption (LoRA) and demonstrate that they follow the same paradigm. Inspired by this observation, we propose a parameter-efficient knowledge distillation method, LLM-NEO, which integrates LoRA into KD to improve the efficiency of knowledge transfer. After that, we summarize some valuable guidelines for the hyperparameters in LLM-NEO. Experimental results on compressing Llama 2 and Llama 3.2 show that LLM-NEO outperforms various baselines. Further analysis demonstrates the robustness of the proposed LLM-NEO on variants of LoRA. The code and trained models are available at [Github](https://github.com/yang3121099/LLM-Neo).

Keywords

Cite

@article{arxiv.2411.06839,
  title  = {LLM-NEO: Parameter Efficient Knowledge Distillation for Large Language Models},
  author = {Runming Yang and Taiqiang Wu and Jiahao Wang and Pengfei Hu and Yik-Chung Wu and Ngai Wong and Yujiu Yang},
  journal= {arXiv preprint arXiv:2411.06839},
  year   = {2025}
}

Comments

ARR under review

R2 v1 2026-06-28T19:55:20.132Z