Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,4 +61,27 @@ configs:
|
|
| 61 |
path: full_agreement/heldout_item-*
|
| 62 |
- split: heldout_task
|
| 63 |
path: full_agreement/heldout_task-*
|
|
|
|
|
|
|
|
|
|
| 64 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
path: full_agreement/heldout_item-*
|
| 62 |
- split: heldout_task
|
| 63 |
path: full_agreement/heldout_task-*
|
| 64 |
+
license: mit
|
| 65 |
+
language:
|
| 66 |
+
- en
|
| 67 |
---
|
| 68 |
+
# Multi-task Creativity Evaluation Dataset (MuCE)
|
| 69 |
+
|
| 70 |
+
This dataset is introduced in the [Creative Preference Optimization](https://arxiv.org/abs/2505.14442) and contains human responses and ratings for multiple creativity assessments.
|
| 71 |
+
|
| 72 |
+
### Dataset Sources
|
| 73 |
+
|
| 74 |
+
See [Creative Preference Optimization](https://arxiv.org/abs/2505.14442) for a list of sources.
|
| 75 |
+
|
| 76 |
+
## Citation
|
| 77 |
+
```
|
| 78 |
+
@misc{ismayilzada2025creativepreferenceoptimization,
|
| 79 |
+
title={Creative Preference Optimization},
|
| 80 |
+
author={Mete Ismayilzada and Antonio Laverghetta Jr. and Simone A. Luchini and Reet Patel and Antoine Bosselut and Lonneke van der Plas and Roger Beaty},
|
| 81 |
+
year={2025},
|
| 82 |
+
eprint={2505.14442},
|
| 83 |
+
archivePrefix={arXiv},
|
| 84 |
+
primaryClass={cs.CL},
|
| 85 |
+
url={https://arxiv.org/abs/2505.14442},
|
| 86 |
+
}
|
| 87 |
+
```
|