Original dataset: GoEmotions dataset
Filtered using the following mapping based on the basic emotions found in Plutchik's Wheel of Emotions and filtered to use only the sentences with one label
wheel_dict = {
"joy": [
"joy",
"amusement",
"excitement",
"gratitude",
"pride",
"relief",
"admiration",
"love",
"optimism",
],
"trust": ["approval", "caring"],
"fear": ["fear", "nervousness"],
"surprise":… See the full description on the dataset page:
https://huggingface.co/datasets/Jsevisal/go_emotions_wheel_unilabel.