Urdu Sarcastic Tweets Dataset
Towards Computational Sarcastic Tweets Identification : An Open-Source Dataset
@kaggle.shumailakhan_urdu_sarcastic_tweets_dataset
Towards Computational Sarcastic Tweets Identification : An Open-Source Dataset
@kaggle.shumailakhan_urdu_sarcastic_tweets_dataset
This dataset is part of the research "Towards Computational Sarcastic Tweets identification: An open-Source Dataset and Developmental Framework"
It contains 19955 rows and columns (features), that are, 'urdu_tweets' & 'is_sarcastic' (labels with 0 and 1, where 1 denotes sarcastic tweet ). This dataset can be used for sentiment analysis, specifically for sarcasm detection in urdu tweets.
CREATE TABLE urdu_sarcastic_dataset (
"urdu_text" VARCHAR,
"is_sarcastic" DOUBLE,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6,
"unnamed_7" DOUBLE -- Unnamed: 7
);Anyone who has the link will be able to view this.