Pith. sign in

hub

Self-Distillation Zero: Self-Revision Turns Binary Rewards into Dense Supervision

25 Pith papers cite this work. Polarity classification is still indexing.

25 Pith papers citing it
abstract

Current post-training methods in verifiable settings fall into two categories. Reinforcement learning (RLVR) relies on binary rewards, which are broadly applicable and powerful, but provide only sparse supervision during training. Distillation provides dense token-level supervision, typically obtained from an external teacher or using high-quality demonstrations. Collecting such supervision can be costly or unavailable. We propose Self-Distillation Zero (SD-Zero), a method that is substantially more training sample-efficient than RL and does not require an external teacher or high-quality demonstrations. SD-Zero trains a single model to play two roles: a Generator, which produces an initial response, and a Reviser, which conditions on that response and its binary reward to produce an improved response. We then perform on-policy self-distillation to distill the reviser into the generator, using the reviser's token distributions conditioned on the generator's response and its reward as supervision. In effect, SD-Zero trains the model to transform binary rewards into dense token-level self-supervision. On math and code reasoning benchmarks with Qwen3-4B-Instruct and Olmo-3-7B-Instruct, SD-Zero improves performance by at least 10% over the base models and outperforms strong baselines, including Rejection Fine-Tuning (RFT), GRPO, and Self-Distillation Fine-Tuning (SDFT), under the same question set and training sample budget. Extensive ablation studies show two novel characteristics of our proposed algorithm: (a) token-level self-localization, where the reviser can identify the key tokens that need to be revised in the generator's response based on reward, and (b) iterative self-evolution, where the improving ability to revise answers can be distilled back into generation performance with regular teacher synchronization. Code: https://github.com/princeton-pli/Self-Distillation-Zero.

hub tools

citation-role summary

background 3 method 1

citation-polarity summary

years

2026 25

representative citing papers

Rethinking On-Policy Self-Distillation for Thinking Models

cs.AI · 2026-07-06 · conditional · novelty 7.0

Privileged-context on-policy self-distillation degrades thinking models' long-budget accuracy by suppressing forking and self-correction behaviors, while helping instruction-tuned models.

DemoPSD: Disagreement-Modulated Policy Self-Distillation

cs.LG · 2026-07-02 · conditional · novelty 6.5

Disagreement-modulated reverse-KL barycenter targets let on-policy self-distillation attenuate privileged leakage while preserving exploration, beating SDPO and GRPO on SciKnowEval and GPQA.

Skill-Conditioned Gated Self-Distillation for LLM Reasoning

cs.CL · 2026-05-27 · unverdicted · novelty 6.0

SGSD retrieves skill-mistake pairs to build a multi-teacher pool, validates teacher polarity via a verifier, and applies a gated objective to distill useful signals, yielding 6.2% average gains over GRPO on math benchmarks with Qwen3-1.7B.

TREK: Distill to Explore, Reinforce to Refine

cs.LG · 2026-07-06 · conditional · novelty 5.0

TREK uses verified teacher proposals to expand a student model's exploration support before standard GRPO refinement, improving performance on hard math and agentic tasks.

OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning

cs.CL · 2026-06-25 · unverdicted · novelty 4.0

OPID distills episode- and step-level skills from completed on-policy trajectories, routes them via critical-first mechanism, and combines the resulting log-probability shift advantage with outcome advantage for policy optimization in language agents.

citing papers explorer

Showing 25 of 25 citing papers.