2021
DOI: 10.1109/tse.2019.2920771
|View full text |Cite
|
Sign up to set email alerts
|

Deep Transfer Bug Localization

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
36
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 60 publications
(36 citation statements)
references
References 34 publications
0
36
0
Order By: Relevance
“…Maybe only simple bugs?". To bridge this gap, researchers have recently proposed to use deep learning models capable of building semantically rich document representations [4,6,12,16,24,27,33]. Transformerbased models, and BERT in particular, are currently one of the most exciting deep learning techniques achieving broad improvements across a variety of text-based tasks.…”
Section: Problem Descriptionmentioning
confidence: 99%
See 2 more Smart Citations
“…Maybe only simple bugs?". To bridge this gap, researchers have recently proposed to use deep learning models capable of building semantically rich document representations [4,6,12,16,24,27,33]. Transformerbased models, and BERT in particular, are currently one of the most exciting deep learning techniques achieving broad improvements across a variety of text-based tasks.…”
Section: Problem Descriptionmentioning
confidence: 99%
“…The main opportunity in using FBL-BERT is in incorporating additional context and semantics when retrieving bug-inducing changesets, which should provide improvements in accuracy over the state-of-the-art, especially for bug reports that provide high level bug descriptions and lack explicit localization hints. Researchers have identified that a non-trivial amount of bug reports already contain localization hints, i.e., they mention the class or method names relevant to fixing the bug, and some recent approaches for bug localization argue that only bug reports that lack extensive localization hints should be considered in evaluation [17]. We follow the methodology proposed by Kochhar et al [23] to categorize bug reports into 3 groups based on the completeness of localization hints they provide and evaluate the performance for each bug report group separately.…”
Section: Experimental Evaluation 41 Research Questionsmentioning
confidence: 99%
See 1 more Smart Citation
“…Xuan et al [26] proposed a deep learning-based method for bug locating. The bug locating models proposed a ranked list of files based on the probability that a file is the source of the current bug.…”
Section: Related Workmentioning
confidence: 99%
“…Word2vec is the common vector-based methods, in which words are mapped into vectors and similarity is the distance between two corresponding vectors [22]. As deep learning techniques has so excellent performance in natural language processing and computer vision [23], researchers has begun to apply it to software engineering, such as programming analysis [24], code plagiarism [25], code clone [26], code abstract generation, fault location and other applications [27,28]. These new deep learning approaches use representation learning to extract automatically useful information from the amount of unlabeled code data.…”
Section: Source Code Similaritymentioning
confidence: 99%