This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| toolllm [2026/03/25 15:25] – Create ToolLLM page: 16K+ API tool-use framework agent | toolllm [2026/03/30 22:38] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ToolLLM: Facilitating Large Language Models to Master 16,000+ Real-World APIs ====== | ====== ToolLLM: Facilitating Large Language Models to Master 16,000+ Real-World APIs ====== | ||
| - | **ToolLLM** is a general-purpose tool-use framework introduced by Qin et al. (2023) that enables open-source LLMs to effectively leverage a massive collection of real-world APIs. The paper has accumulated over **1,305 citations**, | + | **ToolLLM** is a general-purpose tool-use framework introduced by Qin et al. (2023)(([[https:// |
| [[https:// | [[https:// | ||
| Line 9: | Line 9: | ||
| ==== ToolBench Dataset ==== | ==== ToolBench Dataset ==== | ||
| - | ToolBench is a large-scale instruction-tuning dataset containing **126,486 (instruction, | + | ToolBench is a large-scale instruction-tuning dataset containing **126,486 (instruction, |
| * **Single-tool instructions**: | * **Single-tool instructions**: | ||
| Line 87: | Line 87: | ||
| ===== Key Results ===== | ===== Key Results ===== | ||
| - | * ToolLLaMA matches ChatGPT and approaches GPT-4 performance on ToolBench | + | * ToolLLaMA matches ChatGPT and approaches GPT-4 performance on ToolBench(([[https:// |
| * Outperforms Text-Davinci-003 and Claude-2 on tool-use tasks | * Outperforms Text-Davinci-003 and Claude-2 on tool-use tasks | ||
| * Strong zero-shot generalization to unseen APIs, tools, and categories | * Strong zero-shot generalization to unseen APIs, tools, and categories | ||
| * Neural API retriever effectively selects relevant APIs from 16K+ candidates | * Neural API retriever effectively selects relevant APIs from 16K+ candidates | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 104: | Line 97: | ||
| * [[chemcrow|ChemCrow: | * [[chemcrow|ChemCrow: | ||
| * [[reasoning_via_planning|RAP: | * [[reasoning_via_planning|RAP: | ||
| + | |||
| + | ===== References ===== | ||