TL;DR
This paper introduces SentiLSTM, a deep learning model using BiLSTM for sentiment analysis of restaurant reviews, achieving high accuracy in classifying reviews as positive or negative.
Contribution
The paper presents a novel deep learning approach with BiLSTM for sentiment classification of restaurant reviews, outperforming traditional machine learning methods.
Findings
BiLSTM achieved 91.35% accuracy on review classification.
Constructed a dataset of 8435 restaurant reviews for evaluation.
BiLSTM outperforms other machine learning algorithms in sentiment analysis.
Abstract
The amount of textual data generation has increased enormously due to the effortless access of the Internet and the evolution of various web 2.0 applications. These textual data productions resulted because of the people express their opinion, emotion or sentiment about any product or service in the form of tweets, Facebook post or status, blog write up, and reviews. Sentiment analysis deals with the process of computationally identifying and categorizing opinions expressed in a piece of text, especially in order to determine whether the writer's attitude toward a particular topic is positive, negative, or neutral. The impact of customer review is significant to perceive the customer attitude towards a restaurant. Thus, the automatic detection of sentiment from reviews is advantageous for the restaurant owners, or service providers and customers to make their decisions or services more…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM
