paper-with-me

홈 › Papers

Loc2Repair: A Framework for Evaluating the Impact of File-Level Issue Localization in Repo-Level LLM Repair

2026-06-29 · Mohammad Nour Al Awad, Sergey Ivanov arxiv

Repository-grounded automated repair is often reported as a single end-to-end capability, which hides distinct failure modes such as poor file targeting, incorrect patch synthesis, and failed iterative debugging. We present Loc2Repair, a modular evaluation framework for controlled analysis of repository-grounded repair pipelines, and use it to isolate file-level issue localization as an upstream variable. Loc2Repair decouples localization and repair under a shared runtime, artifact schema, and evaluation harness, allowing researchers to combine different localization models and repair backbones under matched conditions. Using three repair backbones on SWE-bench Verified, we compare baseline repair without explicit localization, repair guided by predicted localization from two localizers, and repair guided by gold modified-file sets. Explicit localization consistently improves resolved rate across all backbones: pooled performance increases from 44.7% for baseline repair to 48.9% and 49.1% with predicted localization, and to 52.4% with gold localization. Localization also reduces mean elapsed time overall: in pooled paired analysis, mean elapsed time decreases by 100.94 s and 52.25 s for the two predicted-localization settings, and by 154.45 s with gold guidance, although token effects remain heterogeneous across models. Overall, Loc2Repair shows file-level localization is a consistent repair lever, improving effectiveness and mean latency in pooled analysis, while gold-guided failures expose headroom beyond localization.

📄 PDF Abstract BibTeX arXiv:2606.30963

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Role of Fault Localization Context for LLM-Based Program Repair

2026-04-07 · Melika Sepidband, Hung Viet Pham, Hadi Hemmati arxiv

Fault Localization (FL) is a key component of Large Language Model (LLM)-based Automated Program Repair (APR), yet its impact remains underexplored. In particular, it is unclear how much localization is needed, whether a…

Program Repair

A Study on the Impact of Fault localization Granularity for Repository-Scale Code Repair Tasks

2026-03-31 · Joseph Townsend, Chandresh Pravin, Kwun Ho Ngan, Matthieu Parizy arxiv

Automatic program repair can be a challenging task, especially when resolving complex issues at a repository-level, which often involves issue reproduction, fault localization, code repair, testing and validation. Issues…

Program RepairCode Repair

RepoRepair: Leveraging Code Documentation for Repository-Level Automated Program Repair

2026-03-01 · Zhongqiang Pan, Chuanyi Li, Wenkang Zhong, Yi Feng 외 arxiv

Automated program repair (APR) struggles to scale from isolated functions to full repositories, as it demands a global, task-aware understanding to locate necessary changes. Current methods, limited by context and relian…

Program Repair

BLAgent: Agentic RAG for File-Level Bug Localization

2026-05-18 · Md Afif Al Mamun, Gias Uddin arxiv

Bug localization remains a key bottleneck for large language model (LLM)-based software maintenance, where accurately identifying faulty code is essential for debugging, root cause analysis, triage, and automated program…

Program Repair

Dynamic Evaluation of Power Distribution Lines for Determining the Number of Repair Teams and Prioritizing the Resolution of Faults Caused by High-Impact Low-Probability Events

2021-05-23 · Hamidreza Sharifi Moghaddam, Reza Dashti, Abolfazl Ahmadi

In order to increase the resilience of distribution systems against high-impact low-probability (HILP) events, it is important to prioritize the damaged assets so that the lost loads, especially critical and important lo…