Microsoft Research’s ReOPD reuses teacher prefixes to distill multi-turn agents offline
MicrosoftResearch · hf · 2026-07-24
ReOPD turns multi-turn distillation into an offline prefix replay problem
Microsoft Research studies on-policy distillation (OPD) for multi-turn agent tasks and proposes Replayed-Prefix On-Policy Distillation (ReOPD).
- Standard online OPD is expensive because each update needs fresh student rollouts and teacher queries.
- ReOPD reuses pre-collected teacher trajectories as replayed prefixes, so the student acts only at selected steps while the teacher provides dense supervision.
- The paper identifies a prefix trap: later prefixes are more on-policy for the student, but can fall into histories where the teacher’s targets become unreliable.
- To handle that tradeoff, ReOPD uses a step-decaying sampling schedule that emphasizes earlier, lower-shift prefixes.
- Across mathematical reasoning with Python and search environments, ReOPD preserves or improves OPD-level accuracy.
- It uses zero tool calls during student training and is reported to be at least 4× faster per rollout than online OPD.
The core idea is to convert expensive agent-environment interaction into a reusable offline resource for scalable distillation.
More from coding & agent
- Builder rebuilds a Claude Code software factory around planning, implementation, review — blaizedsouza · 2026-07-24
- Default Codex CLI with GPT-5.5 scores 92.3% on XBOW, sparking benchmark fatigue — moyix · 2026-07-24
- Sebastian Raschka will discuss DeepSeek-V4, GLM-5.2 and open-weight coding agents — hugobowne · 2026-07-24
- Antigravity CLI 1.1.6 makes custom agents editable as Markdown files — rseroter · 2026-07-24
- FinanceComplexQA adds a 2,026-task benchmark for agentic reasoning on financial docs — Beihang · 2026-07-24
- Compound Engineering 3.20 splits AI coding across multiple models and adds handoff snapshots — danshipper · 2026-07-24