DeepTriage: Exploring the Effectiveness of Deep Learning for Bug Triaging
Senthil Mani, Anush Sankaran, Rahul Aralikatte

TL;DR
This paper introduces DeepTriage, a deep learning approach using attention-based bidirectional RNNs for bug report classification, significantly improving accuracy over traditional methods by capturing syntactic and semantic features.
Contribution
The paper presents a novel bug report representation using an attention-based deep bidirectional RNN, and provides a large, publicly available dataset for reproducibility and benchmarking.
Findings
DBRNN-A outperforms bag-of-words models in accuracy
Leveraging large datasets improves model performance
Public dataset enables reproducibility and further research
Abstract
For a given software bug report, identifying an appropriate developer who could potentially fix the bug is the primary task of a bug triaging process. A bug title (summary) and a detailed description is present in most of the bug tracking systems. Automatic bug triaging algorithm can be formulated as a classification problem, with the bug title and description as the input, mapping it to one of the available developers (classes). The major challenge is that the bug description usually contains a combination of free unstructured text, code snippets, and stack trace making the input data noisy. The existing bag-of-words (BOW) feature models do not consider the syntactical and sequential word information available in the unstructured text. We propose a novel bug report representation algorithm using an attention based deep bidirectional recurrent neural network (DBRNN-A) model that learns…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Topic Modeling · Advanced Malware Detection Techniques
