paper-with-me

Papers

Pull Requests as a Training Signal for Repo-Level Code Editing

2026-02-07 · Qinglin Zhu, Tianyu Chen, Shuai Lu, Lei Ji, Runcong Zhao, Murong Ma, Xiangxiang Dai, Yulan He, Lin Gui, Peng cheng, Yeyun Gong arxiv

Repository-level code editing requires models to understand complex dependencies and execute precise multi-file modifications across a large codebase. While recent gains on SWE-bench rely heavily on complex agent scaffolding, it remains unclear how much of this capability can be internalised via high-quality training signals. To address this, we propose Clean Pull Request (Clean-PR), a mid-training paradigm that leverages real-world GitHub pull requests as a training signal for repository-level editing. We introduce a scalable pipeline that converts noisy pull request diffs into Search/Replace edit blocks through reconstruction and validation, resulting in the largest publicly available corpus of 2 million pull requests spanning 12 programming languages. Using this training signal, we perform a mid-training stage followed by an agentless-aligned supervised fine-tuning process with error-driven data augmentation. On SWE-bench, our model significantly outperforms the instruction-tuned baseline, achieving absolute improvements of 13.6% on SWE-bench Lite and 12.3% on SWE-bench Verified. These results demonstrate that repository-level code understanding and editing capabilities can be effectively internalised into model weights under a simplified, agentless protocol, without relying on heavy inference-time scaffolding.

📄 PDF Abstract BibTeX arXiv:2602.07457

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

SWE-Future: Forecast-Conditioned Data Synthesis for Future-Oriented Software Engineering Agents

2026-06-17 · Qiao Zhao, JianYing Qu, Jun Zhang, Yehua Yang 외 arxiv

Realistic coding-agent benchmarks often replay public GitHub issues and pull requests, making them vulnerable to overlap with model pretraining, fine-tuning, synthetic-data generation, or benchmark-driven model selection…

Nudge: Accelerating Overdue Pull Requests Towards Completion

2020-11-25 · Chandra Maddila, Sai Surya Upadrasta, Chetan Bansal, Nachiappan Nagappan 외

Pull requests are a key part of the collaborative software development and code review process today. However, pull requests can also slow down the software development process when the reviewer(s) or the author do not a…

Action DetectionActivity Detection

When AI Teammates Meet Code Review: Collaboration Signals Shaping the Integration of Agent-Authored Pull Requests

2026-02-23 · Costain Nachuma, Minhaz Zibran arxiv

Autonomous coding agents increasingly contribute to software development by submitting pull requests on GitHub; yet, little is known about how these contributions integrate into human-driven review workflows. We present …

SWE-Bench++: A Framework for the Scalable Generation of Software Engineering Benchmarks from Open-Source Repositories

2025-12-19 · Lilin Wang, Lucas Ramalho, Alan Celestino, Phuc Anthony Pham 외 arxiv

Benchmarks like SWE-bench have standardized the evaluation of Large Language Models (LLMs) on repository-level software engineering tasks. However, these efforts remain limited by manual curation, static datasets, and a …

Code Generation

ConE: A Concurrent Edit Detection Tool for Large Scale Software Development

2021-01-16 · Chandra Maddila, Nachiappan Nagappan, Christian Bird, Georgios Gousios 외

Modern, complex software systems are being continuously extended and adjusted. The developers responsible for this may come from different teams or organizations, and may be distributed over the world. This may make it d…