Baselight

Twitter Sentiment Analysis

Entity-level sentiment analysis on multi-lingual tweets.

@kaggle.jp797498e_twitter_entity_sentiment_analysis

Loading...
Loading...

About this Dataset

Twitter Sentiment Analysis

Twitter Sentiment Analysis Dataset

Overview

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.

Usage

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.

Tables

Twitter Training

@kaggle.jp797498e_twitter_entity_sentiment_analysis.twitter_training
  • 3.18 MB
  • 74681 rows
  • 4 columns
Loading...

CREATE TABLE twitter_training (
  "n_2401" BIGINT,
  "borderlands" VARCHAR,
  "positive" VARCHAR,
  "im_getting_on_borderlands_and_i_will_murder_you_all" VARCHAR
);

Twitter Validation

@kaggle.jp797498e_twitter_entity_sentiment_analysis.twitter_validation
  • 112.56 KB
  • 999 rows
  • 4 columns
Loading...

CREATE TABLE twitter_validation (
  "n_3364" BIGINT,
  "facebook" VARCHAR,
  "irrelevant" VARCHAR,
  "i_mentioned_on_facebook_that_i_was_struggling_for_moti_8616992d" VARCHAR
);

Share link

Anyone who has the link will be able to view this.