The Link Between Emotions And Actionability
A labeled dataset of tweets on the ability to take action about city complaints
@kaggle.thedevastator_the_link_between_emotions_and_the_actionability
A labeled dataset of tweets on the ability to take action about city complaints
@kaggle.thedevastator_the_link_between_emotions_and_the_actionability
Finding a link between emotions and actionability tweets, Rana. 2022
This dataset aims to find actionable tweets tweeted about the City of Calgary that can pinpoint problems they should act upon.
The problem arises because they could not find any efficient methods to filter these actionable tweets. The current method used by the City of Calgary to find problems they can act upon requires a lot of human interaction and time.
Instead of spending all these resources to find problems, They believe these resources are better spent solving the problems. They
believe that tweets conveying a fearful emotion are more likely to be actionable.
The authors found a strong correlation of 0.694 between the number of fearful tweets per month to the number of actionable
tweets in a month. Additionally, the authors found out that a tweet that was labeled fearful has a 0.5 probability to be actionable.
CREATE TABLE data_normalized (
"unnamed_0_2" BIGINT -- Unnamed: 0.2,
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" VARCHAR,
"actionability" VARCHAR,
"actionability_2" VARCHAR
);CREATE TABLE data_normlized (
"unnamed_0_2" BIGINT -- Unnamed: 0.2,
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" VARCHAR,
"actionability" VARCHAR,
"actionability_2" VARCHAR
);CREATE TABLE data_sample (
"unnamed_0_3" BIGINT -- Unnamed: 0.3,
"unnamed_0_2" BIGINT -- Unnamed: 0.2,
"unnamed_0" BIGINT -- Unnamed: 0,
"level_0" BIGINT,
"index" BIGINT,
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0_1_1" BIGINT -- Unnamed: 0.1.1,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" BOOLEAN,
"text_normalized" VARCHAR,
"cluster" BIGINT,
"distance_from_level_1_centroid" DOUBLE,
"sub_cluster" BIGINT,
"distance_from_level_2_centroid" DOUBLE,
"emotion" VARCHAR,
"emotion_score" DOUBLE,
"actionability" VARCHAR
);CREATE TABLE example (
"text" VARCHAR,
"reeshan_eval" VARCHAR -- Reeshan - Eval,
"reeshad_actionable" VARCHAR -- Reeshad - Actionable,
"divyansh_eval" VARCHAR -- Divyansh - Eval,
"divyansh_actionable" VARCHAR -- Divyansh - Actionable,
"kirtan" VARCHAR
);CREATE TABLE example2 (
"text" VARCHAR,
"kirtan_eval" VARCHAR -- Kirtan - Eval,
"kirtan_actionable" VARCHAR -- Kirtan - Actionable,
"reeshad_eval" VARCHAR -- Reeshad - Eval,
"reeshad_actionable" VARCHAR -- Reeshad - Actionable,
"divyansh_eval" VARCHAR -- Divyansh - Eval,
"divyansh_actionable" VARCHAR -- Divyansh - Actionable
);CREATE TABLE example3 (
"text" VARCHAR,
"kirtan" VARCHAR,
"reeshad_eval" VARCHAR -- Reeshad - Eval,
"reeshad_actionable" VARCHAR -- Reeshad - Actionable,
"divyansh_eval" VARCHAR -- Divyansh - Eval,
"divyansh_actionable" VARCHAR -- Divyansh - Actionable
);CREATE TABLE example_normalized (
"unnamed_0" BIGINT -- Unnamed: 0,
"text" VARCHAR,
"kirtan_eval" VARCHAR -- Kirtan - Eval,
"kirtan_actionable" VARCHAR -- Kirtan - Actionable,
"reeshad_eval" VARCHAR -- Reeshad - Eval,
"reeshad_actionable" VARCHAR -- Reeshad - Actionable,
"divyansh_eval" VARCHAR -- Divyansh - Eval,
"divyansh_actionable" VARCHAR -- Divyansh - Actionable,
"reeshan_eval" VARCHAR -- Reeshan - Eval,
"emotion" VARCHAR,
"emotion_score" DOUBLE
);CREATE TABLE news_tweets (
"unnamed_0" BIGINT -- Unnamed: 0,
"train" VARCHAR
);CREATE TABLE park_tweet_file (
"unnamed_0_2" BIGINT -- Unnamed: 0.2,
"unnamed_0" BIGINT -- Unnamed: 0,
"level_0" BIGINT,
"index" BIGINT,
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0_1_1" BIGINT -- Unnamed: 0.1.1,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" BOOLEAN,
"text_normalized" VARCHAR,
"cluster" BIGINT,
"distance_from_level_1_centroid" DOUBLE,
"sub_cluster" BIGINT,
"distance_from_level_2_centroid" DOUBLE,
"emotion" VARCHAR,
"emotion_score" DOUBLE
);CREATE TABLE sample_1000_1_anita (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" BOOLEAN,
"unnamed_13" VARCHAR -- Unnamed: 13,
"actionability" VARCHAR
);CREATE TABLE sample_1000_1_reeshad (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" VARCHAR,
"actionability" VARCHAR
);CREATE TABLE sample_1000_2_divyansh (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" BOOLEAN,
"actionability" VARCHAR
);CREATE TABLE sample_1000_2_kirtan (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"id" DOUBLE,
"author_id" DOUBLE,
"text" VARCHAR,
"hashtags" VARCHAR,
"created_at" VARCHAR,
"geo" VARCHAR,
"like_count" BIGINT,
"quote_count" BIGINT,
"reply_count" BIGINT,
"retweet_count" BIGINT,
"possibly_sensitive" BOOLEAN,
"unnamed_13" VARCHAR -- Unnamed: 13,
"unnamed_14" VARCHAR -- Unnamed: 14,
"unnamed_15" VARCHAR -- Unnamed: 15,
"actionability" VARCHAR
);Anyone who has the link will be able to view this.