English

Reformulate, Retrieve, Localize: Agents for Repository-Level Bug Localization

Software Engineering 2025-12-09 v1 Artificial Intelligence Information Retrieval

Abstract

Bug localization remains a critical yet time-consuming challenge in large-scale software repositories. Traditional information retrieval-based bug localization (IRBL) methods rely on unchanged bug descriptions, which often contain noisy information, leading to poor retrieval accuracy. Recent advances in large language models (LLMs) have improved bug localization through query reformulation, yet the effect on agent performance remains unexplored. In this study, we investigate how an LLM-powered agent can improve file-level bug localization via lightweight query reformulation and summarization. We first employ an open-source, non-fine-tuned LLM to extract key information from bug reports, such as identifiers and code snippets, and reformulate queries pre-retrieval. Our agent then orchestrates BM25 retrieval using these preprocessed queries, automating localization workflow at scale. Using the best-performing query reformulation technique, our agent achieves 35% better ranking in first-file retrieval than our BM25 baseline and up to +22% file retrieval performance over SWE-agent.

Keywords

Cite

@article{arxiv.2512.07022,
  title  = {Reformulate, Retrieve, Localize: Agents for Repository-Level Bug Localization},
  author = {Genevieve Caumartin and Glaucia Melo},
  journal= {arXiv preprint arXiv:2512.07022},
  year   = {2025}
}

Comments

Accepted at BoatSE 2026

R2 v1 2026-07-01T08:13:58.533Z