OPD: efficiency vs capability via test-time scaling.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill on-policy-distillation-test-time-scaling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of On Policy Distillation Test Time Scaling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-on-policy-distillation-test-time-scaling-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: on-policy-distillation-test-time-scaling
description: "OPD: efficiency vs capability via test-time scaling."
metadata:
arxiv_id: "2608.11829"
published: "2026-08-12"
authors: "Xinmu Ge, Zizhuo Zhang, Yu Huang, Jianing Zhu, Lin Yuan et al."
tags: [distillation, LLM, reasoning, test-time-scaling]
license: Complete terms in LICENSE.txt
---
# On-Policy Distillation Analysis Through Test-Time Scaling
## Overview
This methodology provides a critical analysis framework for understanding On-Policy Distillation (OPD) by examining it through the lens of test-time scaling. The research reveals that OPD primarily improves sampling efficiency rather than genuinely expanding reasoning capabilities, challenging the common belief about knowledge transfer from teacher to student models.
## Key Insights
1. **Sampling Efficiency vs Capability Expansion**: OPD improves avg@K performance across all sampling budgets but shows diminishing pass@K advantage as K increases
2. **Progressive Trade-off**: During OPD training, models shift toward stronger small-K performance at the expense of large-K capability boundary
3. **Problem Solvability Asymmetry**: OPD causes more previously solvable problems to become unsolvable than previously unsolvable problems to become solvable
4. **"Illusory Distillation"**: Apparent gains arise primarily from improved sampling efficiency rather than acquiring new reasoning capabilities
## Evaluation Framework
### Test-Time Scaling Metrics
- **pass@K**: Probability of getting at least one correct answer in K samples
- **avg@K**: Average performance across K samples
- **Vary K systematically**: From small values (K=1,4,8) to large values (K=64,128,1024)
### Problem-Level Analysis
- Use pass@1024 as the criterion for problem solvability
- Track which problems become solvable/unsolvable after OPD
- Measure asymmetry in capability changes
## Implementation Guidelines
### When to Apply This Analysis
- Evaluating any on-policy distillation technique
- Assessing LLM post-training methods claiming capability expansion
- Comparing distillation variants for reasoning improvement
- Understanding the true nature of distillation gains
### Experimental Protocol
1. Train base model and OPD variants
2. Evaluate both models across multiple K values (1, 4, 8, 16, 32, 64, 128, 1024)
3. Compute both pass@K and avg@K metrics
4. Analyze problem-level solvability using high-K threshold
5. Track capability boundary shifts during training
## Pitfalls and Considerations
- **Misleading Single-K Evaluation**: Using only small K values can overstate OPD benefits
- **Ignoring Capability Loss**: Focus only on gains without measuring losses creates biased assessment
- **Teacher Quality Assumption**: Assumes teacher has superior capabilities, but may not hold in practice
- **Task Dependency**: Findings may vary across different reasoning tasks and domains
## Practical Implications
### For Practitioners
- Use OPD when sampling efficiency is the primary goal
- Be cautious about claims of genuine capability expansion
- Always evaluate with multiple K values to understand trade-offs
- Consider alternative methods if true capability expansion is needed
### For Researchers
- Design distillation methods that genuinely expand capability boundaries
- Develop evaluation protocols that measure both efficiency and capability
- Investigate why OPD causes capability regression on some problems
- Explore hybrid approaches combining efficiency and expansion
## References
- Original Paper: [Towards Understanding On-Policy Distillation](https://arxiv.org/abs/2608.11829v1)
- Related Work: Test-time scaling in LLMs, distillation evaluation frameworks
- Complementary Skills: Other distillation analysis methodologies
## Activation Keywords
- on-policy distillation
- test-time scaling
- pass@K analysis
- avg@K evaluation
- sampling efficiency
- capability expansion
- illusory distillation
- LLM reasoning evaluationIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!