Towards Training Set Reduction for Bug Triage
Weiqin Zou, Yan Hu, Jifeng Xuan, He Jiang

TL;DR
This paper proposes a combined feature and instance selection approach to reduce training set size in bug triage, leading to improved accuracy with significantly smaller datasets.
Contribution
It introduces a novel training set reduction method using feature and instance selection techniques specifically for bug triage.
Findings
70% of words removed from training set
50% of bug reports removed after reduction
Smaller training sets achieve better accuracy
Abstract
Bug triage is an important step in the process of bug fixing. The goal of bug triage is to assign a new-coming bug to the correct potential developer. The existing bug triage approaches are based on machine learning algorithms, which build classifiers from the training sets of bug reports. In practice, these approaches suffer from the large-scale and low-quality training sets. In this paper, we propose the training set reduction with both feature selection and instance selection techniques for bug triage. We combine feature selection with instance selection to improve the accuracy of bug triage. The feature selection algorithm, instance selection algorithm Iterative Case Filter, and their combinations are studied in this paper. We evaluate the training set reduction on the bug data of Eclipse. For the training set, 70% words and 50% bug reports are removed after the training set…
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 · Software Testing and Debugging Techniques · Machine Learning and Data Classification
