paper-with-me

홈 › Papers

Learning Evolving Tools for Large Language Models

2024-10-09 · Guoxin Chen, Zhong Zhang, Xin Cong, Fangda Guo, Yesai Wu, Yankai Lin, Wenzheng Feng, Yasheng Wang

Tool learning enables large language models (LLMs) to interact with external tools and APIs, greatly expanding the application scope of LLMs. However, due to the dynamic nature of external environments, these tools and APIs may become outdated over time, preventing LLMs from correctly invoking tools. Existing research primarily focuses on static environments and overlooks this issue, limiting the adaptability of LLMs in real-world applications. In this paper, we propose ToolEVO, a novel framework designed to enhance the adaptive and reflective capabilities of LLMs against tool variability. By leveraging Monte Carlo Tree Search, ToolEVO facilitates active exploration and interaction of LLMs within dynamic environments, allowing for autonomous self-reflection and self-updating of tool usage based on environmental feedback. Additionally, we introduce ToolQA-D, a benchmark specifically designed to evaluate the impact of tool variability. Extensive experiments demonstrate the effectiveness and stability of our approach, highlighting the importance of adaptability to tool variability for effective tool learning. Code: \url{https://github.com/Chen-GX/ToolEVO}

📄 PDF Abstract BibTeX arXiv:2410.06617

Code (1)

chen-gx/toolevo 공식 구현

Similar Papers 제목 키워드 기반

Leveraging Large Language Model for Automatic Evolving of Industrial Data-Centric R&D Cycle

2023-10-17 · Xu Yang, Xiao Yang, Weiqing Liu, Jinhui Li 외

In the wake of relentless digital transformation, data-driven solutions are emerging as powerful tools to address multifarious industrial tasks such as forecasting, anomaly detection, planning, and even complex decision-…

Anomaly DetectionDecision MakingLanguage ModelingLanguage Modelling+1

Assessment of Evolving Large Language Models in Upper Secondary Mathematics

2025-04-15 · Mika Setälä, Pieta Sikström, Ville Heilala, Tommi Kärkkäinen

Large language models (LLMs) have shown increasing promise in educational settings, yet their mathematical reasoning has been considered evolving. This study evaluates the mathematical capabilities of various LLMs using …

Mathematical Reasoning

Tools as Continuous Flow for Evolving Agentic Reasoning

2026-05-08 · Tairan Huang, Siyu Shang, Qiang Chen, Xiu Su 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in orchestrating tools for reasoning tasks. However, existing methods rely on a step-wise paradigm that lacks a global perspective, which causes erro…

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…

Dynamic Tool Dependency Retrieval for Lightweight Function Calling

2025-12-18 · Bhrij Patel, Davide Belli, Amir Jalalirad, Maximilian Arnold 외 arxiv

Function calling agents powered by Large Language Models (LLMs) select external tools to automate complex tasks. On-device agents typically use a retrieval module to select relevant tools, improving performance and reduc…

Computational Efficiency