Baselight

Go Emotions: Google Emotions Dataset

Google AI dataset for sentiment / emotions analysis

@kaggle.shivamb_go_emotions_google_emotions_dataset

Go Emotions Dataset
@kaggle.shivamb_go_emotions_google_emotions_dataset.go_emotions_dataset

  • 11.46 MB
  • 211225 rows
  • 31 columns
id

Id

text

Text

example_very_unclear

Example Very Unclear

admiration

Admiration

amusement

Amusement

anger

Anger

annoyance

Annoyance

approval

Approval

caring

Caring

confusion

Confusion

curiosity

Curiosity

desire

Desire

disappointment

Disappointment

disapproval

Disapproval

disgust

Disgust

embarrassment

Embarrassment

excitement

Excitement

fear

Fear

gratitude

Gratitude

grief

Grief

joy

Joy

love

Love

nervousness

Nervousness

optimism

Optimism

pride

Pride

realization

Realization

relief

Relief

remorse

Remorse

sadness

Sadness

surprise

Surprise

neutral

Neutral

eew5j0jThat game hurt.1
eemcysk >sexuality shouldn’t be a grouping category It makes you different from othet ppl so imo it fits the definition of "grouping" true
ed2mah1You do right, if you don't care then fuck 'em!1
eeibobjMan I love reddit.1
eda6yn6[NAME] was nowhere near them, he was by the Falcon. 1
eespn2iRight? Considering it’s such an important document, I should know the damned thing backwards and forwards... thanks again for the help!1
eczuekbHe isn't as big, but he's still quite popular. I've heard the same thing about his content. Never watched him much.1
ed5tx8yThat's crazy; I went to a super [RELIGION] high school and I think I can remember 2 girls the entire 4 years that became teen moms.1
ef961hvthat's adorable asf1
edl7cr3"Sponge Blurb Pubs Quaw Haha GURR ha AAa!" finale is too real1

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
);

Share link

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