paper-with-me

홈 › Papers

Task-Specific Knowledge Distillation via Intermediate Probes

2026-02-18 · Ryan Brown, Chris Russell arxiv

Knowledge distillation from large language models (LLMs) assumes that the teacher's output distribution is a high-quality training signal. On reasoning tasks, this assumption is frequently violated. A model's intermediate representations may encode the correct answer, yet this information is lost or distorted through the vocabulary projection, where prompt formatting and answer-token choices creates brittle, noisy outputs. We introduce \method{}, a distillation framework that bypasses this bottleneck by training lightweight probes on frozen teacher hidden states and using the probe's predictions, rather than output logits, as supervision for student training. This simple change yields consistent improvements across four reasoning benchmarks (AQuA-RAT, ARC Easy/Challenge, and MMLU), with gains most pronounced under limited data. Probes trained on intermediate representations provide cleaner labels than the teacher's own outputs, effectively denoising the distillation signal. \method{} requires no architectural changes to student or teacher, is architecture-agnostic, and adds minimal compute since probe training is cheap and teacher representations can be cached. By exploiting internal representations, \method{} enables practitioners to extract more value from large teacher models without additional training data or architectural complexity.

📄 PDF Abstract BibTeX arXiv:2603.12270

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

RAIL-KD: RAndom Intermediate Layer Mapping for Knowledge Distillation

2021-09-21 · Findings (NAACL) 2022 7 · Md Akmal Haidar, Nithin Anchuri, Mehdi Rezagholizadeh, Abbas Ghaddar 외

Intermediate layer knowledge distillation (KD) can improve the standard KD technique (which only targets the output of teacher and student models) especially over large pre-trained language models. However, intermediate …

Knowledge Distillation

CILDA: Contrastive Data Augmentation using Intermediate Layer Knowledge Distillation

2022-04-15 · COLING 2022 10 · Md Akmal Haidar, Mehdi Rezagholizadeh, Abbas Ghaddar, Khalil Bibi 외

Knowledge distillation (KD) is an efficient framework for compressing large-scale pre-trained language models. Recent years have seen a surge of research aiming to improve KD by leveraging Contrastive Learning, Intermedi…

Contrastive LearningData AugmentationKnowledge Distillation

Explaining Knowledge Distillation by Quantifying the Knowledge

2020-03-07 · CVPR 2020 6 · Xu Cheng, Zhefan Rao, Yilan Chen, Quanshi Zhang

This paper presents a method to interpret the success of knowledge distillation by quantifying and analyzing task-relevant and task-irrelevant visual concepts that are encoded in intermediate layers of a deep neural netw…

Knowledge Distillation

Harmonizing knowledge Transfer in Neural Network with Unified Distillation

2024-09-27 · Yaomin Huang, Zaomin Yan, Chaomin Shen, Faming Fang 외

Knowledge distillation (KD), known for its ability to transfer knowledge from a cumbersome network (teacher) to a lightweight one (student) without altering the architecture, has been garnering increasing attention. Two …

Knowledge DistillationTransfer Learning

Learn From the Past: Experience Ensemble Knowledge Distillation

2022-02-25 · Chaofei Wang, Shaowei Zhang, Shiji Song, Gao Huang

Traditional knowledge distillation transfers "dark knowledge" of a pre-trained teacher network to a student network, and ignores the knowledge in the training process of the teacher, which we call teacher's experience. H…

Knowledge DistillationTransfer Learning