Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Self-Policy Distillation via Capability-Selective Subspace Projection

About

Self-distillation bootstraps large language models (LLMs) by training on their own generations. However, existing methods either rely on external signals to curate self-generated outputs (e.g., correctness filtering, execution feedback, and reward search), which are costly and unavailable for the best-performing frontier models, or skip curation entirely and train on all raw outputs, an approach that is often domain-specific and hard to generalize. Both also share a deeper weakness that self-generated outputs entangle task-relevant capability with others, such as stylistic patterns, formatting artifacts, and model-specific errors, diluting the signal for the specific capability one aims to improve. In this paper, we propose Self-Policy Distillation (SPD), which achieves generalizable, capability selective without any external signal. Specifically, SPD extracts a low-rank capability subspace from the model's own gradients on correctness-defining tokens, projects key-value (KV) activations into this subspace during self-generation, and fine-tunes on the resulting raw outputs with standard next-token prediction loss. Through extensive experiments across code generation, mathematical reasoning, and multiple-choice QA, we show that SPD achieves up to 13% improvement over state-of-the-art self-distillation methods without external signals and up to 16% improvement over pre-trained baselines. Notably, SPD demonstrates superior generalizability, achieving 15% better performance under out-of-domain generalization settings.

Guangya Hao, Yitong Shang, Yunbo Long, Zhuokai Zhao, Hanxue Liang• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K--
204
Question AnsweringBBH
Accuracy38.7
33
Code GenerationMBPP
Accuracy21
24
Code GenerationCodeAlpaca 20k
NLL0.597
20
Question AnsweringMMLU
Answer-letter Accuracy74
20
Code GenerationCodeAlpaca
Score0.68
9
Showing 6 of 6 rows

Other info

Follow for update