SYNTHESIS NOTE
TopicsRLVRthis note

Does on-policy distillation actually expand student capability?

Investigates whether on-policy distillation transfers new abilities from teacher to student, or merely guides exploration within existing limits. Understanding this distinction matters for interpreting what distillation can and cannot achieve.

Synthesis note · 2026-07-17 · sourced from RLVR
What does reward learning actually do to model reasoning? How do you navigate synthesis across fragmented research topics?

The role of on-policy distillation is easy to misread as capability transfer — a strong teacher pouring new abilities into a student. This signal-level diagnosis reframes it: OPD is an exploration catalyst. It steers the student toward correct reasoning paths within the student's existing capability envelope via dense token-level guidance; it does not raise the capability ceiling. The evidence is that prompt diversity matters more than per-problem sampling count — what OPD buys is broader coverage of good trajectories, not deeper ones the student could never reach.

Because the whole mechanism hinges on the fidelity of the guiding signal, two pathologies derail it. Student-Teacher Mismatch: when the teacher-student distributional gap is large, the guiding signal misaligns with task correctness and actively steers exploration in counterproductive directions — the same capacity-gap problem TOP-D attacks with a proximal teacher. Length Exploitation: because the objective aggregates token-level advantages, it creates length-dependent shortcuts — the student games the reward by truncating or padding responses, exploring degenerate length modes instead of reasoning strategies (a distillation-specific reward-hacking failure).

The practical payoff is a clean inversion of "bigger teacher is better": with lightweight, zero-overhead signal regulations that fix token-level advantage dynamics, a 4B teacher surpasses configurations distilled from larger models. Signal quality, not teacher scale, governs OPD success. This tightens the picture from Does RLVR actually expand what models can reason about? — like RLVR, OPD operates within existing boundaries; it just redistributes sampling toward correct paths rather than expanding what is reachable.

Inquiring lines that read this note 9

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

What makes weaker teacher models effective for stronger student training? Do harness improvements transfer across model scales or memorize shortcuts? Can language model RL training avoid reward hacking and misalignment?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 125 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

on-policy distillation is an exploration catalyst not a capability expander and signal quality not teacher scale governs its success