paper-with-me

Papers

Automatically Matching Bug Reports With Related App Reviews

2021-02-14 · Marlo Häring, Christoph Stanik, Walid Maalej

App stores allow users to give valuable feedback on apps, and developers to find this feedback and use it for the software evolution. However, finding user feedback that matches existing bug reports in issue trackers is challenging as users and developers often use a different language. In this work, we introduce DeepMatcher, an automatic approach using state-of-the-art deep learning methods to match problem reports in app reviews to bug reports in issue trackers. We evaluated DeepMatcher with four open-source apps quantitatively and qualitatively. On average, DeepMatcher achieved a hit ratio of 0.71 and a Mean Average Precision of 0.55. For 91 problem reports, DeepMatcher did not find any matching bug report. When manually analyzing these 91 problem reports and the issue trackers of the studied apps, we found that in 47 cases, users actually described a problem before developers discovered and documented it in the issue tracker. We discuss our findings and different use cases for DeepMatcher.

📄 PDF Abstract BibTeX arXiv:2102.07134

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SENSOR: An ML-Enhanced Online Annotation Tool to Uncover Privacy Concerns from User Reviews in Social-Media Applications

2025-07-14 · Labiba Farah, Mohammad Ridwan Kabir, Shohel Ahmed, MD Mohaymen Ul Anam 외 arxiv

The widespread use of social media applications has raised significant privacy concerns, often highlighted in user reviews. These reviews also provide developers with valuable insights into improving apps by addressing i…

Predicting health inspection results from online restaurant reviews

2016-03-17 · Samantha Wong, Hamidreza Chinaei, Frank Rudzicz

Informatics around public health are increasingly shifting from the professional to the public spheres. In this work, we apply linguistic analytics to restaurant reviews, from Yelp, in order to automatically predict offi…

General Classification

Pattern Learning for Detecting Defect Reports and Improvement Requests in App Reviews

2020-04-19 · Gino V. H. Mangnoesing, Maria Mihaela Trusca, Flavius Frasincar

Online reviews are an important source of feedback for understanding customers. In this study, we follow novel approaches that target this absence of actionable insights by classifying reviews as defect reports and reque…

On the Identification of the Energy related Issues from the App Reviews

2023-04-22 · Noshin Nawal

The energy inefficiency of the apps can be a major issue for the app users which is discussed on App Stores extensively. Previous research has shown the importance of investigating the energy related app reviews to ident…

App Review Driven Collaborative Bug Finding

2023-01-07 · Xunzhu Tang, Haoye Tian, Pingfan Kong, Kui Liu 외

Software development teams generally welcome any effort to expose bugs in their code base. In this work, we build on the hypothesis that mobile apps from the same category (e.g., two web browser apps) may be affected by …