Recommending Similar Bug Reports: A Novel Approach Using Document Embedding Model

Dongyang Hu,Ming Chen,Tao Wang,Junsheng Chang,Gang Yin,Yue Yu,Yang Zhang
DOI: https://doi.org/10.1109/apsec.2018.00108
2018-01-01
Abstract:In the software development, it is not uncommon to find that several bug reports are related to many common code files, i.e., similar bugs. Similar bug recommendation is a meaningful task which can assist developers in bug triaging and fixing. As the state of the art, Yang et al.'s work presented an approach that combines TF-IDF method with word embedding model and achieved a good result. To further improve the performance of their approach, in this paper, we propose a novel approach using Document Embedding model. In our preliminary evaluation, we conduct the experiment on 13,090 bug reports from the Eclipse platform and the results show that our approach outperforms Yang et al.'s, with 7.89-8.96% of improvement.
What problem does this paper attempt to address?