Pre-Trained Neural Language Models for Automatic Mobile App User Feedback Answer Generation
Yue Cao, Fatemeh H. Fard

TL;DR
This study evaluates the use of pre-trained neural language models for automatically generating responses to mobile app user feedback, showing they produce more relevant replies and are more robust with limited training data despite slower prediction times.
Contribution
The paper demonstrates the effectiveness of fine-tuned pre-trained language models in generating relevant app feedback responses and their robustness with less training data, compared to existing models.
Findings
PTMs generate more relevant and meaningful responses according to human evaluation.
PTMs are more robust when training data is reduced to one-third.
PTMs have a 19X slower prediction time than RRGEN.
Abstract
Studies show that developers' answers to the mobile app users' feedbacks on app stores can increase the apps' star rating. To help app developers generate answers that are related to the users' issues, recent studies develop models to generate the answers automatically. Aims: The app response generation models use deep neural networks and require training data. Pre-Trained neural language Models (PTM) used in Natural Language Processing (NLP) take advantage of the information they learned from a large corpora in an unsupervised manner, and can reduce the amount of required training data. In this paper, we evaluate PTMs to generate replies to the mobile app user feedbacks. Method: We train a Transformer model from scratch and fine-tune two PTMs to evaluate the generated responses, which are compared to RRGEN, a current app response model. We also evaluate the models with different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMobile and Web Applications · Expert finding and Q&A systems · Green IT and Sustainability
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Dropout · Label Smoothing · Dense Connections · Residual Connection · Layer Normalization · Byte Pair Encoding
