CLAIApr 14, 2023

API-Bank: A Comprehensive Benchmark for Tool-Augmented LLMs

Peking U
arXiv:2304.08244v2468 citationsh-index: 29
Originality Incremental advance
AI Analysis

This provides a comprehensive benchmark for researchers and developers working on tool-augmented LLMs, addressing key evaluation and training gaps in the field.

The paper tackles the problem of evaluating and improving tool-augmented LLMs by introducing API-Bank, a benchmark with 73 API tools and 314 annotated dialogues, finding that GPT-4 excels in planning but there is room for improvement, and training Lynx boosts performance by over 26 points compared to Alpaca.

Recent research has demonstrated that Large Language Models (LLMs) can enhance their capabilities by utilizing external tools. However, three pivotal questions remain unanswered: (1) How effective are current LLMs in utilizing tools? (2) How can we enhance LLMs' ability to utilize tools? (3) What obstacles need to be overcome to leverage tools? To address these questions, we introduce API-Bank, a groundbreaking benchmark, specifically designed for tool-augmented LLMs. For the first question, we develop a runnable evaluation system consisting of 73 API tools. We annotate 314 tool-use dialogues with 753 API calls to assess the existing LLMs' capabilities in planning, retrieving, and calling APIs. For the second question, we construct a comprehensive training set containing 1,888 tool-use dialogues from 2,138 APIs spanning 1,000 distinct domains. Using this dataset, we train Lynx, a tool-augmented LLM initialized from Alpaca. Experimental results demonstrate that GPT-3.5 exhibits improved tool utilization compared to GPT-3, while GPT-4 excels in planning. However, there is still significant potential for further improvement. Moreover, Lynx surpasses Alpaca's tool utilization performance by more than 26 pts and approaches the effectiveness of GPT-3.5. Through error analysis, we highlight the key challenges for future research in this field to answer the third question.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes