paper-with-me

홈 › Papers

In Good GRACEs: Principled Teacher Selection for Knowledge Distillation

2025-11-04 · Abhishek Panigrahi, Bingbin Liu, Sadhika Malladi, Sham Kakade, Surbhi Goel arxiv

Knowledge distillation is an efficient strategy to use data generated by large "teacher" language models to train smaller capable "student" models, but selecting the optimal teacher for a specific student-task combination requires expensive trial-and-error. We propose a lightweight score called GRACE to quantify how effective a teacher will be for post-training a student model. GRACE measures distributional properties of the student's gradients without access to a verifier, teacher logits, teacher internals, or test data. From an information-theoretic perspective, GRACE connects to leave-one-out stability of gradient-based algorithms, which controls the generalization performance of the distilled students. On GSM8K and MATH, GRACE correlates strongly (up to 86% Spearman correlation) with the performance of the distilled LLaMA and OLMo students. In particular, training a student using the GRACE-selected teacher can improve the performance by up to 7.4% over naively using the best-performing teacher. Further, GRACE can provide guidance on crucial design choices in distillation, including (1) the best temperature to use when generating from the teacher, (2) the best teacher to use given a size constraint, and (3) the best teacher to use within a specific model family. Altogether, our findings demonstrate that GRACE can efficiently and effectively identify a strongly compatible teacher for a given student and provide fine-grained guidance on how to perform distillation.

📄 PDF Abstract BibTeX arXiv:2511.02833

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Graph Convolutional Network-based Feature Selection for High-dimensional and Low-sample Size Data

2022-11-25 · Can Chen, Scott T. Weiss, Yang-Yu Liu

Feature selection is a powerful dimension reduction technique which selects a subset of relevant features for model construction. Numerous feature selection methods have been proposed, but most of them fail under the hig…

Dimensionality Reductionfeature selection

Revisiting Intermediate-Layer Matching in Knowledge Distillation: Layer-Selection Strategy Doesn't Matter (Much)

2025-02-06 · Zony Yu, Yuqiao Wen, Lili Mou

Knowledge distillation (KD) is a popular method of transferring knowledge from a large "teacher" model to a small "student" model. KD can be divided into two categories: prediction matching and intermediate-layer matchin…

Knowledge Distillation

Improved Knowledge Distillation for Pre-trained Language Models via Knowledge Selection

2023-02-01 · Chenglong Wang, Yi Lu, Yongyu Mu, Yimin Hu 외

Knowledge distillation addresses the problem of transferring knowledge from a teacher model to a student model. In this process, we typically have multiple types of knowledge extracted from the teacher model. The problem…

Knowledge Distillation

Model Merging via Multi-Teacher Knowledge Distillation

2025-12-24 · Seyed Arshan Dalili, Mehrdad Mahdavi arxiv

Model merging has emerged as a lightweight alternative to joint multi-task learning (MTL), yet the generalization properties of merged models remain largely unexplored. Establishing such theoretical guarantees is non-tri…

Knowledge DistillationMulti-Task Learning

How to Choose Your Teacher for Fine Grained Image Recognition

2026-05-15 · Oswin Gosal, Edwin Arkel Rios, Augusto Christian Surya, Fernando Mikael 외 arxiv

Fine-grained image recognition classifies subcategories such as bird species or car models. While state-of-the-art (SOTA) models are accurate, they are often too resource-intensive for deployment on constrained devices. …

Fine-Grained Image RecognitionKnowledge Distillation