CLSEAug 2, 2021

Transfer Learning for Mining Feature Requests and Bug Reports from Tweets and App Store Reviews

arXiv:2108.00663v131 citations
Originality Incremental advance
AI Analysis

This addresses a practical problem for software development teams needing to analyze user feedback, but it is incremental as it applies transfer learning to an existing task with mixed results.

The paper tackled the problem of automatically mining feature requests and bug reports from user comments like tweets and app reviews, which is challenging due to noise and multilingual content, and found that monolingual BERT models outperform existing methods for English and Italian data, but multilingual BERT models performed worse than traditional ML.

Identifying feature requests and bug reports in user comments holds great potential for development teams. However, automated mining of RE-related information from social media and app stores is challenging since (1) about 70% of user comments contain noisy, irrelevant information, (2) the amount of user comments grows daily making manual analysis unfeasible, and (3) user comments are written in different languages. Existing approaches build on traditional machine learning (ML) and deep learning (DL), but fail to detect feature requests and bug reports with high Recall and acceptable Precision which is necessary for this task. In this paper, we investigate the potential of transfer learning (TL) for the classification of user comments. Specifically, we train both monolingual and multilingual BERT models and compare the performance with state-of-the-art methods. We found that monolingual BERT models outperform existing baseline methods in the classification of English App Reviews as well as English and Italian Tweets. However, we also observed that the application of heavyweight TL models does not necessarily lead to better performance. In fact, our multilingual BERT models perform worse than traditional ML methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes