Deep Learning Sentiment Analysis of Amazon.com Reviews and Ratings
Our study employs sentiment analysis to evaluate the compatibility of Amazon.com reviews with their corresponding ratings. Sentiment analysis is the task of identifying and classifying the sentiment expressed in a piece of text as being positive or negative. On e-commerce websites such as Amazon.com, consumers can submit their reviews along with a specific polarity rating. In some instances, there is a mismatch between the review and the rating. To identify the reviews with mismatched ratings we performed sentiment analysis using deep learning on Amazon.com product review data. Product reviews were converted to vectors using paragraph vector, which then was used to train a recurrent neural network with gated recurrent unit. Our model incorporated both semantic relationship of review text and product information. We also developed a web service application that predicts the rating score for a submitted review using the trained model and if there is a mismatch between predicted rating score and submitted rating score, it provides feedback to the reviewer.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep LearningSentiment AnalysisSimilar Papers 제목 키워드 기반
JST-RR Model: Joint Modeling of Ratings and Reviews in Sentiment-Topic Prediction
Analysis of online reviews has attracted great attention with broad applications. Often times, the textual reviews are coupled with the numerical ratings in the data. In this work, we propose a probabilistic model to acc…
PredictionEnhancing Granular Sentiment Classification with Chain-of-Thought Prompting in Large Language Models
We explore the use of Chain-of-Thought (CoT) prompting with large language models (LLMs) to improve the accuracy of granular sentiment categorization in app store reviews. Traditional numeric and polarity-based ratings o…
Sentiment AnalysisSentiment ClassificationCyclegen: Cyclic consistency based product review generator from attributes
In this paper we present an automatic review generator system which can generate personalized reviews based on the user identity, product identity and designated rating the user wishes to allot to the review. We combine …
Sentiment AnalysisText GenerationFeature-level Rating System using Customer Reviews and Review Votes
This work studies how we can obtain feature-level ratings of the mobile products from the customer reviews and review votes to influence decision making, both for new customers and manufacturers. Such a rating system giv…
4kDecision MakingRecommendation SystemsSentiment AnalysisExplainable Sentence-Level Sentiment Analysis for Amazon Product Reviews
In this paper, we conduct a sentence level sentiment analysis on the product reviews from Amazon and thorough analysis on the model interpretability. For the sentiment analysis task, we use the BiLSTM model with attentio…
SentenceSentiment Analysis