Datasets:
Improve dataset card: Add task category and GitHub link
Browse filesThis PR improves the dataset card by:
- Adding the `image-to-text` task category to the metadata.
- Adding a link to the GitHub repository in the dataset description for better accessibility and reproducibility.
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Surprising Visual Genome (SVG)
|
6 |
|
7 |
-
This repository contains the dataset used in the paper "[Complexity in Complexity: Understanding Visual Complexity Through Structure, Color, and Surprise](https://
|
8 |
|
9 |
## Dataset Description
|
10 |
|
@@ -58,6 +60,6 @@ If you use this dataset in your research, please cite:
|
|
58 |
|
59 |
## Links
|
60 |
|
61 |
-
- [Paper](https://
|
62 |
- [GitHub Repository](https://github.com/Complexity-Project/Complexity-in-Complexity)
|
63 |
- [Experiment Code](https://github.com/Complexity-Project/Experiment)
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-text
|
5 |
---
|
6 |
|
7 |
# Surprising Visual Genome (SVG)
|
8 |
|
9 |
+
This repository contains the dataset used in the paper "[Complexity in Complexity: Understanding Visual Complexity Through Structure, Color, and Surprise](https://huggingface.co/papers/2501.15890)". The dataset includes visual complexity ratings along with various features that help predict perceived visual complexity.
|
10 |
|
11 |
## Dataset Description
|
12 |
|
|
|
60 |
|
61 |
## Links
|
62 |
|
63 |
+
- [Paper](https://huggingface.co/papers/2501.15890)
|
64 |
- [GitHub Repository](https://github.com/Complexity-Project/Complexity-in-Complexity)
|
65 |
- [Experiment Code](https://github.com/Complexity-Project/Experiment)
|