RAISEDAL / RAISEReadingList

This repository contains a reading list of Software Engineering papers and articles!
0 stars 0 forks source link

Paper Review: BURT: A Chatbot for Interactive Bug Reporting #70

Open usmimukherjee opened 1 year ago

usmimukherjee commented 1 year ago

Publisher

ICSE

Link to The Paper

https://arxiv.org/abs/2302.06050

Name of The Authors

Yang Song, Junayed Mahmud, Nadeeshan De Silva, Ying Zhou, Oscar Chaparro, Kevin Moran, Andrian Marcus, Denys Poshyvanyk

Year of Publication

2023

Summary

They designed a tool called BURT to assist Android app end-users in reporting high-quality defect information using an interactive interface. Guides the users in reporting essential bug report elements, i.e., the observed behavior, expected behavior, and the steps to reproduce the bug. It verifies the quality of the text written by the user and provides instant feedback. In addition, BURT provides graphical suggestions that the users can choose as alternatives to textual descriptions. It implements techniques based on natural language processing, dynamic software analysis, and automated bug report quality assessment.

Contributions of The Paper

Key Contributions :

BURT's architecture has three main components :

Comments

No response