Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
joliang17 commited on
Commit
72e44c4
Β·
verified Β·
1 Parent(s): 61cafdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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"](todo).
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,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 , 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 asked about the image |
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) |