Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AnyTool: Self-Reflective, Hierarchical Agents for Large-Scale API Calls

About

We introduce AnyTool, a large language model agent designed to revolutionize the utilization of a vast array of tools in addressing user queries. We utilize over 16,000 APIs from Rapid API, operating under the assumption that a subset of these APIs could potentially resolve the queries. AnyTool primarily incorporates three elements: an API retriever with a hierarchical structure, a solver aimed at resolving user queries using a selected set of API candidates, and a self-reflection mechanism, which re-activates AnyTool if the initial solution proves impracticable. AnyTool is powered by the function calling feature of GPT-4, eliminating the need for training external modules. We also revisit the evaluation protocol introduced by previous works and identify a limitation in this protocol that leads to an artificially high pass rate. By revising the evaluation protocol to better reflect practical application scenarios, we introduce an additional benchmark, termed AnyToolBench. Experiments across various datasets demonstrate the superiority of our AnyTool over strong baselines such as ToolLLM and a GPT-4 variant tailored for tool utilization. For instance, AnyTool outperforms ToolLLM by +35.4% in terms of average pass rate on ToolBench. Code will be available at https://github.com/dyabel/AnyTool.

Yu Du, Fangyun Wei, Hongyang Zhang• 2024

Related benchmarks

TaskDatasetResultRank
Tool LearningRestBench TMDB
Success Rate75.2
32
Function CallingBFCL Multi-turn
Accuracy39.3
22
LLM Agent EvaluationTau-bench retail
Pass@160.4
22
Sequential Tool UseRestBench Spotify
Success Rate78.4
22
Tool-use API GeneralizationToolBench (G3)
Pass Rate61
22
Tool-use API GeneralizationToolBench G1 v1
Pass Rate73.3
22
Tool-use API GeneralizationToolBench G2
Pass Rate68.8
22
Function CallingBFCL Single-Turn
Accuracy77.1
22
Stateful Agent-User InteractionTau-bench airline
Pass@136.2
22
Showing 9 of 9 rows

Other info

Follow for update