paper-with-me

Papers

What Makes Software Issue Resolution Tasks Difficult for Agents?

2026-08-18 · Ebtesam Al-Haque, Brittany Johnson arxiv

Background. Advances in agentic systems are simultaneously, and rapidly, saturating benchmarks. Despite this often discussed phenomena, benchmark scores remain difficult to interpret due to the lack of control and characterization of task difficulty. More specifically, we currently have little understanding of what makes one task harder than another, and to what extent task difficulty is predictable from static task properties. Aims. We propose a measurement framework to investigate and systematically quantify what structural properties of software tasks correspond to agent success rates for issue resolution tasks. Method. We conducted a large scale empirical study on CoderForge-Preview, the largest open dataset of coding agent trajectories to date, by extracting features across task patch, repository and prompt. We evaluated the predictive power of each feature against task outcomes using ensemble methods, SHAP attribution, and effect size analysis. Results We found that task difficulty is substantially predictable from static features (AU C = 0.863) and is largely driven by patch fragmentation and repository scale. Prompt linguistic features become visible among top contributors for tasks in the mid-band, revealing a layered structure of difficulty. Conclusion. The difficulty of an issue resolution task is encoded in its structure. This enables static, pre-hoc difficulty estimation and lays the groundwork for difficulty-controlled benchmark construction for evaluation of agents.

📄 PDF Abstract BibTeX arXiv:2608.18280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparative analysis of real bugs in open-source Machine Learning projects -- A Registered Report

2022-09-20 · Tuan Dung Lai, Anj Simmons, Scott Barnett, Jean-Guy Schneider 외

Background: Machine Learning (ML) systems rely on data to make predictions, the systems have many added components compared to traditional software systems such as the data processing pipeline, serving pipeline, and mode…

Asking What Matters: Reward-Driven Clarification for Software Engineering Tasks

2026-04-16 · Sanidhya Vijayvargiya, Vijay Viswanathan, Graham Neubig arxiv

Humans often specify tasks incompletely, so assistants must know when and how to ask clarifying questions. However, effective clarification remains challenging in software engineering tasks as not all missing information…

Reinforcement Learning

Agentic Software Issue Resolution with Large Language Models: A Survey

2025-12-24 · Zhonghao Jiang, David Lo, Zhongxin Liu arxiv

Software issue resolution aims to address real-world issues in software repositories based on natural language descriptions provided by users, and represents a key aspect of software maintenance. With the rapid developme…

Reinforcement LearningDecision Making

Can Agents Fix Agent Issues?

2025-05-27 · Alfin Wijaya Rahardja, Junwei Liu, Weitong Chen, Zhenpeng Chen 외

LLM-based agent systems are emerging as a new software paradigm and have been widely adopted across diverse domains such as medicine, robotics, and programming. However, maintaining these systems requires substantial eff…

SWE-MeM: Learning Adaptive Memory Management for Long-Horizon Coding Agents

2026-06-26 · Shuzheng Gao, Wenhao Zeng, Zhaojian Yu, Jianqiao Wangni 외 arxiv

Long-horizon software engineering agents often need to manage lengthy and noisy interaction histories under limited context budgets. Existing memory management methods typically rely on static compression workflows or im…