Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

TCOD: Exploring Temporal Curriculum in On-Policy Distillation for Multi-turn Autonomous Agents

About

On-policy distillation (OPD) has shown strong potential for transferring reasoning ability from frontier or domain-specific models to smaller students. While effective on static single-turn tasks, its behavior in multi-turn agent settings remains underexplored. In this work, we identify a key limitation of vanilla OPD in such settings, which we term Trajectory-Level KL Instability. Specifically, we observe that KL divergence increases together with a drop in success rate, and even after convergence, the KL remains high, leading to unstable training. This instability arises from inter-turn error compounding: as errors accumulate, the student is driven beyond the teacher's effective support, rendering the supervision signal unreliable. To address this, we propose TCOD (Temporal Curriculum On-Policy Distillation), a simple yet effective framework that controls the trajectory depth exposed to the student and progressively expands it from short to long with a curriculum schedule. Experimental results across four student-teacher pairs on three multi-turn agent benchmarks (ALFWorld, WebShop, ScienceWorld) show that TCOD mitigates KL escalation and enhances KL stability throughout training, improving agent performance by up to 18 points over vanilla OPD. Further evaluations show that TCOD can even surpass the teacher's performance and generalize to tasks on which the teacher fails. Our code is available at https://github.com/kokolerk/TCOD.

Jiaqi Wang, Wenhao Zhang, Weijie Shi, Yaliang Li, James Cheng• 2026

Related benchmarks

TaskDatasetResultRank
Question AnsweringSearch-QA
Average Score30.51
177
Online ShoppingWebshop--
115
Instruction FollowingALFWorld (val seen)
Success Rate (SR)86.43
65
Interactive Instruction FollowingALFWorld Unseen
Success Rate73.13
54
Multi-turn Agent InteractionWebshop
Success Rate84.38
39
Multi-turn Agent InteractionALFWorld ScienceWorld WebShop Average
Success Rate (SR)66.91
39
Multi-turn agent taskSearch-QA
Success Rate48.39
31
Science simulationScienceWorld
Success Rate6.04
24
Multi-turn agent taskAlfWorld
Success Rate76.56
23
Multi-turn Agent InteractionALFWorld IID
Success Rate (SR)32.86
16
Showing 10 of 16 rows

Other info

GitHub

Follow for update