paper-with-me

홈 › Papers

GATE: Graph-based Adaptive Tool Evolution Across Diverse Tasks

2025-02-20 · Jianwen Luo, Yiming Huang, Jinxiang Meng, Fangyu Lei, Shizhu He, Xiao Liu, Shanshan Jiang, Bin Dong, Jun Zhao, Kang Liu

Large Language Models (LLMs) have shown great promise in tool-making, yet existing frameworks often struggle to efficiently construct reliable toolsets and are limited to single-task settings. To address these challenges, we propose GATE (Graph-based Adaptive Tool Evolution), an adaptive framework that dynamically constructs and evolves a hierarchical graph of reusable tools across multiple scenarios. We evaluate GATE on open-ended tasks (Minecraft), agent-based tasks (TextCraft, DABench), and code generation tasks (MATH, Date, TabMWP). Our results show that GATE achieves up to 4.3x faster milestone completion in Minecraft compared to the previous SOTA, and provides an average improvement of 9.23% over existing tool-making methods in code generation tasks and 10.03% in agent tasks. GATE demonstrates the power of adaptive evolution, balancing tool quantity, complexity, and functionality while maintaining high efficiency. Code and data are available at \url{https://github.com/ayanami2003/GATE}.

📄 PDF Abstract BibTeX arXiv:2502.14848

Code (1)

ayanami2003/gate 공식 구현

Tasks

Code GenerationMathMinecraft

Similar Papers 제목 키워드 기반

The World Won't Stay Still: Programmable Evolution for Agent Benchmarks

2026-03-06 · Guangrui Li, Yaochen Xie, Yi Liu, Ziwei Dong 외 arxiv

LLM-powered tool-calling agents fulfill user requests by interacting with environments, querying data, and invoking tools in a multi-turn process. Yet, most existing benchmarks evaluate these systems under static environ…

Decoding Positive Selection in Mycobacterium tuberculosis with Phylogeny-Guided Graph Attention Models

2025-10-09 · Linfeng Wang, Susana Campino, Taane G. Clark, Jody E. Phelan arxiv

Positive selection drives the emergence of adaptive mutations in Mycobacterium tuberculosis, shaping drug resistance, transmissibility, and virulence. Phylogenetic trees capture evolutionary relationships among isolates …

Evoflux: Inference-Time Evolution of Executable Tool Workflows for Compact Agents

2026-06-10 · Kushal Raj Bhandari, Ling Yue, Ching-Yun Ko, Dhaval Patel 외 arxiv

Compact language models (LMs) reduce cost, latency, and deployment risk for tool agents. Yet MCP-style tool use requires more than isolated function calling: an agent must discover tools from live catalogs, satisfy schem…

Evolutionary graph theory derived from eco-evolutionary dynamics

2020-10-30 · Karan Pattni, Christopher E. Overton, Kieran J. Sharkey

A biologically motivated individual-based framework for evolution in network-structured populations is developed that can accommodate eco-evolutionary dynamics. This framework is used to construct a network birth and dea…

Guided Evolution with Binary Discriminators for ML Program Search

2024-02-08 · John D. Co-Reyes, Yingjie Miao, George Tucker, Aleksandra Faust 외

How to automatically design better machine learning programs is an open problem within AutoML. While evolution has been a popular tool to search for better ML programs, using learning itself to guide the search has been …

AutoMLSymbolic Regression