CLAILGJun 15

PACT: Privileged Trace Co-Training for Multi-Turn Tool-Use Agents

arXiv:2606.1621517.4
Predicted impact top 52% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For developers of multi-turn tool-use agents, PACT provides a method to leverage expert traces without over-constraining the model, addressing the sparse reward problem in RL and the trajectory rigidity in SFT.

PACT introduces a privileged trace co-training framework that uses expert traces as training-time optimization signals (not rollout hints) to improve multi-turn tool-use agents, achieving consistent gains over SFT and RL baselines on FTRL, BFCL, and ToolHop benchmarks.

Multi-turn tool-use agents must reason, call tools, and adapt to observations across several interaction turns. Post-training such agents is challenging, as reinforcement learning often suffers from sparse rewards and weak credit assignment despite matching the prompt-only inference setting, while supervised fine-tuning on expert traces provides dense process supervision but can over-constrain the model to fixed trajectories. To tackle this, we propose PACT, a Privileged trAce Co-Training framework for multi-turn tool-use agents. The key idea is to use expert traces only as training-time optimization signals rather than rollout-time hints. PACT keeps rollout generation prompt-only, then uses expert traces to guide optimization through two complementary signals: a trace-conditioned RL surrogate that evaluates prompt-only rollouts under expert-trace context, and a component-aware SFT loss that supervises reasoning prefixes and tool-calls with annealed strength. To reduce over-reliance on the training-only trace context, PACT further introduces a prompt-only anchoring. We also provide a latent-trace view that connects the two trace-based objectives and explains how expert traces can guide optimization without being used during rollout generation. Experiments on FTRL, BFCL, and ToolHop show that PACT consistently improves over strong SFT- and RL-based baselines, highlighting the value of privileged trace co-training for multi-turn tool-use learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes