Improve dataset card: add task category, license, and project links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -43,8 +46,11 @@ configs:
43
  - split: combined
44
  path: data/combined-*
45
  ---
 
46
  # CurveBench
47
 
 
 
48
  **CurveBench** is the **Hard set** of [CurveBench](https://huggingface.co/collections/AmirMohseni/curvebench), a benchmark designed to evaluate the **topological reasoning** capabilities of large vision-language models (VLMs).
49
  Each sample is a hand-drawn image of disjoint curves paired with the exact rooted-tree structure that encodes the nestedness relationships visible in the image.
50
 
@@ -192,4 +198,4 @@ If you use CurveBench in your research, please cite:
192
  primaryClass={cs.CV},
193
  url={https://arxiv.org/abs/2605.14068},
194
  }
195
- ```
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
  dataset_info:
6
  features:
7
  - name: image
 
46
  - split: combined
47
  path: data/combined-*
48
  ---
49
+
50
  # CurveBench
51
 
52
+ [**Paper**](https://huggingface.co/papers/2605.14068) | [**Code**](https://github.com/Amir-Mohseni/CurveBench) | [**Collection**](https://huggingface.co/collections/AmirMohseni/curvebench)
53
+
54
  **CurveBench** is the **Hard set** of [CurveBench](https://huggingface.co/collections/AmirMohseni/curvebench), a benchmark designed to evaluate the **topological reasoning** capabilities of large vision-language models (VLMs).
55
  Each sample is a hand-drawn image of disjoint curves paired with the exact rooted-tree structure that encodes the nestedness relationships visible in the image.
56
 
 
198
  primaryClass={cs.CV},
199
  url={https://arxiv.org/abs/2605.14068},
200
  }
201
+ ```