Brand Sentiment Analysis Dataset (Twitter)
Analyzing Sentiments and Brand Associations in User-Generated Tweets
@kaggle.tusharpaul2001_brand_sentiment_analysis_dataset
Analyzing Sentiments and Brand Associations in User-Generated Tweets
@kaggle.tusharpaul2001_brand_sentiment_analysis_dataset
Dataset description
Users assessed tweets related to various brands and products, providing evaluations on whether the sentiment conveyed was positive, negative, or neutral. Additionally, if the tweet conveyed any sentiment, contributors identified the specific brand or product targeted by that emotion.
Train Dataset : 8589 rows x 3 columns
Test Dataset : 504 rows x 1 columns
CREATE TABLE dataset_card (
"dataset_description" VARCHAR,
"users_assessed_tweets_related_to_various_brands_and_pr_bf1f057e" VARCHAR -- Users Assessed Tweets Related To Various Brands And Products, Providing Evaluations On Whether The Sentiment Conveyed Was Positive, Negative, Or Neutral. Additionally, If The Tweet Conveyed Any Sentiment, Contributors Identified The Specific Brand Or Product Targeted By That Emotion.
);CREATE TABLE dataset_train (
"tweet_text" VARCHAR,
"emotion_in_tweet_is_directed_at" VARCHAR,
"is_there_an_emotion_directed_at_a_brand_or_product" VARCHAR
);Anyone who has the link will be able to view this.