LGCLMar 2

TopoCurate:Modeling Interaction Topology for Tool-Use Agent Training

arXiv:2603.01714v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the challenge of inefficient training for tool-use agents in AI, offering a novel method to enhance learning from interactions, though it appears incremental as it builds on existing SFT and RL paradigms.

The paper tackles the problem of training tool-use agents by addressing the limitations of outcome-based filtering, which ignores interaction dynamics, and proposes TopoCurate, an interaction-aware framework that improves performance with gains of 4.2% for SFT and 6.9% for RL over state-of-the-art baselines.

Training tool-use agents typically relies on outcome-based filtering: Supervised Fine-Tuning (SFT) on successful trajectories and Reinforcement Learning (RL) on pass-rate-selected tasks. However, this paradigm ignores interaction dynamics: successful trajectories may lack error recovery or exhibit redundancy, while pass rates fail to distinguish structurally informative tasks from trivial ones. We propose \textbf{TopoCurate}, an interaction-aware framework that projects multi-trial rollouts from the same task into a unified semantic quotient topology. By merging equivalent action-observation states, this projection transforms scattered linear trajectories into a structured manifold that explicitly captures how tool invocations and environmental responses drive the divergence between effective strategies and failure modes. Leveraging this representation, we introduce a dual-selection mechanism: for SFT, we prioritize trajectories demonstrating reflective recovery, semantic efficiency, and strategic diversity to mitigate covariate shift and mode collapse; for RL, we select tasks with high error branch ratios and strategic heterogeneity, maximizing gradient Signal-to-Noise Ratio to address vanishing signals in sparse-reward settings. Evaluations on BFCLv3 and Tau2 Bench show that TopoCurate achieves consistent gains of 4.2\% (SFT) and 6.9\% (RL) over state-of-the-art baselines. We will release the code and data soon for further investigations.

Foundations

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

Your Notes