SECLMar 18, 2025

Benchmarking Failures in Tool-Augmented Language Models

arXiv:2503.14227v113 citationsh-index: 10Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses reliability issues for users of tool-augmented language models in practical applications, though it is incremental as it benchmarks existing failures and proposes a limited mitigation.

The paper tackles the problem of tool-augmented language models failing in real-world scenarios with imperfect information and tool availability, introducing the FAIL-TALMS benchmark with 1,749 examples and finding that most models except Claude struggle, while a human interaction method helps only with under-specified queries.

The integration of tools has extended the capabilities of language models (LMs) beyond vanilla text generation to versatile scenarios. However, tool-augmented language models (TaLMs) often assume 'perfect' information access and tool availability, which may not hold in the real world. To systematically study TaLMs' imperfections, we introduce the FAIL-TALMS benchmark, featuring two major failures: under-specified user queries and non-available tools. FAIL-TALMS contains 1,749 examples using 906 tools across 21 categories, including single- and multi-tool usage. We evaluate top-performing proprietary and open-source models, and find all current models except for Claude struggle to recognize missing tools or information. Further, to study possible mitigation of the failures, we enable real-time human interaction, named the Ask-and-Help (AAH) method, to provide missing information or replace non-functional tools. While AAH can help models solve tasks more correctly when queries are under-specified, it brings minimal benefit when complex tools are broken.

Code Implementations1 repo
Foundations

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

Your Notes