paper-with-me

홈 › Papers

ToolFailBench: Diagnosing Tool-Use Failures in LLM Agents

2026-07-06 · Harsh Soni arxiv

Tool calling is central to modern language model agents, but aggregate benchmark scores often hide where tool use fails. A model that never calls a needed tool and a model that calls the tool but ignores the result can look similar under final task accuracy. We introduce ToolFailBench, a diagnostic benchmark for measuring tool-use failures across 1,000 tasks in finance, medicine, law, cybersecurity, and real estate. Tool-required tasks return values the model wouldn't guess, forcing it to trust the tool while control tasks attach the same tools but should be answered directly. We label each trace with Tool-Skip, Result-Ignore, Output-Fabrication, and Unnecessary-Tool-Use, using a rule classifier and two LLM judges aggregated by majority vote. Across 19 headline models, the best reaches 86.33% Clean Tool-Use Rate, showing that faithful tool use is not saturated. More importantly, models with similar aggregate scores fail in different ways: most stay disciplined on no-tool controls, while Llama-3.1 models show an Always-Call pattern, and at the same parameter scale Llama-3.1-70B and Qwen2.5-72B differ by 89 percentage points on control-task accuracy. Tool-use evaluation should measure not only whether agents call tools, but whether they use tool outputs correctly and avoid tools when none is needed.

📄 PDF Abstract BibTeX arXiv:2607.04686

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PlanBench-XL: Evaluating Long-Horizon Planning of LLM Tool-Use Agents in Large-Scale Tool Ecosystems

2026-06-21 · Jiayu Liu, Qihan Lin, Cheng Qian, Rui Wang 외 arxiv

LLM agents increasingly operate in large tool ecosystems, where real-world tasks require discovering relevant tools, inferring implicit sub-goals, and adapting to dynamic environments over long horizons. However, existin…

LLM-Based Automated Diagnosis Of Integration Test Failures At Google

2026-04-13 · Celal Ziftci, Ray Liu, Spencer Greene, Livio Dalloro arxiv

Integration testing is critical for the quality and reliability of complex software systems. However, diagnosing their failures presents significant challenges due to the massive volume, unstructured nature, and heteroge…

MedCTA: A Benchmark for Clinical Tool Agents

2026-06-10 · Tajamul Ashraf, Hyewon Jeong, Fida Mohammad Thoker, Bernard Ghanem arxiv

To make clinically grounded decisions, medical AI agents are expected to go beyond simple recognition and be capable of tool retrieval, evidence acquisition, and integration. Existing benchmarks largely evaluate isolated…

Question Answering

CostBench: Evaluating Multi-Turn Cost-Optimal Planning and Adaptation in Dynamic Environments for LLM Tool-Use Agents

2025-11-04 · Jiayu Liu, Cheng Qian, Zhaochen Su, Qing Zong 외 arxiv

Current evaluations of Large Language Model (LLM) agents primarily emphasize task completion, often overlooking resource efficiency and adaptability. This neglects a crucial capability: agents' ability to devise and adju…

Diagnostics of cognitive failures in multi-agent expert systems using dynamic evaluation protocols and subsequent mutation of the processing context

2025-09-18 · Andrejs Sorstkins, Josh Bailey, Dr Alistair Baron arxiv

The rapid evolution of neural architectures - from multilayer perceptrons to large-scale Transformer-based models - has enabled language models (LLMs) to exhibit emergent agentic behaviours when equipped with memory, pla…