paper-with-me

Papers

BenchGuard: Who Guards the Benchmarks? Automated Auditing of LLM Agent Benchmarks

2026-04-27 · Xinming Tu, Tianze Wang, Yingzhou, Lu, Kexin Huang, Yuanhao Qu, Sara Mostafavi arxiv

As benchmarks grow in complexity, many apparent agent failures are not failures of the agent at all - they are failures of the benchmark itself: broken specifications, implicit assumptions, and rigid evaluation scripts that penalize valid alternative approaches. We propose employing frontier LLMs as systematic auditors of evaluation infrastructure, and realize this vision through BenchGuard, the first automated auditing framework for task-oriented, execution-based agent benchmarks. BenchGuard cross-verifies all benchmark artifacts via structured LLM protocols, optionally incorporating agent solutions or execution traces as additional diagnostic evidence. Deployed on two prominent scientific benchmarks, BenchGuard identified 12 author-confirmed issues in ScienceAgentBench - including fatal errors rendering tasks unsolvable - and exactly matched 83.3% of expert-identified issues on the BIXBench Verified-50 subset, catching defects that prior human review missed entirely. A full audit of 50 complex bioinformatics tasks costs under USD 15, making automated benchmark auditing a practical and valuable complement to human review. These findings point toward AI-assisted benchmark development, where frontier models serve not only as subjects of evaluation but as active participants in validating the evaluation infrastructure itself.

📄 PDF Abstract BibTeX arXiv:2604.24955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AudAgent: Automated Auditing of Privacy Policy Compliance in AI Agents

2025-11-03 · Ye Zheng, Yimin Chen, Yidan Hu arxiv

AI agents can autonomously perform tasks and, often without explicit user consent, collect or disclose users' sensitive local data, which raises serious privacy concerns. Although AI agents' privacy policies describe the…

Detecting Adversarial Fine-tuning with Auditing Agents

2025-10-17 · Sarah Egler, John Schulman, Nicholas Carlini arxiv

Large Language Model (LLM) providers expose fine-tuning APIs that let end users fine-tune their frontier LLMs. Unfortunately, it has been shown that an adversary with fine-tuning access to an LLM can bypass safeguards. P…

ScamAgents: How AI Agents Can Simulate Human-Level Scam Calls

2025-08-08 · Sanket Badhe arxiv

Large Language Models (LLMs) have demonstrated impressive fluency and reasoning capabilities, but their potential for misuse has raised growing concern. In this paper, we present ScamAgent, an autonomous multi-turn agent…

Beyond Final Answers: Auditing Trajectory-Level Hallucinations in Multi-Agent Industrial Workflows

2026-05-22 · Harshada Badave, Santosh Borse, Andrea Gomez, Harshitha Narahari 외 arxiv

Large Language Models (LLMs) are increasingly deployed as autonomous agents that reason, use tools, and act over multiple steps. Yet most hallucination benchmarks still evaluate only the final output, missing failures th…

Do Androids Dream of Breaking the Game? Systematically Auditing AI Agent Benchmarks with BenchJack

2026-05-12 · Hao Wang, Hanchen Li, Qiuyang Mang, Alvin Cheung 외 arxiv

Agent benchmarks have become the de facto measure of frontier AI competence, guiding model selection, investment, and deployment. However, reward hacking, where agents maximize a score without performing the intended tas…