Twitter Data set for Arabic Sentiment Analysis
Donated on 4/10/2014
This problem of Sentiment Analysis (SA) has been studied well on the English language but not Arabic one. Two main approaches have been devised: corpus-based and lexicon-based.
Dataset Characteristics
Text
Subject Area
Social Science
Associated Tasks
Classification
Feature Type
-
# Instances
2000
# Features
2
Dataset Information
Additional Information
--- By using a tweet crawler, we collect 2000 labelled tweets (1000 positive tweets and 1000 negative ones) on various topics such as: politics and arts. These tweets include opinions written in both Modern Standard Arabic (MSA) and the Jordanian dialect. --- The selected tweets convey some kind of feelings (positive or negative) and the objective of our model is to extract valuable information from such tweets in order to determine the sentiment orientation of the inputted text. The months-long annotation process of the tweets is manually conducted mainly by two human experts (native speakers of Arabic). If both experts agree on the label of a certain tweet, then the tweet is assigned this label. Otherwise, a third expert is consulted to break the tie. --- Predicted attribute: class of opinion polarity.
Has Missing Values?
No
Variable Information
1. Tweet as a string vector 2. class: -- Positive polarity -- Negative poalrity Summary Statistics: Positive Negative Total tweets 1000 1000 Total words 7189 9769 Avg. words in each tweet 7.19 9.97 Avg. characters in each tweet 40.04 59.02
Dataset Files
File | Size |
---|---|
Twitter.rar | 265.5 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset twitter_data_set_for_arabic_sentiment_analysis = fetch_ucirepo(id=293) # data (as pandas dataframes) X = twitter_data_set_for_arabic_sentiment_analysis.data.features y = twitter_data_set_for_arabic_sentiment_analysis.data.targets # metadata print(twitter_data_set_for_arabic_sentiment_analysis.metadata) # variable information print(twitter_data_set_for_arabic_sentiment_analysis.variables)
Abdulla, N. (2013). Twitter Data set for Arabic Sentiment Analysis [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5F31B.
Creators
N. Abdulla
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.