AgentSuite: Toward More Reliable Agent Evaluation with a Component-Based Benchmark Auditing Pipeline
Abstract
Lay Summary
Large language model (LLM) agents can use tools, follow instructions, and interact with environments to complete tasks. Researchers compare these agents using benchmarks, but the benchmarks themselves can contain hidden mistakes, such as unclear instructions, wrong tool results, incorrect expected answers, or unfair scoring. These problems make it hard to tell whether an agent truly failed or whether the test was flawed. We introduce COBA (COmponent-based Benchmark Auditing), an automated pipeline for auditing agent benchmarks. COBA is based on the insight that many benchmark errors arise from mismatches between connected parts of a task: the user request, the tools and environment, the expected answer or actions, and the scoring rules. We first organize common benchmark problems into a component-based taxonomy, then use rule-based checks and LLM-assisted review to detect them across the connected parts of each task. Across widely used agent benchmarks, COBA closely matches expert human reviewers and finds issues that are difficult to catch manually. We also show that flawed tasks can change model evaluation outcomes, meaning benchmark quality directly affects how researchers judge progress in agents. We release AgentSuite, a unified platform that includes COBA, benchmark-running tools, and audited benchmark materials to support more reliable and reproducible agent evaluation.