Datasets:
Languages:
English
Size:
10K - 100K
Tags:
VLM-evaluation
fine-grained-visual-perception
fine-grained-visual-reasoning
text-in-the-wild
scene-text-recognition
License:
Fix chain_reasoning/comparison_chain prompts for dot identity
Browse files
README.md
CHANGED
|
@@ -1,25 +1,57 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: apache-2.0
|
| 5 |
task_categories:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pretty_name: FineSightBench-Large
|
| 10 |
size_categories:
|
| 11 |
-
|
| 12 |
tags:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
splits:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- name: perception
|
|
|
|
| 20 |
num_examples: 42000
|
| 21 |
- name: reasoning
|
|
|
|
| 22 |
num_examples: 39200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# FineSightBench-Large
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
task_categories:
|
| 6 |
+
- visual-question-answering
|
| 7 |
+
- image-classification
|
| 8 |
+
- image-to-text
|
| 9 |
pretty_name: FineSightBench-Large
|
| 10 |
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
tags:
|
| 13 |
+
- VLM-evaluation
|
| 14 |
+
- fine-grained-visual-perception
|
| 15 |
+
- fine-grained-visual-reasoning
|
| 16 |
+
- text-in-the-wild
|
| 17 |
+
- scene-text-recognition
|
| 18 |
splits:
|
| 19 |
+
- name: perception
|
| 20 |
+
num_examples: 42000
|
| 21 |
+
- name: reasoning
|
| 22 |
+
num_examples: 39200
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: image
|
| 26 |
+
dtype: image
|
| 27 |
+
- name: image_id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: task_type
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: question
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: answer
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: difficulty
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: metadata
|
| 38 |
+
dtype: string
|
| 39 |
+
splits:
|
| 40 |
- name: perception
|
| 41 |
+
num_bytes: 2269804611
|
| 42 |
num_examples: 42000
|
| 43 |
- name: reasoning
|
| 44 |
+
num_bytes: 4913242781
|
| 45 |
num_examples: 39200
|
| 46 |
+
download_size: 7117057625
|
| 47 |
+
dataset_size: 7183047392
|
| 48 |
+
configs:
|
| 49 |
+
- config_name: default
|
| 50 |
+
data_files:
|
| 51 |
+
- split: perception
|
| 52 |
+
path: data/perception-*
|
| 53 |
+
- split: reasoning
|
| 54 |
+
path: data/reasoning-*
|
| 55 |
---
|
| 56 |
|
| 57 |
# FineSightBench-Large
|