Agent Tuning & Optimization 相关度: 9/10

EvoTool: Self-Evolving Tool-Use Policy Optimization in LLM Agents via Blame-Aware Mutation and Diversity-Aware Selection

Shuo Yang, Soyeon Caren Han, Xueqi Ma, Yan Li, Mohammad Reza Ghasemi Madani, Eduard Hovy
arXiv: 2603.04900v1 发布: 2026-03-05 更新: 2026-03-05

AI 摘要

EvoTool通过进化策略优化LLM智能体的模块化工具使用策略,提升复杂任务解决能力。

主要贡献

  • 提出了轨迹溯源的责任归属方法,定位失败模块
  • 设计了反馈引导的定向变异方法,针对性优化模块
  • 提出了多样性感知的种群选择方法,保持解的多样性

方法论

通过轨迹责任归属、反馈引导变异和多样性选择的进化循环,迭代优化LLM智能体的工具使用策略。

原文摘要

LLM-based agents depend on effective tool-use policies to solve complex tasks, yet optimizing these policies remains challenging due to delayed supervision and the difficulty of credit assignment in long-horizon trajectories. Existing optimization approaches tend to be either monolithic, which are prone to entangling behaviors, or single-aspect, which ignore cross-module error propagation. To address these limitations, we propose EvoTool, a self-evolving framework that optimizes a modular tool-use policy via a gradient-free evolutionary paradigm. EvoTool decomposes agent's tool-use policy into four modules, including Planner, Selector, Caller, and Synthesizer, and iteratively improves them in a self-improving loop through three novel mechanisms. Trajectory-Grounded Blame Attribution uses diagnostic traces to localize failures to a specific module. Feedback-Guided Targeted Mutation then edits only that module via natural-language critique. Diversity-Aware Population Selection preserves complementary candidates to ensure solution diversity. Across four benchmarks, EvoTool outperforms strong baselines by over 5 points on both GPT-4.1 and Qwen3-8B, while achieving superior efficiency and transferability. The code will be released once paper is accepted.

标签

AI Agent Tool Use Evolutionary Optimization Self-Improving

arXiv 分类

cs.AI