paper-with-me

홈 › Papers

Three-Class Text Sentiment Analysis Based on LSTM

2024-12-23 · Yin Qixuan

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 information within text, thereby enhancing classification accuracy. Despite its strengths, the LSTM model faces challenges such as high computational complexity and slower processing times for lengthy texts. Moreover, complex emotional expressions like sarcasm and humor pose additional difficulties. Future work could explore combining pre-trained models or advancing feature engineering techniques to further improve both accuracy and practicality. Overall, this study provides an effective solution for sentiment analysis on Weibo comments.

📄 PDF Abstract BibTeX arXiv:2412.17347

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Cached Long Short-Term Memory Neural Networks for Document-Level Sentiment Classification

2016-10-17 · EMNLP 2016 11 · Jiacheng Xu, Danlu Chen, Xipeng Qiu, Xuangjing Huang

Recently, neural networks have achieved great success on sentiment classification due to their ability to alleviate feature engineering. However, one of the remaining challenges is to model long texts in document-level s…

ClassificationFeature EngineeringGeneral ClassificationSentiment Analysis+1

Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network

2020-04-11 · Md. Rezaul Karim, Bharathi Raja Chakravarthi, John P. McCrae, Michael Cochez

Exponential growths of social media and micro-blogging sites not only provide platforms for empowering freedom of expressions and individual voices but also enables people to express anti-social behaviour like online har…

ArticlesClassificationDocument ClassificationGeneral Classification+3

Sentiment Analysis of Indonesian Spotify Reviews Using Machine Learning and BiLSTM

2026-05-05 · Uliano Wilyam Purba, Andre Hadiman Rotua Parhusip, Sahid Maulana, Luluk Muthoharoh 외 arxiv

This paper benchmarks classical machine learning and deep learning approaches for three-class sentiment classification of Indonesian Spotify reviews. Using 100,000 scraped reviews and 70,155 cleaned samples, the study co…

Sentiment Analysis

IIT Gandhinagar at SemEval-2020 Task 9: Code-Mixed Sentiment Classification Using Candidate Sentence Generation and Selection

2020-06-25 · SEMEVAL 2020 · Vivek Srivastava, Mayank Singh

Code-mixing is the phenomenon of using multiple languages in the same utterance of a text or speech. It is a frequently used pattern of communication on various platforms such as social media sites, online gaming, produc…

Humor Detectionintent-classificationIntent ClassificationSentence+2

Bidirectional Encoder Representations from Transformers (BERT): A sentiment analysis odyssey

2020-07-02 · Shivaji Alaparthi, Manit Mishra

The purpose of the study is to investigate the relative effectiveness of four different sentiment analysis techniques: (1) unsupervised lexicon-based model using Sent WordNet; (2) traditional supervised machine learning …

CPUDeep LearningGPUregression+2