paper-with-me

홈 › Papers

Tool-Genesis: A Task-Driven Tool Creation Benchmark for Self-Evolving Language Agent

2026-03-05 · Bowei Xia, Mengkang Hu, Shijian Wang, Jiarui Jin, Wenxiang Jiao, Yuan Lu, Kexin Li, Ping Luo arxiv

Research on self-evolving language agents has accelerated, drawing increasing attention to their ability to create, adapt, and maintain tools from task requirements. However, existing benchmarks predominantly rely on predefined specifications, which limits scalability and hinders truly autonomous evolution. While recent studies attempt to dynamically generate tools, they primarily emphasize downstream performance, resulting in a "black-box" evaluation that makes it difficult to attribute failures to specific causes. To address this, we propose Tool-Genesis, a diagnostic benchmark designed to quantify agent capabilities across multiple dimensions, including interface compliance, functional correctness, and downstream utility. Tool-Genesis evaluates whether agents can construct task-relevant tools solely from abstract requirements (without preset specifications) and use them to solve realistic problems. Crucially, we find that even state-of-the-art models struggle to produce precise tool interfaces or executable logic in a one-shot setting. These minor initial flaws are amplified through the pipeline, leading to a sharp degradation in downstream metrics. We hope Tool-Genesis will guide future research toward training and steering models to synthesize persistent, general-purpose tools that better address real-world challenges.

📄 PDF Abstract BibTeX arXiv:2603.05578

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SRMP: Search-Based Robot Motion Planning Library

2025-09-29 · Itamar Mishani, Yorai Shaoul, Ramkumar Natarajan, Jiaoyang Li 외 arxiv

Motion planning is a critical component in any robotic system. Over the years, powerful tools like the Open Motion Planning Library (OMPL) have been developed, offering numerous motion planning algorithms. However, exist…

Robot ManipulationMotion Planning

A tool suite for creating question answering benchmarks

2014-05-01 · LREC 2014 5 · Axel-Cyrille Ngonga Ngomo, Norman Heino, Ren{\'e} Speck, Prodromos Malakasiotis

We introduce the BIOASQ suite, a set of open-source Web tools for the creation, assessment and community-driven improvement of question answering benchmarks. The suite comprises three main tools: (1) the annotation tool …

Question AnsweringRetrieval

Autogenesis: A Self-Evolving Agent Protocol

2026-04-16 · Wentao Zhang, Zhe Zhao, Haibin Wen, Yingcheng Wu 외 arxiv

Recent advances in LLM based agent systems have shown promise in tackling complex, long horizon tasks. However, existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, ve…

VESTA: Visual Exploration with Statistical Tool Agents

2026-05-29 · William Rudman, Abhishek Divekar, Kanishk Jain, Sebastian Joseph 외 arxiv

Fitting quantitative models to data is a central step in scientific workflows, yet it remains one of the least automated. Recent agent-based systems leverage language and vision-language models (VLMs) to iteratively prop…

GenesisFunc: Multi-Agent Data Generation for Accurate and Generalizable Function-Calling

2026-04-10 · Hao-Xiang Xu, Chong Deng, Jiaqing Liu, Wen Wang 외 arxiv

Large Language Models (LLMs) extend their capabilities through function-calling (FC), which relies on training data with high quality, diversity, and broad coverage of scenario. However, obtaining and annotating real fun…

Domain GeneralizationDialogue Generation