paper-with-me

홈 › Papers

A Benchmark for Localizing Code and Non-Code Issues in Software Projects

2025-09-26 · Zejun Zhang, Jian Wang, Qingyun Yang, Yifan Pan, Yi Tang, Yi Li, Zhenchang Xing, Tian Zhang, Xuandong Li, Guoan Zhang arxiv

Accurate project localization (e.g., files and functions) for issue resolution is a critical first step in software maintenance. However, existing benchmarks for issue localization, such as SWE-Bench and LocBench, are limited. They focus predominantly on pull-request issues and code locations, ignoring other evidence and non-code files such as commits, comments, configurations, and documentation. To address this gap, we introduce MULocBench, a comprehensive dataset of 1,100 issues from 46 popular GitHub Python projects. Comparing with existing benchmarks, MULocBench offers greater diversity in issue types, root causes, location scopes, and file types, providing a more realistic testbed for evaluation. Using this benchmark, we assess the performance of state-of-the-art localization methods and five LLM-based prompting strategies. Our results reveal significant limitations in current techniques: even at the file level, performance metrics (Acc@5, F1) remain below 40%. This underscores the challenge of generalizing to realistic, multi-faceted issue resolution. To enable future research on project localization for issue resolution, we publicly release MULocBench at https://huggingface.co/datasets/somethingone/MULocBench.

📄 PDF Abstract BibTeX arXiv:2509.25242

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SweRank+: Multilingual, Multi-Turn Code Ranking for Software Issue Localization

2025-12-23 · Revanth Gangi Reddy, Ye Liu, Wenting Zhao, JaeHyeok Doo 외 arxiv

Maintaining large-scale, multilingual codebases hinges on accurately localizing issues, which requires mapping natural-language error descriptions to the relevant functions that need to be modified. However, existing ran…

GSO: Challenging Software Optimization Tasks for Evaluating SWE-Agents

2025-05-29 · Manish Shetty, Naman jain, Jinjian Liu, Vijay Kethanaboyina 외

Developing high-performance software is a complex task that requires specialized expertise. We introduce GSO, a benchmark for evaluating language models' capabilities in developing high-performance software. We develop a…

Localizing Bugs in Program Executions with Graphical Models

2009-12-01 · NeurIPS 2009 12 · Laura Dietz, Valentin Dallmeier, Andreas Zeller, Tobias Scheffer

We devise a graphical model that supports the process of debugging software by guiding developers to code that is likely to contain defects. The model is trained using execution traces of passing test runs; it reflects t…

Bayesian Inference

SWE-fficiency: Can Language Models Optimize Real-World Repositories on Real Workloads?

2025-11-08 · Jeffrey Jian Ma, Milad Hashemi, Amir Yazdanbakhsh, Kevin Swersky 외 arxiv

Optimizing the performance of large-scale software repositories demands expertise in code reasoning and software engineering (SWE) to reduce runtime while preserving program correctness. However, most benchmarks emphasiz…

Evaluating Software Development Agents: Patch Patterns, Code Quality, and Issue Complexity in Real-World GitHub Scenarios

2024-10-16 · Zhi Chen, Lingxiao Jiang

In recent years, AI-based software engineering has progressed from pre-trained models to advanced agentic workflows, with Software Development Agents representing the next major leap. These agents, capable of reasoning, …