@inproceedings{yu-etal-2025-utboost,
title = "{UTB}oost: Rigorous Evaluation of Coding Agents on {SWE}-Bench",
author = "Yu, Boxi and
Zhu, Yuxuan and
He, Pinjia and
Kang, Daniel",
editor = "Che, Wanxiang and
Nabende, Joyce and
Shutova, Ekaterina and
Pilehvar, Mohammad Taher",
booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = jul,
year = "2025",
address = "Vienna, Austria",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingestion-acl-25/2025.acl-long.189/",
pages = "3762--3774",
ISBN = "979-8-89176-251-0",
abstract = "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."
}
Markdown (Informal)
[UTBoost: Rigorous Evaluation of Coding Agents on SWE-Bench](https://preview.aclanthology.org/ingestion-acl-25/2025.acl-long.189/) (Yu et al., ACL 2025)
ACL
- Boxi Yu, Yuxuan Zhu, Pinjia He, and Daniel Kang. 2025. UTBoost: Rigorous Evaluation of Coding Agents on SWE-Bench. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 3762–3774, Vienna, Austria. Association for Computational Linguistics.