paper-with-me

Papers

SWE-Explore: Benchmarking How Coding Agents Explore Repositories

2026-06-05 · Shaoqiu Zhang, Yuhang Wang, Jialiang Liang, Yuling Shi, Wenhao Zeng, Maoquan Wang, Shilin He, Ningyuan Xu, Siyu Ye, Kai Cai, Xiaodong Gu arxiv

Repository-level coding benchmarks such as SWE-bench have driven a rapid surge in the capabilities of coding agents. Yet they usually treat coding tasks as a holistic, binary prediction problem (e.g., resolved or unresolved), neglecting fine-grained agent capabilities such as repository understanding, context retrieval, code localization, and bug diagnosis. In this paper, we introduce SWE-Explore, a benchmark that isolates the evaluation of repository exploration, a critical capability of coding agents. Given a repository and an issue, SWE-Explore asks an explorer to return a ranked list of relevant code regions under a fixed line budget. SWE-Explore covers 848 issues across 10 programming languages and 203 open-source repositories. For each instance, we derive line-level ground truth from independent agent trajectories that successfully solved the same issue, distilling the specific code regions their solution paths actually consulted. We evaluate exploration along coverage, ranking, and context-efficiency dimensions, showing that these metrics strongly track downstream repair behavior. Across a broad set of retrieval methods, general coding agents, and specialized localizers, we find that agentic explorers form a clear tier above classical retrieval. While file-level localization is already strong for modern methods, line-level coverage and efficient ranking remain the key axes differentiating state-of-the-art explorers.

📄 PDF Abstract BibTeX arXiv:2606.07297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Training Versatile Coding Agents in Synthetic Environments

2025-12-13 · Yiqi Zhu, Apurva Gandhi, Graham Neubig arxiv

Prior works on training software engineering agents have explored utilizing existing resources such as issues on GitHub repositories to construct software engineering tasks and corresponding test suites. These approaches…

CSR-Bench: Benchmarking LLM Agents in Deployment of Computer Science Research Repositories

2025-02-10 · Yijia Xiao, Runhui Wang, Luyang Kong, Davor Golac 외

The increasing complexity of computer science research projects demands more effective tools for deploying code repositories. Large Language Models (LLMs), such as Anthropic Claude and Meta Llama, have demonstrated signi…

Benchmarking

Making Sense of Data in the Wild: Data Analysis Automation at Scale

2025-01-27 · Mara Graziani, Malina Molnar, Irina Espejo Morales, Joris Cadow-Gossweiler 외

As the volume of publicly available data continues to grow, researchers face the challenge of limited diversity in benchmarking machine learning tasks. Although thousands of datasets are available in public repositories,…

BenchmarkingDiversityRetrievalRetrieval-augmented Generation+1

ProjDevBench: Benchmarking AI Coding Agents on End-to-End Project Development

2026-02-02 · Pengrui Lu, Shiqi Zhang, Yunzhong Hou, Lyumanshan Ye 외 arxiv

Recent coding agents can generate complete codebases from simple prompts, yet existing evaluations focus on issue-level bug fixing and lag behind end-to-end development. We introduce ProjDevBench, an end-to-end benchmark…

SW-$A^2$-Bench: Benchmarking Autonomous Software Agent Generation for Agentic Web

2026-04-05 · Linyao Chen, Bo Huang, Qinlao Zhao, Shuai Shao 외 arxiv

The Agentic Web is emerging as a paradigm in which autonomous software agents interact with online resources and with each other to accomplish user goals. However, the capacity of Agentic Web is still limited by insuffic…