CoolFace
Datasetpublic

bdstar/Tweets-Sentiment-Analysis

🐦 Tweets-Sentiment-Analysis (bdstar/Tweets-Sentiment-Analysis) 🧠 Overview A refined and merged version of Tweets text sentiment datasets, providing a clean and well-balanced dataset for sentiment classification across three sentiment categories:positive, negative, and neutral. This dataset is split into three parts β€” train, test, and validation β€” each sourced from highly reputable open datasets.It is designed for training, evaluating, and benchmarking NLP models… See the full description on the dataset page: https://huggingface.co/datasets/bdstar/Tweets-Sentiment-Analysis.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes82downloads
Dataset Card

🐦 Tweets-Sentiment-Analysis (bdstar/Tweets-Sentiment-Analysis)

🧠 Overview

A refined and merged version of Tweets text sentiment datasets, providing a clean and well-balanced dataset for sentiment classification across three sentiment categories: `positive`, `negative`, and `neutral`.

This dataset is split into three parts β€” train, test, and validation β€” each sourced from highly reputable open datasets. It is designed for training, evaluating, and benchmarking NLP models for Tweets Sentiment Analysis and other social media text classification tasks.


πŸ—‚οΈ Dataset Splits

#SplitNameNegativeNeutralPositive% Negative% Neutral% PositiveTotal
1TrainSentiment140 (positive-sentence)71,462233,345483,2619.06799929.60975461.322246788,068
2TrainSentiment140 (negative-sentence)451,341191,650136,80157.87966524.57706717.543268779,792
3TrainDailyDialog12,62345,67420,22616.07554558.16639725.75805878,523
4TestChatGPT Tweets Sentiment Analysis194,425360,060295,10822.88448742.38029334.735220849,593
5Validationmteb-tweetsentimentextraction10,0837,96912,07033.47387326.45574740.07038030,122
Totalβ€”739,934838,698947,46629.29157933.20132537.5070962,526,098

The possiblity value of Negative, Positive and Neutral for a text has been calculated by the model cardiffnlp/twitter-roberta-base-sentiment-latest


🧩 Column Descriptions

ColumnTypeDescription
IDIntegerAuto-incremental unique ID for each row
textStringTweet text content
negativeFloatPossiblity the text be a negative
neutralFloatPossiblity the text be a neutral
positiveFloatPossiblity the text be a positive
labelStringSentiment category β€” one of positive, negative, or neutral

πŸ“Š Dataset Summary

PropertyValue
Total Rows2,526,098
Columns6
File FormatsJSON / Parquet / Pandas / Polars / Croissant
LicenseMIT
AuthorMd Abdullah Al Mamun
Year2025
SourceRefined version of Tweets Sentiment Dataset

πŸ’‘ Usage Example (Python)

python
from datasets import load_dataset
# Load dataset from Hugging Face
ds = load_dataset("bdstar/Tweets-Sentiment-Analysis")

# Access splits
train = dataset["train"]
test = dataset["test"]
validation = dataset["validation"]

# Display sample
print(train[0])

🏷️ Citation

If you use this dataset in your research or application, please cite as:

bibtex
@dataset{bdstar2025Tweets,
  title        = {Tweets-Sentiment-Analysis},
  author       = {Md Abdullah Al Mamun},
  year         = {2025},
  howpublished = {Hugging Face},
  url          = {https://huggingface.co/datasets/bdstar/Tweets-Sentiment-Analysis}
}

πŸ“¬ Contact

For questions, improvements, or collaboration: Author: Md Abdullah Al Mamun πŸ“§ Email: mamunbd.ruet@gmail.com 🌐 Website: TechNTuts πŸ’Ό Linkedin: WebRock