The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
Summary
This paper introduces a controlled multi-turn environment to systematically study long-horizon planning ability in foundation model agents across pre-training, post-training (via GRPO and on-policy distillation), and integration (via multi-teacher on-policy distillation) stages.
View Cached Full Text
Cached at: 07/28/26, 06:32 AM
Paper page - The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
Source: https://huggingface.co/papers/2607.24720
Abstract
Multi-turnlong-horizonplanningiscriticalforfoundationmodelagents,yethowtofundamentallyimproveitremainsunclear.ExistingmodelsaretrainedonuncontrollableandopaqueInternetdata,makingitdifficulttoidentifyhowplanningabilityisacquired,shaped,andintegrated.Toaddressthischallenge,weintroduceaunifiedandcontrolledmulti-turnenvironmentthatenablesprecisecontrol.Itallowssystematicallystudylong-horizonplanningacrossthreestages.(1)Planningabilityacquisitionduringpre-training.Westudydataformat,distribution,andquality.ExplicitworldmodelconstructionthroughCoTstatetransitionmodelingyieldsstrongerlong-horizongeneralization.Atomicskillsaloneareinsufficientforcompositionalgeneralization,whereasalittelong-horizondataworks.Moreover,suboptimaltrajectoriesseverelyimpairperformancebecauseerrorsamplifyoverlonghorizons.(2)PlanningabilityshapingviaGRPOandOPDpost-training.Throughmutualinformation,wedistinguishgeneralplanningpatternsfromtask-specificplanningknowledge.Forplanningpatterns,weidentifythreeapplicationregionsofpost-training:unnecessary,effective,andunsupported.OPDhasabroadereffectiveregionthanGRPOunderlow-qualityandlong-horizonsettings,asitprovidesmoreconsistentupdatedirections.Forplanningknowledge,distillingunseenproceduresfromateacherwithdifferentknowledgemayimpairstudent’spriorworldmodelingwithoutfullyestablishingnewknowledge.(3)PlanningabilityintegrationthroughMOPDpost-training.Weshowthatmulti-teacheron-policydistillation(MOPD)integratescapabilitiesbyconvergingtosharedplanning-patternacrossenvironments.Compatiblepatternsenablecross-environmentgeneralization,partiallysharedpatternssupportcontinuallearning,whilecompletelyconflictingpatternscausesevereinterference.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2607\.24720
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.24720 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.24720 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.24720 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training
MOPD proposes a multi-teacher on-policy distillation paradigm for LLM post-training, enabling efficient integration of multiple domain capabilities by distilling specialized RL teachers into a student model using its own rollouts. It outperforms existing methods like Mix-RL and Cascade RL, and has been deployed in industrial-scale models.
TurnOPD: Making On-Policy Distillation Turn-Aware for Efficient Long-Horizon Agent Training
TurnOPD introduces turn-level budgeting for on-policy distillation of long-horizon agents, addressing inefficiencies in vanilla OPD by adaptive rollout-depth and progressive turn-normalized loss budgeting, achieving better accuracy under equal training budgets.
Multi-Turn On-Policy Distillation with Prefix Replay
This paper proposes ReOPD, a method for on-policy distillation of LLM agents that reuses pre-collected teacher trajectories as replayed prefixes, achieving improved efficiency and accuracy without new environment interactions.
The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes
This paper presents a comprehensive empirical study on on-policy distillation for large language models, identifying failure mechanisms like distribution mismatch and optimization instability, and proposing fixes such as stop-gradient objectives and RLVR-adapted teachers.
ATOD: Annealed Turn-aware On-policy Distillation for Multi-turn Autonomous Agents
The paper introduces ATOD, a hybrid online distillation algorithm combining on-policy distillation and reinforcement learning for training small language model agents in multi-turn tasks, featuring an annealed OPD-RL schedule and Turn-level Disagreement-Uncertainty Reweighting to improve dense supervision.