paper-with-me

홈 › Papers

Training Software Engineering Agents and Verifiers with SWE-Gym

2024-12-30 · Jiayi Pan, Xingyao Wang, Graham Neubig, Navdeep Jaitly, Heng Ji, Alane Suhr, Yizhe Zhang

We present SWE-Gym, the first environment for training real-world software engineering (SWE) agents. SWE-Gym contains 2,438 real-world Python task instances, each comprising a codebase with an executable runtime environment, unit tests, and a task specified in natural language. We use SWE-Gym to train language model based SWE agents, achieving up to 19% absolute gains in resolve rate on the popular SWE-Bench Verified and Lite test sets. We also experiment with inference-time scaling through verifiers trained on agent trajectories sampled from SWE-Gym. When combined with our fine-tuned SWE agents, we achieve 32.0% and 26.0% on SWE-Bench Verified and Lite, respectively, reflecting a new state-of-the-art for open-weight SWE agents. To facilitate further research, we publicly release SWE-Gym, models, and agent trajectories.

📄 PDF Abstract BibTeX arXiv:2412.21139

Code (2)

swe-gym/swe-gym 공식 구현
multi-swe-bench/multi-swe-bench

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Can ChatGPT support software verification?

2023-11-04 · Christian Janßen, Cedric Richter, Heike Wehrheim

Large language models have become increasingly effective in software engineering tasks such as code generation, debugging and repair. Language models like ChatGPT can not only generate code, but also explain its inner wo…

Code Generationvalid

SWE-RM: Execution-free Feedback For Software Engineering Agents

2025-12-26 · KaShun Shum, Binyuan Hui, Jiawei Chen, Lei Zhang 외 arxiv

Execution-based feedback like unit testing is widely used in the development of coding agents through test-time scaling (TTS) and reinforcement learning (RL). This paradigm requires scalable and reliable collection of un…

Reinforcement Learning

OpenComputer: Verifiable Software Worlds for Computer-Use Agents

2026-05-19 · Jinbiao Wei, Qianran Ma, Yilun Zhao, Xiao Zhou 외 arxiv

We present OpenComputer, a verifier-grounded framework for constructing verifiable software worlds for computer-use agents. OpenComputer integrates four components: (1) app-specific state verifiers that expose structured…

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,…

SWE-Universe: Scale Real-World Verifiable Environments to Millions

2026-02-02 · Mouxiang Chen, Lei Zhang, Yunlong Feng, Xuwu Wang 외 arxiv

We propose SWE-Universe, a scalable and efficient framework for automatically constructing real-world software engineering (SWE) verifiable environments from GitHub pull requests (PRs). To overcome the prevalent challeng…

Reinforcement Learning