Empirically Revisiting and Enhancing Automatic Classification of Bug and Non-Bug Issues

Zhong Li,Minxue Pan,Yu Pei,Tian Zhang,Linzhang Wang,Xuandong Li
DOI: https://doi.org/10.1007/s11704-023-2771-z
IF: 2.6688
2024-01-01
Frontiers of Computer Science
Abstract:A large body of research effort has been dedicated to automated issue classification for Issue Tracking Systems (ITSs). Although the existing approaches have shown promising performance, the different design choices, including the different textual fields, feature representation methods and machine learning algorithms adopted by existing approaches, have not been comprehensively compared and analyzed. To fill this gap, we perform the first extensive study of automated issue classification on 9 state-of-the-art issue classification approaches. Our experimental results on the widely studied dataset reveal multiple practical guidelines for automated issue classification, including: (1) Training separate models for the issue titles and descriptions and then combining these two models tend to achieve better performance for issue classification; (2) Word embedding with Long Short-Term Memory (LSTM) can better extract features from the textual fields in the issues, and hence, lead to better issue classification models; (3) There exist certain terms in the textual fields that are helpful for building more discriminating classifiers between bug and non-bug issues; (4) The performance of the issue classification model is not sensitive to the choices of ML algorithms. Based on our study outcomes, we further propose an advanced issue classification approach, D eep L abel , which can achieve better performance compared with the existing issue classification approaches.
What problem does this paper attempt to address?