paper-with-me

Papers

SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?

2026-08-20 · Zhipeng Xu, Jiahao Lu, Yining Zheng, Yuxin Wang, Xipeng Qiu arxiv

Software increasingly functions as part of the scientific instrument itself, making failures in scientific code capable of compromising not only program behavior but also the evidence underlying scientific conclusions. Yet existing evaluations of coding agents largely emphasize aggregate task success, providing limited insight into why agents fail when repairing scientific software. We introduce SWE-bench Science, a repository-level benchmark for scientific software engineering comprising 119 tasks from 98 GitHub repositories across 20 scientific domains. Each task is organized into one of three paradigms: Issue-driven, Expert-exploratory, and Engineering-integration. Even the best-performing agent, Claude Code with Opus-5 (max), achieves a pass@1 below 50\%, highlighting the substantial challenges posed by scientific software engineering. We identify four recurring failure mechanisms: deficits in scientific knowledge or abstraction, misguided exploration or surface-level repair, incomplete repair coverage or system integration, and failures to generalize scientific knowledge beyond observed cases in our analysis. We further conduct a paired ablation that removes explicit scientific guidance while preserving the repository and executable engineering context. The results show that scientific knowledge is not uniformly beneficial: well-grounded information can constrain repair and improve average performance and token efficiency, whereas poorly aligned guidance can induce anchoring and does not necessarily improve exact repair success. Together, SWE-bench Science provides a broad testbed for studying both the capabilities and failure mechanisms of coding agents in scientific software engineering.

📄 PDF Abstract BibTeX arXiv:2608.19799

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dialogue SWE-Bench: A Benchmark for Dialogue-Driven Coding Agents

2026-06-12 · Brendan King, Jeffrey Flanigan arxiv

AI coding agents have rapidly transformed software engineering, powering widely used interactive coding assistants. Despite their interactive real-world use, existing benchmarks evaluate them as fully-autonomous systems.…

RigorBench: Benchmarking Engineering Process Discipline in Autonomous AI Coding Agents

2026-06-21 · Meher Bhaskar Madiraju, Meher Sai Preetam Madiraju arxiv

Agentic coding harnesses - such as Agent-Skills, Superpowers, and Agent-Rigor - are increasingly deployed to augment underlying LLMs for real-world software engineering tasks. Existing benchmarks evaluate these agents al…

Can Coding Agents Reproduce Findings in Computational Materials Science?

2026-05-01 · Ziyang Huang, Yi Cao, Ali K. Shargh, Jing Luo 외 arxiv

Large language models are increasingly deployed as autonomous coding agents and have achieved remarkably strong performance on software engineering benchmarks. However, it is unclear whether such success transfers to com…

Is Agent Code Less Maintainable Than Human Code?

2026-06-19 · Shaswat Patel, Betty Li Hou, Arun Purohit, Kai Xu 외 arxiv

Maintainability is a core dimension of software engineering, shaping how code is written, reviewed, and developed over time. While coding agents have demonstrated strong performance on single-issue tasks, it remains uncl…

Diversity Empowers Intelligence: Integrating Expertise of Software Engineering Agents

2024-08-13 · Kexun Zhang, Weiran Yao, Zuxin Liu, Yihao Feng 외

Large language model (LLM) agents have shown great potential in solving real-world software engineering (SWE) problems. The most advanced open-source SWE agent can resolve over 27% of real GitHub issues in SWE-Bench Lite…

DiversityLanguage ModelingLanguage ModellingLarge Language Model