Twitter Sentiment Analysis
Entity-level sentiment analysis on multi-lingual tweets.
@kaggle.jp797498e_twitter_entity_sentiment_analysis
Entity-level sentiment analysis on multi-lingual tweets.
@kaggle.jp797498e_twitter_entity_sentiment_analysis
This is an entity-level sentiment analysis dataset of twitter. Given a message and an entity, the task is to judge the sentiment of the message about the entity. There are three classes in this dataset: Positive, Negative and Neutral. We regard messages that are not relevant to the entity (i.e. Irrelevant) as Neutral.
Please use twitter_training.csv as the training set and twitter_validation.csv as the validation set. Top 1 classification accuracy is used as the metric.
CREATE TABLE twitter_training (
"n_2401" BIGINT -- 2401,
"borderlands" VARCHAR,
"positive" VARCHAR,
"im_getting_on_borderlands_and_i_will_murder_you_all" VARCHAR -- Im Getting On Borderlands And I Will Murder You All ,
);CREATE TABLE twitter_validation (
"n_3364" BIGINT -- 3364,
"facebook" VARCHAR,
"irrelevant" VARCHAR,
"i_mentioned_on_facebook_that_i_was_struggling_for_moti_8616992d" VARCHAR -- I Mentioned On Facebook That I Was Struggling For Motivation To Go For A Run The Other Day, Which Has Been Translated By Tom’s Great Auntie As ‘Hayley Can’t Get Out Of Bed’ And Told To His Grandma, Who Now Thinks I’m A Lazy, Terrible Person 🤣
);Anyone who has the link will be able to view this.