knowledge-distillation

Tag

Cards List
#knowledge-distillation

SPOT: Sparse Probing and Outcome Calibration for On-Policy Distillation

arXiv cs.LG · 3d ago Cached

Introduces SPOT, a method for on-policy distillation that uses sparse probing and outcome calibration to improve reasoning performance in smaller student models while balancing solution quality and coverage.

0 favorites 0 likes
#knowledge-distillation

Privileged, but Biased: How PI-Conditioned Teachers Break Self-Distillation

arXiv cs.AI · 3d ago Cached

This paper studies self-distillation with privileged information (PI) as a lone post-training objective for LLMs, reproducing reported gains on easy tasks but showing it fails on difficult reasoning tasks: per-token loss drops while validation accuracy stagnates or degrades. The authors trace the failure to PI bias, which pulls teacher targets toward a reference trajectory and trains students to be flatter and less decisive without improving reasoning.

0 favorites 0 likes
#knowledge-distillation

Stuck on "A": Diagnosing and Repairing Interface Injury in Attention-to-KDA Linearization of a 0.6B Language Model

arXiv cs.CL · 4d ago Cached

This paper investigates the failure modes of converting Qwen3-0.6B-Base attention layers to KDA linear attention on a single GPU, identifying an 'interface injury' where the model predicts option labels rather than content, and proposes a format-targeted KL stage to repair it.

0 favorites 0 likes
#knowledge-distillation

Distill Where You Fail: Recovering Learning Signals of Negative RL-Groups from Adaptive Teacher Guidance

arXiv cs.CL · 5d ago Cached

This paper introduces RSTG, a method that selectively applies on-policy distillation to recover learning signals from zero-variance GRPO groups during LLM post-training, achieving substantial gains on math and code reasoning benchmarks.

0 favorites 0 likes
#knowledge-distillation

Progressive$^2$: A Teacher-Student Progressive Co-Evolving Knowledge Distillation Method for Substantial Model Compression

arXiv cs.LG · 5d ago Cached

Proposes Progressive2, a teacher-student progressive co-evolving knowledge distillation method for substantial model compression, addressing large disparity between server and client capabilities. Introduces progressive teacher layer selection and student size reduction with a multi-feature fusion adapter.

0 favorites 0 likes
#knowledge-distillation

SKILL-KD: Contrastive Skill Distillation for LLM Agents

Hugging Face Daily Papers · 5d ago Cached

SKILL-KD is a contrastive skill distillation framework that improves LLM agents by distilling actionable discrepancies between teacher and student trajectories into textual skill patches, with drift-aware consolidation to iteratively refine skills.

0 favorites 0 likes
#knowledge-distillation

When Teachers Mislead: Spurious-Signal-Aware On-Policy Distillation

Hugging Face Daily Papers · 5d ago Cached

This paper introduces SA-OPD, a spurious-signal-aware on-policy distillation framework that filters misleading token-level teacher supervision based on input-grounding and optimization impact, improving LLM and VLM distillation performance.

0 favorites 0 likes
#knowledge-distillation

DASH-OPD: Discrepancy-Aware Switching with Hysteresis for On-Policy Distillation

arXiv cs.LG · 6d ago Cached

This paper proposes DASH-OPD, a discrepancy-aware switching method for on-policy distillation in multi-turn LLM agent training, which adaptively toggles between teacher and student executors based on drift and recovery evidence to improve efficiency and performance.

0 favorites 0 likes
#knowledge-distillation

Distilling Knowledge from Large Language Models into Lightweight Reinforcement Learning Agents for Autonomous Cyber Operations

arXiv cs.LG · 6d ago Cached

This paper investigates using an 8-billion parameter LLM to improve autonomous cyber defense, then distills its policy into a lightweight 64,910-parameter RL agent, demonstrating feasibility across CybORG scenarios.

0 favorites 0 likes
#knowledge-distillation

The Asymmetric Effects of Knowledge Distillation on Bias in Small Language Models

arXiv cs.CL · 6d ago Cached

This paper shows that knowledge distillation has asymmetric effects on bias in small language models: it improves context-following on unambiguous tasks but harms refusal calibration on ambiguous ones, and proposes PCCD, a protocol to diagnose such per-item harms that aggregate metrics miss.

0 favorites 0 likes
#knowledge-distillation

@pallavishekhar_: How does Knowledge Distillation work? Read here: https://outcomeschool.com/blog/how-does-knowledge-distillation-work…

X AI KOLs Timeline · 2026-07-31 Cached

An educational blog post explaining how knowledge distillation works, covering the teacher-student framework, soft labels, temperature, and distillation loss, with real examples.

0 favorites 0 likes
#knowledge-distillation

SAF-OPD: Stable Advantage Fusion for On-Policy Distillation

Hugging Face Daily Papers · 2026-07-31 Cached

SAF-OPD introduces a Stable Advantage Fusion framework that combines RLVR with on-policy distillation, addressing magnitude and temporal mismatches to improve training stability and performance on math and code benchmarks.

0 favorites 0 likes
#knowledge-distillation

Where Detectors Fail: Closing the Tail-Domain Gap with Expert-Guided Mutual Distillation

arXiv cs.CL · 2026-07-30 Cached

This paper proposes Expert-Guided Mutual Distillation (EGMD) to address domain bias and semantic misalignment in multimodal fake news detection, achieving state-of-the-art accuracy and reducing domain bias by up to 57.3% across four datasets.

0 favorites 0 likes
#knowledge-distillation

Weak-to-Strong On-Policy Distillation

arXiv cs.LG · 2026-07-30 Cached

Introduces Weak-to-Strong On-Policy Distillation (W2S-OPD), a framework that improves a strong language model by distilling from multiple weaker models using contrast pairs in logit space, consistently outperforming standard on-policy distillation on math and code benchmarks.

0 favorites 0 likes
#knowledge-distillation

Flux-OPD: On-Policy Distillation with Evolving Contexts

Hugging Face Daily Papers · 2026-07-30 Cached

Flux-OPD proposes an on-policy distillation paradigm that uses evolving contexts as in-training supervision to capture task preferences in open-ended domains, outperforming existing OPD paradigms.

0 favorites 0 likes
#knowledge-distillation

Pass the Baton: Trajectory-Relayed On-Policy Distillation

arXiv cs.CL · 2026-07-29 Cached

Proposes Relay On-Policy Distillation (Relay-OPD) that addresses prefix failure in on-policy distillation by having the teacher briefly take over at detected handoff triggers to correct reasoning trajectories. Achieves consistent improvements on mathematical reasoning benchmarks and reduces training trajectory length by over 50%.

0 favorites 0 likes
#knowledge-distillation

Masked Distillation: Internalizing the Chain-of-Thought in Language Models

arXiv cs.AI · 2026-07-28 Cached

Masked distillation is a knowledge-distillation framework that trains a student LLM to predict only solution tokens while a reasoning teacher provides feedback, aiming to internalize chain-of-thought computation into model parameters. The method shows task-dependent success, working on GSM8K but requiring small scaffolds for harder tasks like Countdown.

0 favorites 0 likes
#knowledge-distillation

CausalGate: Causal Importance Distillation for Transformer Module Pruning

arXiv cs.LG · 2026-07-28 Cached

CausalGate introduces a method that uses causal interventions to measure the importance of transformer sub-layers and distills this into static scalar gates for efficient inference without runtime overhead, outperforming existing pruning and routing methods.

0 favorites 0 likes
#knowledge-distillation

AMRD: Adaptive Multi-Teacher Relational Distillation for Lightweight Speech Emotion Recognition

Hugging Face Daily Papers · 2026-07-28 Cached

This paper introduces AMRD, an adaptive multi-teacher relational distillation method for compressing large self-supervised speech emotion recognition models into lightweight student models for edge devices. It addresses teacher reliability variation and relational structure loss, showing improvements on IEMOCAP and CREMA-D datasets.

0 favorites 0 likes
#knowledge-distillation

Nvidia CEO Jensen Huang defends Open Source AI by saying distillation is fundamental to learning

Reddit r/LocalLLaMA · 2026-07-27

Nvidia CEO Jensen Huang defended open source AI, stating that knowledge distillation is fundamental to the learning process.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback