[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Learning Software Bug Reports: A Systematic Literature Review

Created by
  • Haebom

Author

Guoming Long, Jingzhi Gong, Hui Fang, Tao Chen

Outline

This paper presents the results of a systematic literature review of the field of machine learning (ML)-based bug report analysis. We reviewed 1,825 papers and analyzed 204 of them in depth. We summarize the results of the analysis into seven major findings: the utilization of algorithms such as CNN, LSTM, and kNN; feature representation using Word2Vec and TF-IDF; preprocessing methods; software projects to be evaluated; key analysis tasks; and evaluation metrics. We also suggest six directions for future research. In particular, we point out the lack of advanced models such as BERT and the absence of rigorous statistical testing.

Takeaways, Limitations

Takeaways:
Provides a comprehensive understanding of trends in machine learning-based bug report analysis research
Understand the current status of utilization of major algorithms such as CNN, LSTM, kNN, and feature representation techniques such as Word2Vec and TF-IDF
Presenting the latest trends in bug report preprocessing, analysis tasks, and evaluation metrics
Provides useful insights to researchers by suggesting future research directions
Limitations:
Lack of analysis of the causes of the underutilization of advanced models such as BERT
Many studies lack rigorous statistical testing
👍