Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -47,11 +47,11 @@ size_categories:
|
|
47 |
# π¨ ColorBench
|
48 |
[**π Paper**](https://arxiv.org/abs/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"](
|
51 |
|
52 |
It provides:
|
53 |
- **More than 5,800 image-text questions** covering diverse application scenarios and practical challenges for VLMs evaluation.
|
54 |
-
- **3 categories and 11 tasks** for various color-centric capabilities evaluation including Perception (Color Recognition, Color Extraction and Object Recognition), Reasoning (Color Proportion, Color Comparison, Color Counting, and more
|
55 |
|
56 |
## π Instruction
|
57 |
The data/test*.parquet files contain the dataset annotations and images pre-loaded for processing with HF Datasets.
|
@@ -70,11 +70,11 @@ The dataset contains the following fields:
|
|
70 |
| idx | Global index of the sample in the dataset |
|
71 |
| id | Index of the sample in each task |
|
72 |
| type | Type of category: Perception, Reasoning, or Robustness |
|
73 |
-
| task | Type of task: Colo Recognition, Color Extraction, Color Counting
|
74 |
| filename | Path to the image |
|
75 |
| image_url | Source of the image |
|
76 |
| prompt | Prompt with question and choices pre-formatted |
|
77 |
-
| question | Question
|
78 |
| choices | Answer choices for the question |
|
79 |
| answer | Correct answer to the question |
|
80 |
| image | Image object (PIL.Image) |
|
|
|
47 |
# π¨ ColorBench
|
48 |
[**π Paper**](https://arxiv.org/abs/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"](https://arxiv.org/abs/2504.10514).
|
51 |
|
52 |
It provides:
|
53 |
- **More than 5,800 image-text questions** covering diverse application scenarios and practical challenges for VLMs evaluation.
|
54 |
+
- **3 categories and 11 tasks** for various color-centric capabilities evaluation including Perception (Color Recognition, Color Extraction and Object Recognition), Reasoning (Color Proportion, Color Comparison, Color Counting, and more) and Robustness.
|
55 |
|
56 |
## π Instruction
|
57 |
The data/test*.parquet files contain the dataset annotations and images pre-loaded for processing with HF Datasets.
|
|
|
70 |
| idx | Global index of the sample in the dataset |
|
71 |
| id | Index of the sample in each task |
|
72 |
| type | Type of category: Perception, Reasoning, or Robustness |
|
73 |
+
| task | Type of task: Colo Recognition, Color Extraction, Color Counting, and more |
|
74 |
| filename | Path to the image |
|
75 |
| image_url | Source of the image |
|
76 |
| prompt | Prompt with question and choices pre-formatted |
|
77 |
+
| question | Question about the image |
|
78 |
| choices | Answer choices for the question |
|
79 |
| answer | Correct answer to the question |
|
80 |
| image | Image object (PIL.Image) |
|