Three-Class Text Sentiment Analysis Based on LSTM
Yin Qixuan

TL;DR
This paper presents a three-class sentiment analysis method for Weibo comments using LSTM networks, achieving high accuracy and outperforming traditional models, while discussing challenges like computational complexity and emotional nuance detection.
Contribution
The study introduces an LSTM-based approach for three-class sentiment classification on Weibo comments, demonstrating superior performance over existing methods.
Findings
Achieved 98.31% accuracy and 98.28% F1 score.
Outperformed conventional and other deep learning models.
Highlighted challenges in processing long texts and detecting sarcasm.
Abstract
Sentiment analysis is a crucial task in natural language processing (NLP) with applications in public opinion monitoring, market research, and beyond. This paper introduces a three-class sentiment classification method for Weibo comments using Long Short-Term Memory (LSTM) networks to discern positive, neutral, and negative sentiments. LSTM, as a deep learning model, excels at capturing long-distance dependencies in text data, providing significant advantages over traditional machine learning approaches. Through preprocessing and feature extraction from Weibo comment texts, our LSTM model achieves precise sentiment prediction. Experimental results demonstrate superior performance, achieving an accuracy of 98.31% and an F1 score of 98.28%, notably outperforming conventional models and other deep learning methods. This underscores the effectiveness of LSTM in capturing nuanced sentiment…
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
TopicsSentiment Analysis and Opinion Mining · Web Data Mining and Analysis · Text and Document Classification Technologies
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
