CLAIJul 2, 2024

WTU-EVAL: A Whether-or-Not Tool Usage Evaluation Benchmark for Large Language Models

arXiv:2407.12823v113 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses a practical issue for LLM developers and users by evaluating and improving tool usage decisions, though it is incremental as it builds on existing tool learning research.

The paper tackles the problem of large language models (LLMs) incorrectly or unnecessarily using external tools, which can impair their performance, by introducing the WTU-Eval benchmark to assess whether LLMs can discern when to use tools. The results show that fine-tuning Llama2-7B improves average performance by 14% and reduces incorrect tool usage by 16.8%.

Although Large Language Models (LLMs) excel in NLP tasks, they still need external tools to extend their ability. Current research on tool learning with LLMs often assumes mandatory tool use, which does not always align with real-world situations, where the necessity for tools is uncertain, and incorrect or unnecessary use of tools can damage the general abilities of LLMs. Therefore, we propose to explore whether LLMs can discern their ability boundaries and use tools flexibly. We then introduce the Whether-or-not tool usage Evaluation benchmark (WTU-Eval) to assess LLMs with eleven datasets, where six of them are tool-usage datasets, and five are general datasets. LLMs are prompted to use tools according to their needs. The results of eight LLMs on WTU-Eval reveal that LLMs frequently struggle to determine tool use in general datasets, and LLMs' performance in tool-usage datasets improves when their ability is similar to ChatGPT. In both datasets, incorrect tool usage significantly impairs LLMs' performance. To mitigate this, we also develop the finetuning dataset to enhance tool decision-making. Fine-tuning Llama2-7B results in a 14\% average performance improvement and a 16.8\% decrease in incorrect tool usage. We will release the WTU-Eval benchmark.

Foundations

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

Your Notes