Extractive Summarization of Related Bug-fixing Comments in Support of Bug Repair. Krasniqi, R. In 2021 IEEE/ACM 2nd International Workshop on Automated Program Repair (APR) co-located with ICSE, pages 31–32, Madrid, Spain, June, 2021. IEEE.
doi  abstract   bibtex   18 downloads  
When developers investigate a new bug report, they search for similar previously fixed bug reports and discussion threads attached to them. These discussion threads convey important information about the behavior of the bug including relevant bug-fixing comments. Often times, these discussion threads become extensively lengthy due to the severity of the reported bug. This adds another layer of complexity, especially if relevant bug-fixing comments intermingle with seemingly unrelated comments. To manually detect these relevant comments among various cross-cutting discussion threads can become a daunting task when dealing with high volume of bug reports. To automate this process, our focus is to initially extract and detect comments in the context of query relevance, the use of positive language, and semantic relevance. Then, we merge these comments in the form of a summary for easy understanding. Specifically, we combine Sentiment Analysis, and the TextRank Model with the baseline Vector Space Model (VSM). Preliminary findings indicate that bug-fixing comments tend to be positive and there exists a semantic relevance with comments from other cross-cutting discussion threads. The results also indicate that our combined approach improves overall ranking performance against the baseline VSM.
@inproceedings{krasniqi_extractive_2021,
	address = {Madrid, Spain},
	title = {Extractive {Summarization} of {Related} {Bug}-fixing {Comments} in {Support} of {Bug} {Repair}},
	isbn = {978-1-66544-472-9},
	doi = {10.1109/APR52552.2021.00014},
	abstract = {When developers investigate a new bug report, they search for similar previously fixed bug reports and discussion threads attached to them. These discussion threads convey important information about the behavior of the bug including relevant bug-fixing comments. Often times, these discussion threads become extensively lengthy due to the severity of the reported bug. This adds another layer of complexity, especially if relevant bug-fixing  comments intermingle with seemingly unrelated  comments. To manually detect these relevant comments among various cross-cutting discussion threads can become a daunting task when dealing with high volume of bug reports. To automate this process, our focus is to initially extract and detect comments in the context of query relevance, the use of positive language, and semantic relevance. Then, we merge these comments in the form of a summary for easy understanding. Specifically, we combine Sentiment Analysis, and the TextRank Model with the baseline Vector Space Model (VSM). Preliminary findings indicate that bug-fixing comments tend to be positive and there exists a semantic relevance with comments from other cross-cutting discussion threads. The results also indicate that our combined approach improves overall ranking performance against the baseline VSM.},
	language = {en},
	urldate = {2022-09-29},
	booktitle = {2021 {IEEE}/{ACM} 2nd {International} {Workshop} on {Automated} {Program} {Repair} ({APR}) co-located with {ICSE}},
	publisher = {IEEE},
	author = {Krasniqi, Rrezarta},
	month = jun,
	year = {2021},
	keywords = {Conference Workshop Papers},
	pages = {31--32},
}

Downloads: 18