paper-with-me

Papers

Exploring Zero-Shot App Review Classification with ChatGPT: Challenges and Potential

2025-05-07 · Mohit Chaudhary, Chirag Jain, Preethu Rose Anish

App reviews are a critical source of user feedback, offering valuable insights into an app's performance, features, usability, and overall user experience. Effectively analyzing these reviews is essential for guiding app development, prioritizing feature updates, and enhancing user satisfaction. Classifying reviews into functional and non-functional requirements play a pivotal role in distinguishing feedback related to specific app features (functional requirements) from feedback concerning broader quality attributes, such as performance, usability, and reliability (non-functional requirements). Both categories are integral to informed development decisions. Traditional approaches to classifying app reviews are hindered by the need for large, domain-specific datasets, which are often costly and time-consuming to curate. This study explores the potential of zero-shot learning with ChatGPT for classifying app reviews into four categories: functional requirement, non-functional requirement, both, or neither. We evaluate ChatGPT's performance on a benchmark dataset of 1,880 manually annotated reviews from ten diverse apps spanning multiple domains. Our findings demonstrate that ChatGPT achieves a robust F1 score of 0.842 in review classification, despite certain challenges and limitations. Additionally, we examine how factors such as review readability and length impact classification accuracy and conduct a manual analysis to identify review categories more prone to misclassification.

📄 PDF Abstract BibTeX arXiv:2505.04759

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-Shot Learning

Similar Papers 제목 키워드 기반

ChatGPT may Pass the Bar Exam soon, but has a Long Way to Go for the LexGLUE benchmark

2023-03-09 · Ilias Chalkidis

Following the hype around OpenAI's ChatGPT conversational agent, the last straw in the recent development of Large Language Models (LLMs) that demonstrate emergent unprecedented zero-shot capabilities, we audit the lates…

Instruction Following

How Effectively Do LLMs Extract Feature-Sentiment Pairs from App Reviews?

2024-09-11 · Faiz Ali Shah, Ahmed Sabir, Rajesh Sharma, Dietmar Pfahl

Automatic analysis of user reviews to understand user sentiments toward app functionality (i.e. app features) helps align development efforts with user expectations and needs. Recent advances in Large Language Models (LL…

Sentiment Analysis

ChatGPT for Zero-shot Dialogue State Tracking: A Solution or an Opportunity?

2023-06-02 · Michael Heck, Nurul Lubis, Benjamin Ruppik, Renato Vukovic 외

Recent research on dialogue state tracking (DST) focuses on methods that allow few- and zero-shot transfer to new domains or schemas. However, performance gains heavily depend on aggressive data augmentation and fine-tun…

Data AugmentationDialogue State TrackingIn-Context LearningLanguage Modeling+1

Testing the Reliability of ChatGPT for Text Annotation and Classification: A Cautionary Remark

2023-04-17 · Michael V. Reiss

Recent studies have demonstrated promising potential of ChatGPT for various text annotation and classification tasks. However, ChatGPT is non-deterministic which means that, as with human coders, identical input can lead…

Classificationtext annotation

Which AI Technique Is Better to Classify Requirements? An Experiment with SVM, LSTM, and ChatGPT

2023-11-20 · Abdelkarim El-Hajjami, Nicolas Fafin, Camille Salinesi

Recently, Large Language Models like ChatGPT have demonstrated remarkable proficiency in various Natural Language Processing tasks. Their application in Requirements Engineering, especially in requirements classification…

Classification