pith. sign in

arxiv: 2603.25562 · v2 · submitted 2026-03-26 · 💻 cs.LG · cs.AI· cs.CL

Revisiting On-Policy Distillation: Empirical Failure Modes and Simple Fixes

Pith reviewed 2026-05-15 00:01 UTC · model grok-4.3

classification 💻 cs.LG cs.AIcs.CL
keywords on-policy distillationLLM post-trainingreverse KLfailure modestop-K matchingtruncated objectivereasoning benchmarksoptimization stability
0
0 comments X

The pith

Limiting on-policy distillation to teacher top-K tokens with truncated reverse KL stabilizes training and improves performance by 19.8 percent.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

On-policy distillation supplies dense supervision from a teacher model during student rollouts in LLM post-training. The usual sampled-token log-ratio version produces fragile gradients once rollouts leave the teacher's typical support. Three concrete failure modes explain the fragility: imbalanced per-token supervision, unreliable teacher signals on drifted prefixes, and tokenizer mismatches. Replacing the objective with top-K teacher support matching and a truncated reverse-KL comparison over only teacher-supported tokens, together with top-p sampling and special-token masking, removes these sources of instability. The resulting method shows consistent gains on single-task reasoning and multi-task agentic benchmarks.

Core claim

Token-level on-policy distillation is biased relative to full sequence-level reverse-KL minimization yet admits a tighter worst-case variance bound. A controlled study links stronger future-reward coupling to higher gradient variance. Empirically, three failure modes—imbalanced token supervision, unreliable guidance on student prefixes, and special-token mismatches—drive observed instability. Teacher top-K local support matching with a truncated reverse-KL objective over the teacher-supported token set at each prefix, plus top-p rollout sampling and special-token masking, resolves these modes and produces a 19.8 percent performance increase over standard baselines across reasoning and agent-

What carries the argument

Teacher top-K local support matching with truncated reverse-KL that compares teacher and student distributions only over the teacher-supported token set at each prefix.

If this is right

  • Optimization remains stable on long rollouts whose prefixes drift from the teacher's support.
  • Performance improves by roughly 20 percent on both single-task reasoning and multi-task agentic settings.
  • Special-token and tokenizer mismatches are handled explicitly through masking without extra tuning.
  • The same objective works across both single-task and multi-task training regimes.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same top-K restriction could reduce variance in other teacher-student distillation methods that rely on rollouts.
  • Similar truncation ideas may stabilize on-policy updates in reinforcement learning from human feedback.
  • The approach suggests a general pattern: restrict the support of any distribution-matching loss to the teacher's local high-probability set.
  • Testing the method on models larger than the paper's benchmarks would check whether the stability gains scale.

Load-bearing premise

The three identified failure modes are the dominant sources of instability and the proposed top-K matching plus truncated reverse-KL fully resolves them without new coverage gaps or biases on the tested benchmarks.

What would settle it

A head-to-head run on the same single-task and multi-task benchmarks in which the new objective shows no stability improvement or performance gain, or shows worse results than standard sampled-token OPD, would falsify the central claim.

read the original abstract

On-policy distillation (OPD) is increasingly used in LLM post-training because it can leverage a teacher model to provide dense supervision on student rollouts. The standard implementation, however, usually reduces distribution matching to a sampled-token log-ratio, which can make the learning signal fragile on long rollouts whose prefixes drift away from the teacher's typical support. We revisit this formulation from both theoretical and implementation perspectives. Theoretically, token-level OPD is biased relative to sequence-level reverse-KL minimization, but admits a substantially tighter worst-case variance bound; a controlled synthetic study further shows that stronger future-reward coupling increases gradient variance and destabilizes training. Empirically, we identify three failure modes of sampled-token OPD: imbalanced token-level supervision, unreliable teacher guidance on student-generated prefixes, and tokenizer or special-token mismatch. These findings motivate teacher top-K local support matching, a truncated reverse-KL objective that compares teacher and student distributions over a teacher-supported token set at each prefix, together with top-p rollout sampling and special-token masking. Across single-task reasoning and multi-task benchmarks spanning agentic and reasoning settings, this objective improves optimization stability and yields a +19.8% performance gain over standard sampled-token OPD baselines, providing a practical recipe for more stable on-policy distillation.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 2 minor

Summary. The paper revisits on-policy distillation (OPD) for LLMs, arguing that the standard sampled-token log-ratio formulation is biased relative to sequence-level reverse-KL and exhibits high variance on drifted prefixes. It identifies three failure modes (imbalanced token supervision, unreliable teacher guidance on student prefixes, and tokenizer/special-token mismatches), proposes teacher top-K local support matching with a truncated reverse-KL objective plus top-p sampling and masking, and reports improved stability together with a +19.8% performance gain over baselines on single-task reasoning and multi-task agentic/reasoning benchmarks.

Significance. If the empirical claims hold, the work supplies a practical, low-overhead recipe for more stable OPD that directly addresses variance and coverage issues in long-horizon rollouts. The combination of a controlled synthetic bias-variance study with broad benchmark gains (agentic and reasoning) makes the contribution actionable for LLM post-training pipelines. The absence of additional free parameters in the proposed fixes is a further strength.

major comments (1)
  1. [Empirical results] Empirical results (multi-task benchmarks): the central claim that top-K truncation plus truncated reverse-KL resolves the three failure modes without new coverage gaps rests on the untested assumption that student prefixes remain sufficiently close to teacher support. No measurement is reported of the fraction of student tokens falling outside the teacher's top-K set during agentic rollouts, nor an ablation restoring full support to check for degradation. This directly bears on whether the +19.8% gain is robust or partly an artifact of ignored out-of-support tokens.
minor comments (2)
  1. [Proposed method] Clarify the exact definition and implementation of the truncated reverse-KL (e.g., whether normalization is over the top-K set only or renormalized) and report the specific K and top-p values used across all experiments.
  2. [Abstract and results] The abstract states a +19.8% gain; the main text should specify whether this is an average, median, or per-task figure and list the precise baseline configurations (including sampling temperature and rollout length) for reproducibility.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the constructive feedback. We address the major comment below and will incorporate the requested analyses in the revision.

read point-by-point responses
  1. Referee: [Empirical results] Empirical results (multi-task benchmarks): the central claim that top-K truncation plus truncated reverse-KL resolves the three failure modes without new coverage gaps rests on the untested assumption that student prefixes remain sufficiently close to teacher support. No measurement is reported of the fraction of student tokens falling outside the teacher's top-K set during agentic rollouts, nor an ablation restoring full support to check for degradation. This directly bears on whether the +19.8% gain is robust or partly an artifact of ignored out-of-support tokens.

    Authors: We agree that an explicit measurement of token coverage under the teacher's top-K set on student-generated prefixes would strengthen the empirical claims. In the revised manuscript we will report the average fraction of student tokens falling outside the top-K support (for the k values used in our experiments) across the agentic and multi-task benchmarks. We will also add an ablation that restores the full teacher support (i.e., no truncation) and compare both stability and final performance to the truncated version. These additions will directly test whether the observed gains are robust to out-of-support tokens. Our internal diagnostics indicate high coverage (>92% on average for k=20), but we will document this rigorously in the revision. revision: yes

Circularity Check

0 steps flagged

Derivation is self-contained with no circular reductions

full rationale

The paper grounds its claims in a theoretical comparison of token-level OPD bias versus sequence-level reverse-KL variance bounds, a controlled synthetic study on future-reward coupling, and direct empirical identification of three failure modes followed by benchmarked performance gains (+19.8%). No equation or claim reduces by construction to a fitted parameter, self-referential definition, or load-bearing self-citation chain. The proposed top-K truncated objective is introduced as an implementation fix motivated by the observed modes, not derived from prior author results or renamed known patterns. The analysis therefore remains independent of its inputs.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 0 invented entities

The central claim rests on standard assumptions from distillation literature plus the empirical validation of the new objective on the reported benchmarks.

axioms (2)
  • domain assumption Token-level OPD is biased relative to sequence-level reverse-KL minimization
    Invoked in the theoretical perspective section of the abstract.
  • ad hoc to paper Teacher top-K tokens provide reliable local guidance on student prefixes
    Introduced as part of the proposed fix for unreliable teacher guidance.

pith-pipeline@v0.9.0 · 5550 in / 1309 out tokens · 67451 ms · 2026-05-15T00:01:54.684566+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 57 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Behavior Cloning is Not All You Need: The Optimality of On-Policy Distillation for Noisy Expert Feedback

    cs.LG 2026-06 unverdicted novelty 8.0

    Noisy expert imitation learning requires exponential samples for offline methods but polynomial for a variant of on-policy distillation under a noise condition.

  2. Learning from Own Solutions: Self-Conditioned Credit Assignment for Reinforcement Learning with Verifiable Rewards

    cs.LG 2026-06 unverdicted novelty 7.0

    SC-GRPO improves RL with verifiable rewards by multiplying GRPO gradients with self-induced per-token KL divergence, outperforming GRPO by 8.1% and DAPO by 5.9% on math, code, and agent benchmarks.

  3. Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

    cs.CL 2026-06 unverdicted novelty 7.0

    ZPPO improves distillation to small vision-language models by using binary and negative candidate prompts plus a replay buffer for hard questions, outperforming standard distillation and GRPO on a 31-benchmark suite w...

  4. PowerOPD: Stabilizing On-Policy Distillation with Bounded Power Transformation

    cs.LG 2026-06 conditional novelty 7.0

    PowerOPD applies the Box-Cox power transformation to create natively bounded, sign-consistent rewards for on-policy distillation, delivering up to +6.37 Avg@8 gains over vanilla OPD on math reasoning benchmarks while ...

  5. When Context Returns: Toward Robust Internalization in On-Policy Distillation

    cs.LG 2026-06 unverdicted novelty 7.0

    A stop-gradient consistency regularizer mitigates context-induced degradation in on-policy distillation, improving robustness across 12 configurations.

  6. Beyond Absolute Imitation: Anchored Residual Guidance for Privileged On-Policy Distillation

    cs.LG 2026-06 unverdicted novelty 7.0

    AR-OPD disentangles privileged supervision via anchored residual guidance to reduce hindsight leakage in on-policy distillation, reporting gains of 2.3 points over full privileged OPD and 7.9 over SFT on reasoning tasks.

  7. On the Geometry of On-Policy Distillation

    cs.LG 2026-06 unverdicted novelty 7.0

    OPD updates occupy a relaxed off-principal regime and rapidly lock into a low-dimensional subspace that is functionally sufficient for its performance, distinct from SFT and RLVR trajectories.

  8. OPRD: On-Policy Representation Distillation

    cs.LG 2026-06 unverdicted novelty 7.0

    OPRD performs distillation in hidden-state space on on-policy data for deterministic gradients and better math benchmark performance, plus OPRD-Bridge for cross-architecture transfer via low-rank projectors.

  9. Decoupling KL and Trajectories: A Unified Perspective for SFT, DAgger, Offline RL, and OPD in LLM Distillation

    cs.LG 2026-05 unverdicted novelty 7.0

    Decoupling prefix source from token-level KL direction in autoregressive sequence KL yields four objectives unifying SFT, DAgger, offline RL and OPD, with KL mixing and entropy-gated curriculum improving math reasonin...

  10. Training with Harnesses: On-Policy Harness Self-Distillation for Complex Reasoning

    cs.CL 2026-05 unverdicted novelty 7.0

    OPHSD uses harness-augmented models as teachers to distill reasoning capabilities into base LLMs, yielding strong standalone performance on classification and math tasks.

  11. The Extrapolation Cliff in On-Policy Distillation of Near-Deterministic Structured Outputs

    cs.LG 2026-05 unverdicted novelty 7.0

    On-policy distillation has an extrapolation cliff at closed-form lambda*(p,b,c) set by teacher modal probability, warm-start mass, and clip strength, past which training shifts from format-preserving to format-collapsing.

  12. Rubric-based On-policy Distillation

    cs.LG 2026-05 unverdicted novelty 7.0

    Rubric-based on-policy distillation allows training student models using only teacher responses by generating scoring rubrics from contrasts and using them for on-policy optimization, achieving superior performance an...

  13. Preference-Based Self-Distillation: Beyond KL Matching via Reward Regularization

    cs.LG 2026-05 unverdicted novelty 7.0

    PBSD derives a reward-reweighted teacher distribution as the analytic optimum of a reward-regularized objective, yielding better stability and performance than KL-based self-distillation on math reasoning and tool-use tasks.

  14. MAD-OPD: Breaking the Ceiling in On-Policy Distillation via Multi-Agent Debate

    cs.CL 2026-05 unverdicted novelty 7.0

    MAD-OPD recasts on-policy distillation teachers as a debating collective to supply better supervision, lifting agentic and code performance over single-teacher OPD across multiple model sizes.

  15. Self-Distilled RLVR

    cs.LG 2026-04 unverdicted novelty 7.0

    RLSD mixes self-distillation for token-level policy difference magnitudes with RLVR for reliable update directions from response correctness to reach higher convergence and better training stability.

  16. Regime-Aware Peer Specialization for Robust RAG under Heterogeneous Knowledge Conflicts

    cs.CL 2026-06 unverdicted novelty 6.0

    RAPS-DA improves RAG robustness to heterogeneous knowledge conflicts by training regime-specific peer specialists with hard routing and a dual-layer token selector for focused supervision.

  17. RLCSD: Reinforcement Learning with Contrastive On-Policy Self-Distillation

    cs.LG 2026-06 unverdicted novelty 6.0

    RLCSD contrasts teacher-student distributional gaps under correct versus wrong hints to suppress privilege-induced style drift and concentrate supervision on task tokens, outperforming GRPO and prior OPSD on Qwen3 and...

  18. Beyond Scalar Rewards by Internalizing Reasoning into Score Distributions

    cs.CV 2026-06 unverdicted novelty 6.0

    Z-Reward trains a 27B reasoning teacher VLM on score distributions via GDSO and distills it via RISD into a 9B student, reaching 89.6% and 88.6% human preference accuracy with 41.3% optimization gain over SFT baseline.

  19. Teaching the Way, Not the Answer: Privileged Tutoring Distillation for Multimodal Policy Optimization

    cs.AI 2026-06 unverdicted novelty 6.0

    PTD-PO supplies step-wise token-distribution supervision to student policies via in-context privileged hints derived from spatial attention and intermediate reasoning, while keeping the student in an answer-free conte...

  20. SocraticPO: Policy Optimization via Interactive Guidance

    cs.LG 2026-06 unverdicted novelty 6.0

    SocraticPO adds Socratic-style teacher guidance and reward decay to RL rollouts for LLMs, improving performance on scientific reasoning benchmarks over baselines.

  21. Your Teacher Can't Help You Here: Combating Supervision Fidelity Decay in On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    Introduces Lookahead Group Reward to address Supervision Fidelity Decay in on-policy distillation, yielding gains of 2.57 mean@8 points on math and code benchmarks for a 7B model.

  22. ADWIN: Adaptive Windows for Horizon-Aware On-Policy Distillation

    cs.LG 2026-05 unverdicted novelty 6.0

    ADWIN adaptively selects training horizons in on-policy distillation via prefix alignment checks, cutting end-to-end cost by up to 4.1x while matching or exceeding full-rollout accuracy on math and code benchmarks.

  23. Tailoring Teaching to Aptitude: Direction-Adaptive Self-Distillation for LLM Reasoning

    cs.LG 2026-05 unverdicted novelty 6.0

    DASD improves math reasoning in LLMs by adaptively directing self-distillation based on per-token entropy to balance exploration and step accuracy, outperforming prior self-distillation and RLVR baselines on six benchmarks.

  24. On-Policy Consistency Training Improves LLM Safety with Minimal Capability Degradation

    cs.LG 2026-05 conditional novelty 6.0

    On-Policy Consistency Training (OPCT) improves LLM safety metrics over supervised fine-tuning while largely preserving capabilities across three model families.

  25. Prefix Teach, Suffix Fade: Local Teachability Collapse in Strong-to-Weak On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    Local teachability collapse in trajectory suffixes makes uniform dense supervision suboptimal in strong-to-weak OPD; truncating at BIC-style change points on teacher margin improves performance.

  26. Prefix Teach, Suffix Fade: Local Teachability Collapse in Strong-to-Weak On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    Local teachability collapse occurs in later trajectory segments during strong-to-weak OPD; a margin-based release rule using top-K teacher advantage and BIC change-point detection on sentence segments outperforms full...

  27. Learning to Foresee: Unveiling the Unlocking Efficiency of On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    On-policy distillation gains efficiency from early foresight in module allocation and low-rank update directions, enabling EffOPD to accelerate training by 3x via adaptive extrapolation without extra modules or tuning.

  28. Learning to Foresee: Unveiling the Unlocking Efficiency of On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    On-policy distillation gains efficiency from early foresight in module focus and update directions, enabling EffOPD to accelerate training 3x with comparable performance.

  29. SOD: Step-wise On-policy Distillation for Small Language Model Agents

    cs.CL 2026-05 unverdicted novelty 6.0

    SOD reweights on-policy distillation strength step-by-step using divergence to stabilize tool use in small language model agents, yielding up to 20.86% gains and 26.13% on AIME 2025 for a 0.6B model.

  30. SimCT: Recovering Lost Supervision for Cross-Tokenizer On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    SimCT enlarges the supervision space in cross-tokenizer on-policy distillation using short jointly tokenizable multi-token continuations, producing consistent gains over shared-token baselines on math and code benchmarks.

  31. SimCT: Recovering Lost Supervision for Cross-Tokenizer On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    SimCT recovers discarded teacher signal in cross-tokenizer on-policy distillation by enlarging supervision to jointly realizable multi-token continuations, yielding consistent gains on math reasoning and code generati...

  32. Rethinking On-Policy Distillation of Large Language Models: Phenomenology, Mechanism, and Recipe

    cs.LG 2026-04 unverdicted novelty 6.0

    On-policy distillation works when student and teacher models share thinking patterns and the teacher adds new capabilities, with success tied to alignment on a small set of high-probability tokens.

  33. DOPD: Dual On-policy Distillation

    cs.AI 2026-06 unverdicted novelty 5.0

    DOPD is an advantage-aware dual distillation method that dynamically assigns token supervision from either privileged teacher or student to transfer capability while mitigating non-replicable information asymmetry in ...

  34. Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

    cs.CL 2026-06 unverdicted novelty 5.0

    A 35B MoE agent model trained on 45K-token trajectories via three-stage SFT and domain-routed distillation achieves leading or competitive scores against 1T models on SEAL-0, IFBench, HiPhO, FrontierScience-Olympiad a...

  35. DRIFT: Difficulty Routing Self-DIstillation with Rhythm-Gated Exploration and Success BuFfer Training

    cs.LG 2026-06 unverdicted novelty 5.0

    DRIFT is an online self-evolution policy optimization framework using Difficulty Routing, Rhythm Gating, success buffers, and two-stage curriculum learning that reports new SOTA results on five reasoning benchmarks.

  36. UCOB: Learning to Utilize and Evolve Agentic Skills via Credit-Aware On-Policy Bidirectional Self-Distillation

    cs.AI 2026-06 unverdicted novelty 5.0

    UCOB improves agentic RL by using return-to-go comparisons between skill-conditioned and no-skill prompts as local teachers for bidirectional self-distillation and skill memory updates.

  37. Blockwise Policy-Drift Gating for On-Policy Distillation

    cs.LG 2026-06 unverdicted novelty 5.0

    Blockwise policy-drift gating raises mean pass@8 from 0.4978 to 0.5160 on four math benchmarks by reweighting OPD losses with detached mean-normalized gates from student policy drift over 64-token blocks.

  38. MaineCoon: Pursuing A Real-Time Audio-Visual Social World Model

    cs.CV 2026-06 unverdicted novelty 5.0

    MaineCoon is presented as the first 22B-parameter real-time streaming audio-visual autoregressive model optimized for social-interactive applications, using novel training techniques and an agentic inference framework.

  39. Keep Policy Gradient in Charge: Sibling-Guided Credit Distillation for Long-Horizon Tool-Use Agents

    cs.LG 2026-06 unverdicted novelty 5.0

    SGCD improves held-out scores on AppWorld and tau^3-airline by using LLM-summarized sibling contrasts to reshape GRPO advantages while keeping policy gradient in charge of the actor update.

  40. PBSD: Privileged Bayesian Self-Distillation for Long-Horizon Credit Assignment

    cs.LG 2026-06 unverdicted novelty 5.0

    PBSD derives autoregressive turn-level credit signals from outcome rewards via the posterior-to-prior ratio converted through Bayes' rule between student and privileged teacher models.

  41. Learning Visual Spatial Planning from Symbolic State via Modality-Gap-Aware Self-Distillation

    cs.AI 2026-06 unverdicted novelty 5.0

    MGSD is a modality-gap-aware self-distillation method that improves visual spatial planning in 4B and 8B VLMs by 19.3% and 18.4% macro average on benchmarks by distilling from symbolic states during training only.

  42. Rethinking Continual Experience Internalization for Self-Evolving LLM Agents

    cs.CL 2026-06 unverdicted novelty 5.0

    Existing methods for turning LLM interaction experience into parametric skills collapse over multiple iterations; principle-level experience, step-wise injection, and off-policy teacher distillation yield more stable ...

  43. Constitutional On-Policy Safe Distillation

    cs.LG 2026-06 unverdicted novelty 5.0

    COPSD uses a Cross-SFT cold-start followed by constitution-conditioned distillation to achieve stronger safety-helpfulness balance and lower safety tax on reasoning than prior on-policy self-distillation methods.

  44. Filter, Then Reweight: Rethinking Optimization Granularity in On-Policy Distillation

    cs.LG 2026-06 unverdicted novelty 5.0

    FiRe-OPD introduces a two-stage filter-then-soft-reweight procedure for trajectory- and token-level supervision in on-policy distillation, claiming gains over prior token-level methods.

  45. Are Full Rollouts Necessary for On-Policy Distillation?

    cs.CL 2026-05 unverdicted novelty 5.0

    Truncated and progressively lengthening rollouts in on-policy distillation match full-rollout performance on mathematical reasoning while using as little as 10% of the horizon and improving efficiency up to 3x.

  46. Counteraction-Aware Multi-Teacher On-Policy Distillation for General Capability Recovery with Domain Preservation

    cs.AI 2026-05 unverdicted novelty 5.0

    CaMOPD recovers general capabilities in domain-specialized LLMs via alternating training and gap-based sample selection in multi-teacher on-policy distillation while preserving domain behavior.

  47. Backtracking When It Strays: Mitigating Dual Exposure Biases in LLM Reasoning Distillation

    cs.CL 2026-05 unverdicted novelty 5.0

    MOTAB is a new distillation pipeline that monitors on-policy student trajectories and backtracks with teacher intervention to mitigate dual exposure biases, improving reasoning performance by about 3%.

  48. $\boldsymbol{f}$-OPD: Stabilizing Long-Horizon On-Policy Distillation with Freshness-Aware Control

    cs.LG 2026-05 unverdicted novelty 5.0

    f-OPD decomposes on-policy distillation drift into rollout and supervision components, then applies a sample-level freshness score to adaptively limit stale data influence and stabilize long-horizon agent training.

  49. Learning to Foresee: Unveiling the Unlocking Efficiency of On-Policy Distillation

    cs.CL 2026-05 unverdicted novelty 5.0

    On-policy distillation gains efficiency from early foresight in module allocation and update directions, which the proposed EffOPD method exploits for 3x faster training with comparable performance.

  50. On-Policy Distillation with Best-of-N Teacher Rollout Selection

    cs.CV 2026-05 unverdicted novelty 5.0

    BRTS improves on-policy distillation by sampling multiple teacher rollouts and selecting the best one via a correctness-first then alignment priority rule, yielding gains on AIME and AMC math benchmarks.

  51. On-Policy Distillation with Best-of-N Teacher Rollout Selection

    cs.CV 2026-05 unverdicted novelty 5.0

    BRTS improves on-policy distillation by selecting the highest-quality teacher trajectory from a small pool of samples based on correctness and alignment with the student, yielding gains on AIME and AMC math benchmarks.

  52. Signal Reshaping for GRPO in Weak-Feedback Agentic Code Repair

    cs.AI 2026-05 unverdicted novelty 5.0

    Reshaping outcome rewards, process signals, and rollout comparability in GRPO raises strict compile-and-semantic accuracy in agentic code repair from 0.385 to 0.535 under weak feedback.

  53. OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning

    cs.CL 2026-06 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 polic...

  54. A Formula-Driven Survey and Research Agenda for On-Policy Distillation

    cs.AI 2026-06 unverdicted novelty 4.0

    A survey creates a taxonomy for on-policy distillation in LLMs that separates temporal credit assignment from vocabulary-level probability routing.

  55. Keep Policy Gradient in Charge: Sibling-Guided Credit Distillation for Long-Horizon Tool-Use Agents

    cs.LG 2026-06 unverdicted novelty 4.0

    SGCD uses LLM-summarized contrasts from successful/failed sibling rollouts to adjust token advantages in GRPO, reporting modest gains on AppWorld and τ³-airline benchmarks.

  56. Self-Distilled Policy Gradient

    cs.LG 2026-06 unverdicted novelty 4.0

    SDPG combines group-relative verifier advantages, normalized standard deviation, full-vocabulary on-policy self-distillation, and reference-policy KL regularization to improve stability and performance over RLVR and s...

  57. Internalize the Temperature: On-Policy Self-Distillation as Policy Reheater for Reinforcement Learning

    cs.CL 2026-05 unverdicted novelty 4.0

    TS-OPSD internalizes temperature via on-policy self-distillation to reheat entropy-collapsed RL policies in LLMs, providing stronger initialization for further training than continued RL or rollout temperature adjustment.