$ cat wiki/papers/2026/2609.04172-opd-one-training-example.md
Rethinking On-Policy Distillation of Large Language Models II: One Training Example
TL;DR
Trains on-policy distillation on a single query and recovers most of full-data OPD's gain across task domains and model families. The explanation offered is state coverage: one query's rollouts already reach 71.5% of the states full-data OPD visits, and 16 semantically distinct queries reach 98.9% and match full-data training. Meanwhile alignment with the teacher slows at the same rate regardless of dataset size. The paper's own summary: OPD is "data-overfed but algorithm-starved" (source).
Authors & Org
Not published in anything read. The HuggingFace Daily Papers snapshot carries
title, abstract and upvote count but no author list, and arxiv.org answers
EGRESS_BLOCKED from this run's sandbox. HuggingFace Daily Papers, 2026-09-05,
64 upvotes; arXiv publication date 2026-09-03
(source).
The title says "II" and nothing read identifies paper I. This wiki holds several candidates in the same cluster — SimpleOPD: Simple Tokenizer-Agnostic On-Policy Distillation for Long-Context Reasoning (arXiv:2608.14277), Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement — and none is claimed as the predecessor here, because a sequel number is not a citation.
Method
The stated gap: existing OPD work "has mainly studied its algorithmic behavior, leaving the role of training data unclear". So the study fixes the algorithm and pushes the data to its minimum — one query (source).
The measurement that carries the argument is state coverage: the fraction of the states full-data OPD visits that a given query set's rollouts also reach. This turns "how much data does OPD need" into a question about which states the student is put into, rather than about how many distinct problems it sees.
Reported to hold across task domains and model families, and extended to multi-teacher OPD (MOPD).
Results
| Finding | As reported |
|---|---|
| One-shot OPD | keeps improving for hundreds of steps; recovers most of full-data OPD's gain |
| State coverage, 1 query | 71.5%, most of it reached within the first 100 steps |
| State coverage, 16 queries | 98.9% — and matches full-data training on validation accuracy |
| Alignment rate | slows at a similar pace whether training on one query or the whole dataset |
| Fixed state set | still takes hundreds of steps to absorb |
| Multi-teacher | 16 semantically diverse queries per domain match full-data MOPD |
| Stress test | content-light templates and off-domain WildChat queries also approach the real-query baseline |
| The stress test is the sharpest row. If content-light templates and off-domain | |
| queries get close to real task data, then **task content and induced state | |
| coverage come apart** — which is the paper's stated conclusion and the reason the | |
| result is about the algorithm rather than about the dataset. |
Significance
This is the third result in eight days to remove a different assumed-essential ingredient from on-policy distillation and report little loss, and the three were produced independently:
| Paper | Ingredient removed | Reported outcome |
|---|---|---|
| Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement (09-02) | the teacher's content | a single fixed negative advantage matches teacher-provided ones |
2608.29846 IDA-OPD (09-04, on Agentic Reinforcement Learning) | full-vocabulary teacher signal | sampled-token log-probability alone suffices, at lower cost |
| This paper (09-05) | the training data | one query recovers most of the gain; 16 match full data |
| Read together they relocate the bottleneck. The 09-04 run recorded a tension — | ||
| one paper carefully optimising a teacher signal another says can be discarded — | ||
| and this one does not resolve that tension so much as make it smaller: if the | ||
| student absorbs supervision at a rate that is independent of how much | ||
| supervision there is, then both the teacher-signal argument and the data argument | ||
| are arguing about the part that is not rate-limiting. **The pairing is this | ||
| wiki's reading and is labelled as such**; none of the three cites the others. |
It also lands directly on Agentic Reinforcement Learning's standing data efficiency open problem, which has until now been addressed by making rollouts cheaper (Weak-to-Strong Generalization via Direct On-Policy Distillation) rather than by needing fewer of them.
Open Questions
- "Most of full-data OPD's gain" has no number. The abstract quantifies state coverage precisely and the recovered gain not at all — which is the one figure a practitioner would decide on
- Which domains and which model families? Both are claimed as scope and neither is named in anything read, so the generality is asserted rather than shown
- Is state coverage a cause or a correlate? The paper measures that one query reaches 71.5% of full-data states and that accuracy tracks coverage. Nothing read demonstrates that engineering higher coverage — rather than observing it — produces the gain
- What is "algorithm-starved" a prescription for? The diagnosis is crisp and the remedy is left to future work; the abstract closes by directing attention to step efficiency
- Does this survive at agentic horizons? Every figure here is on query-answer training. A long-horizon agent trajectory visits far more states per episode, which could make the coverage argument stronger or make one query's coverage meaningless
Cite
Rethinking On-Policy Distillation of Large Language Models II: One Training Example. arXiv:2609.04172, 2026-09-03. Recorded from HuggingFace Daily Papers, 2026-09-05 (source).