Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
-
-
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
pretty_name: EXPRESS
|
|
@@ -13,7 +14,13 @@ pretty_name: EXPRESS
|
|
| 13 |
This is the EXPRESS dataset from the paper:
|
| 14 |
https://arxiv.org/pdf/2509.09593
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
+
- fill-mask
|
| 5 |
+
- text-classification
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
pretty_name: EXPRESS
|
|
|
|
| 14 |
This is the EXPRESS dataset from the paper:
|
| 15 |
https://arxiv.org/pdf/2509.09593
|
| 16 |
|
| 17 |
+
## Overview
|
| 18 |
+
|
| 19 |
+
EXPRESS (EXperiences and PRocessed Emotions in Self-disclosure Stories) is a benchmark dataset for evaluating fine-grained emotion recognition in language models. It contains 33,679 naturally occurring Reddit-based human experiences paired with self-disclosed emotion labels.
|
| 20 |
+
|
| 21 |
+
EXPRESS uses emotions explicitly disclosed by the original authors as ground-truth labels. The dataset covers 251 fine-grained emotion labels and an average context length of 259 words, enabling evaluation of models’ ability to infer nuanced emotional states from rich real-world contexts.
|
| 22 |
+
|
| 23 |
+
Each instance masks the self-disclosed emotion word or phrase in the original text using a `<mask>` token.
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|