RAISEDAL / RAISEReadingList

This repository contains a reading list of Software Engineering papers and articles!
0 stars 0 forks source link

Paper Review: Fast Changeset-based Bug Localization with BERT #69

Open usmimukherjee opened 1 year ago

usmimukherjee commented 1 year ago

Publisher

ICSE

Link to The Paper

https://arxiv.org/pdf/2112.14169v1.pdf

Name of The Authors

Agnieszka Ciborowska, Kostadin Damevski

Year of Publication

2022

Summary

This paper applies BERT to the problem of changeset-based bug localization with the goal of improved retrieval quality, especially on bug reports where straightforward textual similarity would not suffice. They describe an architecture for IR that leverages BERT without compromising retrieval speed and response time. In addition, they examine a number of design decisions that can be beneficial in leveraging BERT-like models for bug localization, including how best to encode changesets and their unique structure. They compare the accuracy and performance of their model to a non-contextual baseline (i.e., vector space model) and BERT-based architectures previously used in software engineering. The evaluation results demonstrate advantages in using the proposed BERT model compared to the baselines, especially for bug reports that lack any hints about related code elements

Contributions of The Paper

The main contributions of this paper are:

Comments

No response