File size: 950 Bytes
8f3ed61
 
 
 
 
1dbf460
8f3ed61
 
 
d2e593d
8f3ed61
1dbf460
8f3ed61
 
 
1dbf460
8f3ed61
1dbf460
8f3ed61
1dbf460
8f3ed61
 
 
 
1dbf460
8f3ed61
 
 
 
1dbf460
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
task_categories:
- text-classification

---
# AutoTrain Dataset for project: github-emotion-love

## Dataset Description

Dataset used in the paper: Imran et al., ["Data Augmentation for Improving Emotion Recognition in Software Engineering Communication"](https://arxiv.org/abs/2208.05573), ASE-2022.

This is an annotated dataset of 2000 GitHub comments. Six basic emotions are annotated. They are Anger, Love, Fear, Joy, Sadness and Surprise. This repository contains annotations of all emotions.

## Dataset Structure

Dataset is in CSV format. The columns are:

```id, modified_comment, Anger, Love, Fear, Joy, Sadness, Surprise```

Here, `id` is a unique id for each comment. Each emotion is marked as 1 or 0.


### Dataset Splits

This dataset is split into a train and test split. The split sizes are as follows:

| Split name   | Num samples         |
| ------------ | ------------------- |
| train        | 1600 |
| test        | 400 |