Persian Twitter Dataset - Sentiment Analysis
A dataset composed of Persian tweets on X, alongside their sentiments.
@kaggle.mohammadalimkh_persian_twitter_dataset_sentiment_analysis
A dataset composed of Persian tweets on X, alongside their sentiments.
@kaggle.mohammadalimkh_persian_twitter_dataset_sentiment_analysis
This dataset contains more than 3300 Persian tweets, crawled from Twitter.com
Each tweet is assigned a label, which is a number between 0 to 4.
Label 0 indicates the sentiment of Happiness and Joy.
Label 1 indicates the sentiment of Sadness.
Label 2 indicates the sentiment of Anger and Furiosity.
Label 3 indicates the sentiment of Neutral.
And finally, label 4 indicates the sentiment of intense emotions, such as Surprise, Fear, and Love.
To cite our paper in which we gathered this dataset, please use the following Bibtex citation:
@misc{elahimanesh2025emotionalignmentdiscoveringgap, title={Emotion Alignment: Discovering the Gap Between Social Media and Real-World Sentiments in Persian Tweets and Images}, author={Sina Elahimanesh and Mohammadali Mohammadkhani and Shohreh Kasaei}, year={2025}, eprint={2504.10662}, archivePrefix={arXiv}, primaryClass={cs.HC}, url={https://arxiv.org/abs/2504.10662}, }
CREATE TABLE persiantwitterdataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"tweets" VARCHAR,
"numeric_labels" BIGINT,
"label" VARCHAR
);
Anyone who has the link will be able to view this.