Datasets:
Update link to paper, change task category
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
- name: idx
|
|
@@ -35,17 +42,10 @@ configs:
|
|
| 35 |
data_files:
|
| 36 |
- split: test
|
| 37 |
path: data/test-*
|
| 38 |
-
task_categories:
|
| 39 |
-
- visual-question-answering
|
| 40 |
-
language:
|
| 41 |
-
- en
|
| 42 |
-
pretty_name: ColorBench
|
| 43 |
-
size_categories:
|
| 44 |
-
- 1K<n<10K
|
| 45 |
---
|
| 46 |
|
| 47 |
# 🎨 ColorBench
|
| 48 |
-
[**📖 Paper**](https://
|
| 49 |
|
| 50 |
ColorBench is a **multimodal dataset** to comprehensively assess capabilities of VLMs in color understanding, including color perception, reasoning, and robustness, introduced in ["ColorBench: Can VLMs See and Understand the Colorful World? A Comprehensive Benchmark for Color Perception, Reasoning, and Robustness"](todo).
|
| 51 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-text-to-text
|
| 9 |
+
pretty_name: ColorBench
|
| 10 |
dataset_info:
|
| 11 |
features:
|
| 12 |
- name: idx
|
|
|
|
| 42 |
data_files:
|
| 43 |
- split: test
|
| 44 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
---
|
| 46 |
|
| 47 |
# 🎨 ColorBench
|
| 48 |
+
[**📖 Paper**](https://huggingface.co/papers/2504.10514) | [**💻 GitHub**](https://github.com/tianyi-lab/ColorBench)
|
| 49 |
|
| 50 |
ColorBench is a **multimodal dataset** to comprehensively assess capabilities of VLMs in color understanding, including color perception, reasoning, and robustness, introduced in ["ColorBench: Can VLMs See and Understand the Colorful World? A Comprehensive Benchmark for Color Perception, Reasoning, and Robustness"](todo).
|
| 51 |
|