Switch language한국어
Back to the list

Multi-Turn On-Policy Distillation with Prefix Replay

TL;DR AI

Key summary

2 min read
  1. Researchers proposed ReOPD, an offline on-policy distillation method for multi-turn LLM agents that reuses stored teacher prefixes instead of new environment rollouts.

  2. The paper identifies a “prefix trap,” where student-generated histories drift from reliable teacher trajectories and make multi-turn distillation harder.

  3. ReOPD uses replayed prefixes plus a step-decaying sampling strategy to reduce this mismatch across turns.

  4. In reasoning and search tasks, the method matches or improves standard on-policy distillation while avoiding tool calls and speeding training.

  5. The approach could make agent distillation much cheaper and easier to scale across tasks and model sizes.

Read the original