Sentiment Analysis Dataset
A combined dataset featuring emotional and sentiment labels from GoEmotions and
@kaggle.mgmitesh_sentiment_analysis_dataset
A combined dataset featuring emotional and sentiment labels from GoEmotions and
@kaggle.mgmitesh_sentiment_analysis_dataset
CREATE TABLE dailydialog (
"text" VARCHAR,
"sentiment" VARCHAR
);
CREATE TABLE goemotions_1 (
"text" VARCHAR,
"id" VARCHAR,
"author" VARCHAR,
"subreddit" VARCHAR,
"link_id" VARCHAR,
"parent_id" VARCHAR,
"created_utc" BIGINT,
"rater_id" BIGINT,
"example_very_unclear" BOOLEAN,
"admiration" BIGINT,
"amusement" BIGINT,
"anger" BIGINT,
"annoyance" BIGINT,
"approval" BIGINT,
"caring" BIGINT,
"confusion" BIGINT,
"curiosity" BIGINT,
"desire" BIGINT,
"disappointment" BIGINT,
"disapproval" BIGINT,
"disgust" BIGINT,
"embarrassment" BIGINT,
"excitement" BIGINT,
"fear" BIGINT,
"gratitude" BIGINT,
"grief" BIGINT,
"joy" BIGINT,
"love" BIGINT,
"nervousness" BIGINT,
"optimism" BIGINT,
"pride" BIGINT,
"realization" BIGINT,
"relief" BIGINT,
"remorse" BIGINT,
"sadness" BIGINT,
"surprise" BIGINT,
"neutral" BIGINT
);
CREATE TABLE goemotions_2 (
"text" VARCHAR,
"id" VARCHAR,
"author" VARCHAR,
"subreddit" VARCHAR,
"link_id" VARCHAR,
"parent_id" VARCHAR,
"created_utc" BIGINT,
"rater_id" BIGINT,
"example_very_unclear" BOOLEAN,
"admiration" BIGINT,
"amusement" BIGINT,
"anger" BIGINT,
"annoyance" BIGINT,
"approval" BIGINT,
"caring" BIGINT,
"confusion" BIGINT,
"curiosity" BIGINT,
"desire" BIGINT,
"disappointment" BIGINT,
"disapproval" BIGINT,
"disgust" BIGINT,
"embarrassment" BIGINT,
"excitement" BIGINT,
"fear" BIGINT,
"gratitude" BIGINT,
"grief" BIGINT,
"joy" BIGINT,
"love" BIGINT,
"nervousness" BIGINT,
"optimism" BIGINT,
"pride" BIGINT,
"realization" BIGINT,
"relief" BIGINT,
"remorse" BIGINT,
"sadness" BIGINT,
"surprise" BIGINT,
"neutral" BIGINT
);
CREATE TABLE goemotions_3 (
"text" VARCHAR,
"id" VARCHAR,
"author" VARCHAR,
"subreddit" VARCHAR,
"link_id" VARCHAR,
"parent_id" VARCHAR,
"created_utc" BIGINT,
"rater_id" BIGINT,
"example_very_unclear" BOOLEAN,
"admiration" BIGINT,
"amusement" BIGINT,
"anger" BIGINT,
"annoyance" BIGINT,
"approval" BIGINT,
"caring" BIGINT,
"confusion" BIGINT,
"curiosity" BIGINT,
"desire" BIGINT,
"disappointment" BIGINT,
"disapproval" BIGINT,
"disgust" BIGINT,
"embarrassment" BIGINT,
"excitement" BIGINT,
"fear" BIGINT,
"gratitude" BIGINT,
"grief" BIGINT,
"joy" BIGINT,
"love" BIGINT,
"nervousness" BIGINT,
"optimism" BIGINT,
"pride" BIGINT,
"realization" BIGINT,
"relief" BIGINT,
"remorse" BIGINT,
"sadness" BIGINT,
"surprise" BIGINT,
"neutral" BIGINT
);
Anyone who has the link will be able to view this.