paper-with-me

홈 › Papers

Improved IR-based Bug Localization with Intelligent Relevance Feedback

2025-01-17 · Asif Mohammed Samir, Mohammad Masudur Rahman

Software bugs pose a significant challenge during development and maintenance, and practitioners spend nearly 50% of their time dealing with bugs. Many existing techniques adopt Information Retrieval (IR) to localize a reported bug using textual and semantic relevance between bug reports and source code. However, they often struggle to bridge a critical gap between bug reports and code that requires in-depth contextual understanding, which goes beyond textual or semantic relevance. In this paper, we present a novel technique for bug localization - BRaIn - that addresses the contextual gaps by assessing the relevance between bug reports and code with Large Language Models (LLM). It then leverages the LLM's feedback (a.k.a., Intelligent Relevance Feedback) to reformulate queries and re-rank source documents, improving bug localization. We evaluate BRaIn using a benchmark dataset, Bench4BL, and three performance metrics and compare it against six baseline techniques from the literature. Our experimental results show that BRaIn outperforms baselines by 87.6%, 89.5%, and 48.8% margins in MAP, MRR, and HIT@K, respectively. Additionally, it can localize approximately 52% of bugs that cannot be localized by the baseline techniques due to the poor quality of corresponding bug reports. By addressing the contextual gaps and introducing Intelligent Relevance Feedback, BRaIn advances not only theory but also improves IR-based bug localization.

📄 PDF Abstract BibTeX arXiv:2501.10542

Code (1)

asifsamir/brain 공식 구현 pytorch

Tasks

Information Retrieval

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

An Improved Relevance Feedback in CBIR

2020-06-21 · Subhadip Maji, Smarajit Bose

Relevance Feedback in Content-Based Image Retrieval is a method where the feedback of the performance is being used to improve itself. Prior works use feature re-weighting and classification techniques as the Relevance F…

Content-Based Image RetrievalImage RetrievalRetrieval

Localization Boosting for Growth Markets: Mitigating Cross-Locale Behavioral Bias in Learning-to-Rank

2026-05-11 · Suryaa Veerabathiran Seran, Ashwin Naresh Kumar, Tracy Holloway King, Jing Zheng arxiv

Adobe Express is expanding internationally, but the US has a disproportionately large content supply and interaction volume. Learning-to-rank (LTR) models trained primarily on behavioral feedback inherit this imbalance: …

Revisiting Iterative Relevance Feedback for Document and Passage Retrieval

2018-12-13 · Keping Bi, Qingyao Ai, W. Bruce Croft

As more and more search traffic comes from mobile phones, intelligent assistants, and smart-home devices, new challenges (e.g., limited presentation space) and opportunities come up in information retrieval. Previously, …

Information RetrievalPassage RetrievalRetrieval

Reconfigurable Intelligent Surfaces and Machine Learning for Wireless Fingerprinting Localization

2020-10-07 · Cam Ly Nguyen, Orestis Georgiou, Gabriele Gradoni

Reconfigurable Intelligent Surfaces (RISs) promise improved, secure and more efficient wireless communications. We propose and demonstrate how to exploit the diversity offered by RISs to generate and select easily differ…

BIG-bench Machine LearningDiversityfeature selectionPosition

Revisiting Relevance Feedback for CLIP-based Interactive Image Retrieval

2024-04-25 · Ryoya Nara, Yu-Chieh Lin, Yuji Nozawa, Youyang Ng 외

Many image retrieval studies use metric learning to train an image encoder. However, metric learning cannot handle differences in users' preferences, and requires data to train an image encoder. To overcome these limitat…

Image RetrievalMetric LearningRetrieval