emotion-balanced / README.md
AdamCodd's picture
Update README.md
9c09f9a
metadata
annotations_creators:
  - machine-generated
language_creators:
  - machine-generated
language:
  - en
license:
  - other
multilinguality:
  - monolingual
size_categories:
  - 10K<n<100K
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - multi-class-classification
paperswithcode_id: emotion
pretty_name: Emotion
tags:
  - emotion-classification
dataset_info:
  - config_name: split
    features:
      - name: text
        dtype: string
      - name: label
        dtype:
          class_label:
            names:
              '0': sadness
              '1': joy
              '2': love
              '3': anger
              '4': fear
              '5': surprise
    splits:
      - name: train
        num_bytes: 1968209
        num_examples: 16000
      - name: validation
        num_bytes: 247888
        num_examples: 2000
      - name: test
        num_bytes: 244379
        num_examples: 2000
    download_size: 740883
    dataset_size: 2173481
  - config_name: unsplit
    features:
      - name: text
        dtype: string
      - name: label
        dtype:
          class_label:
            names:
              '0': sadness
              '1': joy
              '2': love
              '3': anger
              '4': fear
              '5': surprise
    splits:
      - name: train
        num_bytes: 10792185
        num_examples: 89754
    download_size: 10792185
    dataset_size: 10792185
train-eval-index:
  - config: default
    task: text-classification
    task_id: multi_class_classification
    splits:
      train_split: train
      eval_split: test
    col_mapping:
      text: text
      label: target
    metrics:
      - type: accuracy
        name: Accuracy
      - type: f1
        name: F1 macro
        args:
          average: macro
      - type: f1
        name: F1 micro
        args:
          average: micro
      - type: f1
        name: F1 weighted
        args:
          average: weighted
      - type: precision
        name: Precision macro
        args:
          average: macro
      - type: precision
        name: Precision micro
        args:
          average: micro
      - type: precision
        name: Precision weighted
        args:
          average: weighted
      - type: recall
        name: Recall macro
        args:
          average: macro
      - type: recall
        name: Recall micro
        args:
          average: micro
      - type: recall
        name: Recall weighted
        args:
          average: weighted

Dataset Card for "emotion"

Table of Contents

Dataset Description

Dataset Summary

Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.

Supported Tasks and Leaderboards

More Information Needed

Languages

More Information Needed

Dataset Structure

Data Instances

An example looks as follows.

{
  "text": "im feeling quite sad and sorry for myself but ill snap out of it soon",
  "label": 0
}

Data Fields

The data fields are:

  • text: a string feature.
  • label: a classification label, with possible values including sadness (0), joy (1), love (2), anger (3), fear (4), surprise (5).

Data Splits

The dataset has 2 configurations:

  • split: with a total of 20_000 examples split into train, validation and test
  • unsplit: with a total of 89_754 examples in a single train split
name train validation test
split 16000 2000 2000
unsplit 89754 n/a n/a

Dataset Creation

Curation Rationale

This dataset is designed for training machine learning models to perform emotion analysis. It contains text samples from Twitter labeled with six different emotions: sadness, joy, love, anger, fear, and surprise. The dataset is balanced, meaning that it has an equal number of samples for each label.

This dataset is originally sourced from dair-ai's emotion dataset, but the initial dataset was unbalanced and had some duplicate samples. Thus, this dataset has been deduplicated and balanced to ensure an equal number of samples for each emotion label.

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

The dataset should be used for educational and research purposes only.

Citation Information

If you use this dataset, please cite:

@inproceedings{saravia-etal-2018-carer,
    title = "{CARER}: Contextualized Affect Representations for Emotion Recognition",
    author = "Saravia, Elvis  and
      Liu, Hsien-Chi Toby  and
      Huang, Yen-Hao  and
      Wu, Junlin  and
      Chen, Yi-Shin",
    booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
    month = oct # "-" # nov,
    year = "2018",
    address = "Brussels, Belgium",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D18-1404",
    doi = "10.18653/v1/D18-1404",
    pages = "3687--3697",
    abstract = "Emotions are expressed in nuanced ways, which varies by collective or individual experiences, knowledge, and beliefs. Therefore, to understand emotion, as conveyed through text, a robust mechanism capable of capturing and modeling different linguistic nuances and phenomena is needed. We propose a semi-supervised, graph-based algorithm to produce rich structural descriptors which serve as the building blocks for constructing contextualized affect representations from text. The pattern-based representations are further enriched with word embeddings and evaluated through several emotion recognition tasks. Our experimental results demonstrate that the proposed method outperforms state-of-the-art techniques on emotion recognition tasks.",
}

If you want to support me, you can here.