paper-with-me

Papers

UTBoost: Rigorous Evaluation of Coding Agents on SWE-Bench

2025-06-10 · Boxi Yu, Yuxuan Zhu, Pinjia He, Daniel Kang

The advent of Large Language Models (LLMs) has spurred the development of coding agents for real-world code generation. As a widely used benchmark for evaluating the code generation capabilities of these agents, SWE-Bench uses real-world problems based on GitHub issues and their corresponding pull requests. However, the manually written test cases included in these pull requests are often insufficient, allowing generated patches to pass the tests without resolving the underlying issue. To address this challenge, we introduce UTGenerator, an LLM-driven test case generator that automatically analyzes codebases and dependencies to generate test cases for real-world Python projects. Building on UTGenerator, we propose UTBoost, a comprehensive framework for test case augmentation. In our evaluation, we identified 36 task instances with insufficient test cases and uncovered 345 erroneous patches incorrectly labeled as passed in the original SWE Bench. These corrections, impacting 40.9% of SWE-Bench Lite and 24.4% of SWE-Bench Verified leaderboard entries, yield 18 and 11 ranking changes, respectively.

📄 PDF Abstract BibTeX arXiv:2506.09289

Code (1)

cuhk-shenzhen-se/utboost 공식 구현

Tasks

Code Generation

Similar Papers 제목 키워드 기반

NL2Repo-Bench: Towards Long-Horizon Repository Generation Evaluation of Coding Agents

2025-12-14 · Jingzhe Ding, Shengda Long, Changxin Pu, Huan Zhou 외 arxiv

Recent advances in coding agents suggest rapid progress toward autonomous software development, yet existing benchmarks fail to rigorously evaluate the long-horizon capabilities required to build complete software system…

Code Generation

Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?

2026-02-12 · Thibaud Gloaguen, Niels Mündler, Mark Müller, Veselin Raychev 외 arxiv

A widespread practice in software development is to tailor coding agents to repositories using context files, such as AGENTS.md. Although this practice is strongly encouraged by agent developers, there is currently no ri…

ABC-Bench: Benchmarking Agentic Backend Coding in Real-World Development

2026-01-16 · Jie Yang, Honglin Guo, Li Ji, Jiazheng Zhou 외 arxiv

The evolution of Large Language Models (LLMs) into autonomous agents has expanded the scope of AI coding from localized code generation to complex, repository-level, and execution-driven problem solving. However, current…

Code Generation

FreshBrew: A Benchmark for Evaluating AI Agents on Java Code Migration

2025-10-06 · Victor May, Diganta Misra, Yanqi Luo, Anjali Sridhar 외 arxiv

AI coding assistants are rapidly becoming integral to modern software development. A key challenge in this space is the continual need to migrate and modernize codebases in response to evolving software ecosystems. Tradi…

SWE Refactor Bench: Can Coding Agents Complete a Long-Horizon, Whole-Repository Stack Migration?

2026-08-24 · Deyao Hong, Yizhe Chi, Wenyi Li, Xiaoqiu Wang 외 arxiv

Modern software systems accumulate technical debt over decades of development, which makes migration expensive and largely manual. As coding agents become increasingly capable at bug fixing, can they autonomously perform…