Political Sentiment Analysis of Persian Tweets Using CNN-LSTM Model
Mohammad Dehghani, Zahra Yazdanparast

TL;DR
This paper develops a CNN-LSTM deep learning model for Persian political tweet sentiment analysis, achieving high accuracy and reduced training time compared to traditional machine learning methods.
Contribution
Introduces a CNN-LSTM model with optimized architecture for Persian sentiment analysis, outperforming classical machine learning approaches in accuracy and efficiency.
Findings
CNN-LSTM achieved 89% accuracy on first dataset
Deep learning with ParsBERT outperformed traditional ML models
Model adjustments improved training efficiency and performance
Abstract
Sentiment analysis is the process of identifying and categorizing people's emotions or opinions regarding various topics. The analysis of Twitter sentiment has become an increasingly popular topic in recent years. In this paper, we present several machine learning and a deep learning model to analysis sentiment of Persian political tweets. Our analysis was conducted using Bag of Words and ParsBERT for word representation. We applied Gaussian Naive Bayes, Gradient Boosting, Logistic Regression, Decision Trees, Random Forests, as well as a combination of CNN and LSTM to classify the polarities of tweets. The results of this study indicate that deep learning with ParsBERT embedding performs better than machine learning. The CNN-LSTM model had the highest classification accuracy with 89 percent on the first dataset and 71 percent on the second dataset. Due to the complexity of Persian, it…
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 · Text and Document Classification Technologies
MethodsSigmoid Activation · Logistic Regression · Tanh Activation · Long Short-Term Memory
