paper-with-me

홈 › Papers

Demystifying Low-Rank Knowledge Distillation in Large Language Models: Convergence, Generalization, and Information-Theoretic Guarantees

2026-03-22 · Alberlucia Rafael Soarez, Daniel Kim, Mariana Costa, Alejandro Torre arxiv

Knowledge distillation has emerged as a powerful technique for compressing large language models (LLMs) into efficient, deployable architectures while preserving their advanced capabilities. Recent advances in low-rank knowledge distillation, particularly methods like Low-Rank Clone (LRC), have demonstrated remarkable empirical success, achieving comparable performance to full-parameter distillation with significantly reduced training data and computational overhead. However, the theoretical foundations underlying these methods remain poorly understood. In this paper, we establish a rigorous theoretical framework for low-rank knowledge distillation in language models. We prove that under mild assumptions, low-rank projection preserves the optimization dynamics, yielding explicit convergence rates of $O(1/\sqrt{T})$. We derive generalization bounds that characterize the fundamental trade-off between model compression and generalization capability, showing that the generalization error scales with the rank parameter as $O(r(m+n)/\sqrt{n})$. Furthermore, we provide an information-theoretic analysis of the activation cloning mechanism, revealing its role in maximizing the mutual information between the teacher's and student's intermediate representations. Our theoretical results offer principled guidelines for rank selection, mathematically suggesting an optimal rank $r^* = O(\sqrt{n})$ where $n$ is the sample size. Experimental validation on standard language modeling benchmarks confirms our theoretical predictions, demonstrating that the empirical convergence, rank scaling, and generalization behaviors align closely with our bounds.

📄 PDF Abstract BibTeX arXiv:2603.22355

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

RankDistil: Knowledge Distillation for Ranking

2021-04-13 · AISTATS 2021 4 · Sashank J. Reddi, Rama Kumar Pasumarthi, Aditya Krishna Menon, Ankit Singh Rawat Felix Yu 외

Knowledge distillation is an approach to improve the performance of a student model by using the knowledge of a complex teacher.Despite its success in several deep learning applications, the study of distillation is most…

Document RankingKnowledge Distillation

An Empirical Study of Uniform-Architecture Knowledge Distillation in Document Ranking

2023-02-08 · Xubo Qin, Xiyuan Liu, Xiongfeng Zheng, Jie Liu 외

Although BERT-based ranking models have been commonly used in commercial search engines, they are usually time-consuming for online ranking tasks. Knowledge distillation, which aims at learning a smaller model with compa…

Document RankingKnowledge Distillation

Understanding BERT Rankers Under Distillation

2020-07-21 · Luyu Gao, Zhuyun Dai, Jamie Callan

Deep language models such as BERT pre-trained on large corpus have given a huge performance boost to the state-of-the-art information retrieval ranking systems. Knowledge embedded in such models allows them to pick up co…

Information RetrievalRetrieval

Enhancing Knowledge Distillation of Large Language Models through Efficient Multi-Modal Distribution Alignment

2024-09-19 · Tianyu Peng, Jiajun Zhang

Knowledge distillation (KD) is an effective model compression method that can transfer the internal capabilities of large language models (LLMs) to smaller ones. However, the multi-modal probability distribution predicte…

Knowledge DistillationModel Compression

GripRank: Bridging the Gap between Retrieval and Generation via the Generative Knowledge Improved Passage Ranking

2023-05-29 · Jiaqi Bai, Hongcheng Guo, Jiaheng Liu, Jian Yang 외

Retrieval-enhanced text generation has shown remarkable progress on knowledge-intensive language tasks, such as open-domain question answering and knowledge-enhanced dialogue generation, by leveraging passages retrieved …

Answer GenerationDialogue GenerationKnowledge DistillationLanguage Modelling+6