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
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- Running the Firefox MCP on Android via Termux, ngrok, and mcp-proxy — Nervous-Strain7544 · 2026-09-11