When Privileged Guidance Misaligns: State-Matched Routing and Contextualized Self-Distillation for Multi-Turn Agents

๐Ÿ“… 2026-08-05
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge in multi-turn agent learning where privileged distillation often yields unreliable supervision due to misalignment between the studentโ€™s execution state and the reference trajectory. To mitigate this, the authors propose SMRC-SD, a method that employs a state-matching routing mechanism to determine whether the studentโ€™s current state aligns with supportive states in the reference trajectory, performing distillation only upon successful alignment. Furthermore, it constructs context-aware teacher supervision grounded in the actually reached states. By integrating online policy distillation with trajectory alignment verification, SMRC-SD significantly improves task success rates: on ALFWorld, the Qwen3-1.7B model achieves an increase from 0.746 to 0.865, and on WebShop, from 0.574 to 0.693.
๐Ÿ“ Abstract
Privileged on-policy distillation provides dense supervision for multi-turn agents by allowing a synchronized teacher to re-score the student's response at every turn with access to training-only references, such as successful trajectories. In interactive environments, however, the student's preceding actions continually change the execution state. As the student takes different actions or completes subgoals in a different order, its rollout may reach states not covered by the reference, making the reference an unreliable source of guidance for the state actually reached. Applying privileged distillation indiscriminately therefore creates state--reference mismatch. This mismatch motivates a central objective: providing privileged reference guidance that remains compatible with the student's current execution state. We introduce State-Matched Routing and Contextualized Self-Distillation (SMRC-SD), which explicitly determines when and how a privileged trajectory should guide an on-policy student. At each turn, SMRC-SD verifies whether the student's current execution state matches a supported state along the reference trajectory. Distillation is applied only at matched states, filtering out turns for which the reference lacks locally compatible guidance. For each matched state, SMRC-SD further constructs state-conditioned teacher context from the successful trajectory, grounding supervision in the state actually reached. Across ALFWorld and WebShop, SMRC-SD consistently outperforms unconditional successful full-path distillation. With Qwen3-1.7B, it improves task success from $0.746$ to $0.865$ on ALFWorld and from $0.574$ to $0.693$ on WebShop. Controlled routing and context ablations support both selecting locally supported turns and constructing state-compatible teacher context as contributors to these gains. Code is available at https://github.com/liujunzhuo/SMRC-SD.
Problem

Research questions and friction points this paper is trying to address.

privileged distillation
state-reference mismatch
multi-turn agents
execution state
on-policy learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

state-matched routing
contextualized self-distillation
privileged distillation
multi-turn agents
on-policy learning
๐Ÿ”Ž Similar Papers