PulseAugur
EN
LIVE 04:46:13

New benchmarks and methods tackle LLM agent tool-use failures

Researchers are developing new methods to identify and mitigate failures in large language model (LLM) agents that use external tools. One approach, "Reason Less, Verify More," introduces deterministic pre-execution gates to prevent silent policy violations, improving success rates for models like gpt-4o-mini and even showing promise for frontier models like gpt-5.2. Another framework, AgentLocate, focuses on pinpointing the specific agent and the earliest step responsible for a system-wide failure. Additionally, ToolFailBench provides a diagnostic benchmark to categorize tool-use failures, revealing that models like Llama-3.1 and Qwen2.5-72B exhibit distinct failure patterns. Finally, the Vera framework automates safety testing for LLM agents by generating executable safety cases and using adaptive sandbox execution with evidence-based verification, uncovering significant weaknesses in production agent frameworks. AI

IMPACT New benchmarks and verification techniques are crucial for advancing the reliability and safety of LLM agents, especially as they gain more autonomy through tool use.

RANK_REASON Multiple research papers introducing new benchmarks and methodologies for evaluating and improving LLM agent reliability and safety.

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 6 sources. How we write summaries →

New benchmarks and methods tackle LLM agent tool-use failures

COVERAGE [6]

  1. arXiv cs.AI TIER_1 English(EN) · Vikas Reddy, Sumanth Reddy Challaram, Abhishek Basu ·

    Reason Less, Verify More: Deterministic Gates Recover a Silent Policy-Violation Failure Mode in Tool-Using LLM Agents

    arXiv:2607.07405v1 Announce Type: new Abstract: Tool-using LLM agents can violate the very policies they are deployed to enforce while appearing to complete the task successfully. In policy-permissive environments, a tool may execute any well-formed call even when the correspondi…

  2. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Minghong Fang ·

    Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems

    Large language model (LLM) based multi-agent systems enable complex problem solving through coordinated reasoning and action, but their distributed structure also introduces new challenges in diagnosing system-level failures. When an execution fails, identifying which agent is re…

  3. arXiv cs.AI TIER_1 English(EN) · Abhishek Basu ·

    Reason Less, Verify More: Deterministic Gates Recover a Silent Policy-Violation Failure Mode in Tool-Using LLM Agents

    Tool-using LLM agents can violate the very policies they are deployed to enforce while appearing to complete the task successfully. In policy-permissive environments, a tool may execute any well-formed call even when the corresponding state transition is forbidden by domain polic…

  4. arXiv cs.AI TIER_1 English(EN) · Harsh Soni ·

    ToolFailBench: Diagnosing Tool-Use Failures in LLM Agents

    arXiv:2607.04686v1 Announce Type: cross Abstract: 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 simila…

  5. arXiv cs.CL TIER_1 English(EN) · Harsh Soni ·

    ToolFailBench: Diagnosing Tool-Use Failures in LLM Agents

    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 ToolFail…

  6. Hugging Face Daily Papers TIER_1 English(EN) ·

    Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification

    Automated safety testing framework Vera uses a three-stage pipeline to identify and test safety risks in LLM agents through structured risk taxonomies, combinatorial case generation, and adaptive sandbox execution with evidence-based verification.