Go Emotions: Google Emotions Dataset
Google AI dataset for sentiment / emotions analysis
@kaggle.shivamb_go_emotions_google_emotions_dataset
Google AI dataset for sentiment / emotions analysis
@kaggle.shivamb_go_emotions_google_emotions_dataset
CREATE TABLE go_emotions_dataset (
"id" VARCHAR,
"text" VARCHAR,
"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.