SECLOct 28, 2025

Automatically Benchmarking LLM Code Agents through Agent-Driven Annotation and Evaluation

arXiv:2510.24358v17 citationsh-index: 16
Originality Incremental advance
AI Analysis

This provides a scalable and robust framework for benchmarking code agents in software development, addressing domain-specific needs but is incremental in improving evaluation methods.

The paper tackles the limitations of existing benchmarks for code agents, such as high annotation costs and rigid evaluation metrics, by proposing an agent-driven pipeline to create PRDBench, a benchmark with 50 real-world Python projects across 20 domains, which effectively assesses code and evaluation agents through flexible metrics.

Recent advances in code agents have enabled automated software development at the project level, supported by large language models (LLMs) and widely adopted tools. However, existing benchmarks for code agent evaluation face two major limitations: high annotation cost and expertise requirements, and rigid evaluation metrics that rely primarily on unit tests. To address these challenges, we propose an agent-driven benchmark construction pipeline that leverages human supervision to efficiently generate diverse and challenging project-level tasks. Based on this approach, we introduce PRDBench, a novel benchmark comprising 50 real-world Python projects across 20 domains, each with structured Product Requirement Document (PRD) requirements, comprehensive evaluation criteria, and reference implementations. PRDBench features rich data sources, high task complexity, and flexible metrics. We further employ an Agent-as-a-Judge paradigm to score agent outputs, enabling the evaluation of various test types beyond unit tests. Extensive experiments on PRDBench demonstrate its effectiveness in assessing the capabilities of both code agents and evaluation agents, providing a scalable and robust framework for annotation and evaluation.

Foundations

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

Your Notes