POEMOGermanEmotionClassification / label_taxonomy.json
1602353775wzj's picture
Move ~half Nostalgia-bearing gold poems into train (poem-level; keep anti-leakage)
8191b2d verified
Raw
History Blame Contribute Delete
1.49 kB
{
"n_classes": 9,
"labels": [
{
"id": 0,
"name": "Beauty/Joy"
},
{
"id": 1,
"name": "Sadness"
},
{
"id": 2,
"name": "Uneasiness"
},
{
"id": 3,
"name": "Vitality"
},
{
"id": 4,
"name": "Awe/Sublime"
},
{
"id": 5,
"name": "Suspense"
},
{
"id": 6,
"name": "Annoyance"
},
{
"id": 7,
"name": "Humor"
},
{
"id": 8,
"name": "Nostalgia"
}
],
"train_label_rule": "dual-annotator union ≤2 + poem-level subset of XMLGold (Nostalgia coverage, source=XMLGold_to_train)",
"test_label_rule": "remaining XMLGold emo1/emo2",
"counts": {
"train": {
"Suspense": 265,
"Beauty/Joy": 1036,
"Uneasiness": 610,
"Sadness": 611,
"Awe/Sublime": 261,
"Vitality": 439,
"Humor": 184,
"Annoyance": 120,
"Nostalgia": 38
},
"test": {
"Vitality": 166,
"Sadness": 172,
"Beauty/Joy": 267,
"Suspense": 151,
"Humor": 74,
"Annoyance": 168,
"Uneasiness": 154,
"Awe/Sublime": 154,
"Nostalgia": 32
},
"all": {
"Suspense": 416,
"Beauty/Joy": 1303,
"Uneasiness": 764,
"Sadness": 783,
"Awe/Sublime": 415,
"Vitality": 605,
"Humor": 258,
"Annoyance": 288,
"Nostalgia": 70
}
}
}