paper-with-me

Papers

GoEmotions: A Dataset of Fine-Grained Emotions

2020-05-01 · ACL 2020 6 · Dorottya Demszky, Dana Movshovitz-Attias, Jeongwoo Ko, Alan Cowen, Gaurav Nemade, Sujith Ravi

Understanding emotion expressed in language has a wide range of applications, from building empathetic chatbots to detecting harmful online behavior. Advancement in this area can be improved using large-scale datasets with a fine-grained typology, adaptable to multiple downstream tasks. We introduce GoEmotions, the largest manually annotated dataset of 58k English Reddit comments, labeled for 27 emotion categories or Neutral. We demonstrate the high quality of the annotations via Principal Preserved Component Analysis. We conduct transfer learning experiments with existing emotion benchmarks to show that our dataset generalizes well to other domains and different emotion taxonomies. Our BERT-based model achieves an average F1-score of .46 across our proposed taxonomy, leaving much room for improvement.

📄 PDF Abstract BibTeX arXiv:2005.00547

Code (9)

google-research/google-research 공식 구현 tf
dinobby/hypemo pytorch
foukonana/multi_emotions
google-research/google-research/tree/master/goemotions tf
hlt-maia/emotion-transformer pytorch
i-benjelloun/text_emotions_detection tf
monologg/GoEmotions-pytorch pytorch
nur-ag/emotion-classification pytorch
spice-h2020/SON

Tasks

Emotion ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Fine-Grained Emotion Detection on GoEmotions: Experimental Comparison of Classical Machine Learning, BiLSTM, and Transformer Models

2026-01-26 · Ani Harutyunyan, Sachin Kumar arxiv

Fine-grained emotion recognition is a challenging multi-label NLP task due to label overlap and class imbalance. In this work, we benchmark three modeling families on the GoEmotions dataset: a TF-IDF-based logistic regre…

Multi-Label ClassificationEmotion Recognition

Emotion4MIDI: a Lyrics-based Emotion-Labeled Symbolic Music Dataset

2023-07-27 · Serkan Sulun, Pedro Oliveira, Paula Viana

We present a new large-scale emotion-labeled symbolic music dataset consisting of 12k MIDI songs. To create this dataset, we first trained emotion classification models on the GoEmotions dataset, achieving state-of-the-a…

Emotion Classification

Fine-Grained Emotion Prediction by Modeling Emotion Definitions

2021-07-26 · Gargi Singh, Dhanajit Brahma, Piyush Rai, Ashutosh Modi

In this paper, we propose a new framework for fine-grained emotion prediction in the text through emotion definition modeling. Our approach involves a multi-task learning framework that models definitions of emotions as …

Language ModelingLanguage ModellingMasked Language ModelingMulti-Task Learning+2

ViGoEmotions: A Benchmark Dataset For Fine-grained Emotion Detection on Vietnamese Texts

2026-02-09 · Hung Quang Tran, Nam Tien Pham, Son T. Luu, Kiet Van Nguyen arxiv

Emotion classification plays a significant role in emotion prediction and harmful content detection. Recent advancements in NLP, particularly through large language models (LLMs), have greatly improved outcomes in this f…

Emotion ClassificationLexical Normalization

Large Language Models on Fine-grained Emotion Detection Dataset with Data Augmentation and Transfer Learning

2024-03-10 · Kaipeng Wang, Zhi Jing, Yongye Su, Yikun Han

This paper delves into enhancing the classification performance on the GoEmotions dataset, a large, manually annotated dataset for emotion detection in text. The primary goal of this paper is to address the challenges of…

Data AugmentationTransfer Learning