Baselight

Sentiment Analysis Of Tweets

A comprehensive Natural Language Processing Dataset for Sentimental Analysis

@kaggle.yessicatuteja_sentiment_analysis_of_tweets

Loading...
Loading...

About this Dataset

Sentiment Analysis Of Tweets

Description

This dataset presents a unique twist on the widely studied sentiment analysis task. It includes annotations indicating the emotional tones, encompassing various sentiments such as happiness, sadness, and anger, found in textual content. The dataset comprises hundreds to thousands of instances, distributed among 13 distinct emotion labels.

Usage

A subset of this data was utilized in an experiment shared on Microsoft's Cortana Intelligence Gallery, showcasing its relevance and applicability. The dataset was contributed by CrowdFlower, with 40,000 data rows available for download as of July 15, 2016.

Source

For further exploration and access to the dataset, you can visit the source link: https://www.crowdflower.com/data-for-everyone/.

Tables

Sentiment Analysis

@kaggle.yessicatuteja_sentiment_analysis_of_tweets.sentiment_analysis
  • 2.9 MB
  • 40000 rows
  • 4 columns
Loading...

CREATE TABLE sentiment_analysis (
  "tweet_id" BIGINT,
  "sentiment" VARCHAR,
  "author" VARCHAR,
  "content" VARCHAR
);

Share link

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