paper-with-me

Papers

Beyond Isolated Tasks: A Framework for Evaluating Coding Agents on Sequential Software Evolution

2026-04-03 · KN Ajay Shastry, Ganesh Senrayan, Shrey Satapara, Pranoy Panda, Chaitanya Devaguptapu arxiv

Existing datasets for coding agents evaluate performance on isolated, single pull request (PR) tasks in a stateless manner, failing to capture the reality of real-world software development where code changes accumulate, technical debt accrues, and test suites grow over time. To bridge this gap, we introduce an automated coding task generation framework, which helps generate our dataset SWE-STEPS, that evaluates coding agents on long-horizon tasks through two realistic settings mirroring actual developer workflows: Conversational coding with iterative requests, and single-shot Project Requirement document (PRD)-based coding. Unlike existing datasets that evaluate agents on disjointed Pull Requests (PRs), our framework assesses performance across chains of dependent PRs, enabling evaluation of sequential execution, regression verification, and long-term repository health. We discover that widely used isolated PR evaluations yield inflated success rates, w.r.t. our settings - overshooting performance by as much as 20 percentage points - because they ignore the ``spillover'' effects of previous inefficient or buggy code. Furthermore, our analysis reveals that even when agents successfully resolve issues, they degrade repository health by generating code with higher cognitive complexity and technical debt compared to human developers, underscoring the necessity for multidimensional evaluation.

📄 PDF Abstract BibTeX arXiv:2604.03035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution

2026-03-13 · Gangda Deng, Zhaoling Chen, Zhongming Yu, Haoyang Fan 외 arxiv

Real-world software must continuously evolve to meet ever-changing and open-ended requirements. AI agents, increasingly deployed as long-running systems, are now entrusted to drive this evolution. Yet, existing benchmark…

Beyond Output Correctness: Benchmarking and Evaluating Large Language Model Reasoning in Coding Tasks

2026-04-14 · Yuangang Li, Justin Tian Jin Chen, Ethan Yu, David Hong 외 arxiv

Large language models (LLMs) increasingly rely on explicit reasoning to solve coding tasks, yet evaluating the quality of this reasoning remains challenging. Existing reasoning evaluators are not designed for coding, and…

Code Generation

SWE-Chain: Benchmarking Coding Agents on Chained Release-Level Package Upgrades

2026-05-14 · Man Ho Lam, Chaozheng Wang, Hange Liu, Jingyu Xiao 외 arxiv

Coding agents powered by large language models are increasingly expected to perform realistic software maintenance tasks beyond isolated issue resolution. Existing benchmarks have shifted toward realistic software evolut…

NARRA-Gym for Evaluating Interactive Narrative Agents

2026-05-08 · Yue Huang, Yuchen Ma, Jiayi Ye, Wenjie Wang 외 arxiv

Interactive narrative tasks require LLMs to sustain a coherent, evolving story while adapting to a user over multiple turns. However, suitable benchmarks for this setting are limited: existing evaluations often focus on …

Story Generation

From Tools to Teammates: Evaluating LLMs in Multi-Session Coding Interactions

2025-02-19 · Nathanaël Carraz Rakotonirina, Mohammed Hamdy, Jon Ander Campos, Lucas Weber 외

Large Language Models (LLMs) are increasingly used in working environments for a wide range of tasks, excelling at solving individual problems in isolation. However, are they also able to effectively collaborate over lon…