Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

ReOPD: Off-Environment On-Policy Distillation for Multi-Turn LLM Agents

AI By Crimson AI Hugging Face Papers 26 July 2026 · 00:00 13 views
Share: X Telegram

Hugging Face researchers propose ReOPD, a method that reuses pre-collected teacher trajectories as replayed prefixes to achieve on-policy distillation for multi-turn LLM agents without requiring live environment interactions, reducing cost by at least 4x while maintaining accuracy.

ReOPD: Off-Environment On-Policy Distillation for Multi-Turn LLM Agents

Key points

On-policy distillation (OPD) for LLM agents typically requires fresh student rollouts and teacher queries at every update, making it prohibitively expensive for multi-turn tasks. Researchers from Hugging Face introduce ReOPD (Replayed-Prefix On-Policy Distillation), an off-environment alternative that leverages pre-collected teacher trajectories as replayed prefixes to provide dense per-step supervision without new environment interactions.

The key challenge in multi-turn OPD is the prefix trap: making histories more student-on-policy improves relevance but can query the teacher on histories where its target is unreliable, creating a two-sided distribution shift. ReOPD addresses this by treating multi-turn OPD as a reliability-aware prefix distribution design, implemented via a simple step-decaying sampling schedule that emphasizes early, lower-shift prefixes.

Experiments across mathematical reasoning (Python) and search environments, with multiple teacher and student model scales, show that ReOPD preserves or improves OPD-level accuracy while using zero tool calls during student training. It is at least 4× faster per rollout than standard OPD, turning expensive agent-environment interaction into a reusable offline resource.

The method enables scalable distillation across tools, tasks, and environments, making it a practical solution for training smaller models from larger ones without costly live rollouts.

Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1