emozioni

  • Descrizione :

Il set di dati di GoEmotions contiene 58.000 commenti Reddit attentamente curati, etichettati per 27 categorie di emozioni o neutrali. Le categorie di emozioni sono ammirazione, divertimento, rabbia, fastidio, approvazione, cura, confusione, curiosità, desiderio, delusione, disapprovazione, disgusto, imbarazzo, eccitazione, paura, gratitudine, dolore, gioia, amore, nervosismo, ottimismo, orgoglio, realizzazione, sollievo, rimorso, tristezza, sorpresa.

Diviso Esempi
'test' 5.427
'train' 43.410
'validation' 5.426
  • Struttura delle caratteristiche :
FeaturesDict({
    'admiration': bool,
    'amusement': bool,
    'anger': bool,
    'annoyance': bool,
    'approval': bool,
    'caring': bool,
    'comment_text': Text(shape=(), dtype=string),
    'confusion': bool,
    'curiosity': bool,
    'desire': bool,
    'disappointment': bool,
    'disapproval': bool,
    'disgust': bool,
    'embarrassment': bool,
    'excitement': bool,
    'fear': bool,
    'gratitude': bool,
    'grief': bool,
    'joy': bool,
    'love': bool,
    'nervousness': bool,
    'neutral': bool,
    'optimism': bool,
    'pride': bool,
    'realization': bool,
    'relief': bool,
    'remorse': bool,
    'sadness': bool,
    'surprise': bool,
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
ammirazione Tensore bool
divertimento Tensore bool
la rabbia Tensore bool
fastidio Tensore bool
approvazione Tensore bool
premuroso Tensore bool
commento_testo Testo corda
confusione Tensore bool
curiosità Tensore bool
desiderio Tensore bool
delusione Tensore bool
disapprovazione Tensore bool
disgusto Tensore bool
imbarazzo Tensore bool
eccitazione Tensore bool
paura Tensore bool
gratitudine Tensore bool
dolore Tensore bool
la gioia Tensore bool
amore Tensore bool
nervosismo Tensore bool
neutro Tensore bool
ottimismo Tensore bool
orgoglio Tensore bool
realizzazione Tensore bool
sollievo Tensore bool
rimorso Tensore bool
tristezza Tensore bool
sorpresa Tensore bool
  • Citazione :
@inproceedings{demszky-2020-goemotions,
    title = "{G}o{E}motions: A Dataset of Fine-Grained Emotions",
    author = "Demszky, Dorottya  and
      Movshovitz-Attias, Dana  and
      Ko, Jeongwoo  and
      Cowen, Alan  and
      Nemade, Gaurav  and
      Ravi, Sujith",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.372",
    pages = "4040--4054",
}