Aspect-Based Sentiment Analysis on Generative AI
Description
This dataset contains 704 app reviews related to generative AI tools, collected from app stores, social media, review sites, and existing publicly available datasets. It is designed for aspect-based sentiment analysis and includes columns for full review text, argument (a specific text span corresponding to a single aspect), identified aspects, sentiment labels, source of the data, and the AI tool being reviewed. A single review may appear in multiple rows when it contains multiple aspects; in such cases, each row represents a unique argument–aspect pair derived from the same review. All personal identifiers have been removed to ensure privacy. Basic preprocessing was performed, including the removal of unnecessary columns and rows and minor text edits. The dataset is intended for research in sentiment analysis, natural language processing, and related tasks.
Files
Steps to reproduce
1. Open the CSV file using any spreadsheet software or programming language (Python, R). 2. Each row represents an argument–aspect pair. 3. Use the columns: review_text, argument, aspect, sentiment, source_of_data, ai_tool. 4. No additional preprocessing is required; the dataset is ready for analysis.