paper-with-me

홈 › Papers

DeepSWE: Measuring Frontier Coding Agents on Original, Long-Horizon Engineering Tasks

2026-07-08 · Wenqi Huang, Charley Lee, Leonard Tng, Serena Ge arxiv

DeepSWE is a benchmark of 113 original, long-horizon software engineering tasks for evaluating coding agents. Most public agentic coding benchmarks follow SWE-bench in mining merged fixes from public GitHub repositories, which creates two problems: the fixes and their discussion were likely seen during pretraining, so a high score can reflect recall rather than problem-solving; and each task is graded by the tests that shipped with its merged fix, which were written to confirm one specific fix rather than grade an arbitrary solution, so they can fail a correct alternative or pass an incomplete one. DeepSWE avoids both. Its tasks are written from scratch across 91 active open-source repositories and five languages and are never contributed back upstream, so their reference solutions stay out of the public record that model training scrapes; and each task is graded by a hand-written verifier that checks the requested functionality and accepts any implementation that provides it. When an independent LLM judge re-reviews graded runs, it disagrees with DeepSWE's verifier about an order of magnitude less often than with SWE-Bench Pro's inherited tests (1.4% versus 32.4%). Despite being about half the length of SWE-Bench Pro's prompts, DeepSWE's prompts describe tasks whose reference solutions touch 5.5x more code, and the benchmark separates frontier agents across a wider score band than the leaderboards on which they otherwise cluster. We release the benchmark, its verifiers, and the full record of evaluation trajectories.

📄 PDF Abstract BibTeX arXiv:2607.07946

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CodeMidas: Scaling Agentic Coding RL Environments from Code Itself

2026-09-18 · Bowen Ye, Lei Li, Shicheng Li, Zihao Yue 외 hf

Training capable coding agents via reinforcement learning (RL) requires diverse tasks with reliable verifiers. Open-source codebases offer a rich source of such tasks, while existing methods typically rely on development…

Reinforcement Learning

MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis

2026-07-29 · Yihao Chen, Shi Chang, Khaled Chawa, Feng Lin 외 hf

Coding agents have made substantial progress on software engineering tasks that modify existing codebases, including bug fixing and feature implementation. However, constructing a complete program from scratch remains a …

Program Synthesis

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

2026-08-03 · Yuqiao Tan, Jinxiang Meng, Fangyu Lei, Minzheng Wang 외 hf

Real-world software development requires coding agents to operate in shared workspaces where users may inspect and modify code during an ongoing task, yet existing repository-level benchmarks typically evaluate agents wo…

AI Coding Agents Can Reproduce Social Science Findings

2026-06-09 · Meysam Alizadeh, Mohsen Mosleh, Fabrizio Gilardi, Atoosa Kasirzadeh 외 arxiv

Recent anecdotal evidence suggests that AI coding agents can reproduce published findings when provided with original data and code; yet systematic evaluation across social sciences remains limited. Existing evaluation b…

ReplicationBench: Can AI Agents Replicate Astrophysics Research Papers?

2025-10-28 · Christine Ye, Sihan Yuan, Suchetha Cooray, Steven Dillmann 외 arxiv

Frontier AI agents show increasing promise as scientific research assistants, and may eventually be useful for extended, open-ended research workflows. However, in order to use agents for novel research, we must first as…