paper-with-me

Papers

Distillation Traps and Guards: A Calibration Knob for LLM Distillability

2026-04-21 · Weixiao Zhan, Yongcheng Jing, Leszek Rutkowski, Dacheng Tao arxiv

Knowledge distillation (KD) transfers capabilities from large language models (LLMs) to smaller students, yet it can fail unpredictably and also underpins model leakage risks. Our analysis revealed several distillation traps: tail noise, off-policy instability, and, most fundamentally, the teacher-student gap, that distort training signals. These traps manifest as overconfident hallucinations, self-correction collapse, and local decoding degradation, causing distillation to fail. Motivated by these findings, we propose a post-hoc calibration method that, to the best of our knowledge, for the first time enables control over a teacher's distillability via reinforcement fine-tuning (RFT). Our objective combines task utility, KL anchor, and across-tokenizer calibration reward. This makes distillability a practical safety lever for foundation models, connecting robust teacher-student transfer with deployment-aware model protection. Experiments across math, knowledge QA, and instruction-following tasks show that students distilled from distillable calibrated teachers outperform SFT and KD baselines, while undistillable calibrated teachers retain their task performance but cause distilled students to collapse, offering a practical knob for both better KD and model IP protection.

📄 PDF Abstract BibTeX arXiv:2604.18963

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Syntax-guided Neural Module Distillation to Probe Compositionality in Sentence Embeddings

2023-01-21 · Rohan Pandey

Past work probing compositionality in sentence embedding models faces issues determining the causal impact of implicit syntax representations. Given a sentence, we construct a neural module net based on its syntax parse …

Semantic CompositionSentenceSentence EmbeddingSentence-Embedding+1

Do Students Debias Like Teachers? On the Distillability of Bias Mitigation Methods

2025-10-30 · Jiali Cheng, Chirag Agarwal, Hadi Amiri arxiv

Knowledge distillation (KD) is an effective method for model compression and transferring knowledge between models. However, its effect on model's robustness against spurious correlations that degrade performance on out-…

Natural Language InferenceKnowledge DistillationImage ClassificationModel Compression

Distillability of LLM Security Logic: Predicting Attack Success Rate of Outline Filling Attack via Ranking Regression

2025-11-27 · Tianyu Zhang, Zihang Xi, Jingyu Hua, Sheng Zhong arxiv

In the realm of black-box jailbreak attacks on large language models (LLMs), the feasibility of constructing a narrow safety proxy, a lightweight model designed to predict the attack success rate (ASR) of adversarial pro…

The Illusion of Certainty: Decoupling Capability and Calibration in On-Policy Distillation

2026-04-18 · Jiaxin Zhang, Xiangyu Peng, Qinglin Chen, Qinyuan Ye 외 arxiv

On-policy distillation (OPD) is an increasingly important paradigm for post-training language models. However, we identify a pervasive Scaling Law of Miscalibration: while OPD effectively improves task accuracy, it syste…

Continual Learning

Knob: A Physics-Inspired Gating Interface for Interpretable and Controllable Neural Dynamics

2026-02-26 · Siyu Jiang, Sanshuai Cui, Hui Zeng arxiv

Existing neural network calibration methods often treat calibration as a static, post-hoc optimization task. However, this neglects the dynamic and temporal nature of real-world inference. Moreover, existing methods do n…