Datasets:
What is emotion = 6?
Not listed in the documentation but some responses have emotion = 6 labels.
Passage from the paper:
Following (Wang et al., 2013), we adopt the “BigSix Theory” (Ekman, 1992) to label each utterance in DailyDialog. Ekman (1992) thinks that there are six primary and universal emotions in human beings: {Anger, Disgust, Fear, Happiness, Sadness, Surprise}. Besides the main six categories of emotions, we find it necessary to add additional category to represent other emotions. Hence, we have seven emotion categories in DailyDialog.
Thus I believe the emotion labels are as follows:
0 == No emotion / Other emotions
1 == Anger
2 == Disgust
3 == Fear
4 == Happiness
5 == Sadness
6 == Surprise
Thus I believe the emotion labels are as follows:
0 == No emotion / Other emotions
1 == Anger
2 == Disgust
3 == Fear
4 == Happiness
5 == Sadness
6 == Surprise
Thanks! @raresionut
I added the missing labels to the card in https://huggingface.co/datasets/daily_dialog/discussions/5.