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:
Upload FineSightBench-Large v1.0 (perception 42000 + reasoning 39200, 10× FineSightBench)
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: perception
|
| 6 |
+
path: data/perception-*
|
| 7 |
+
- split: reasoning
|
| 8 |
+
path: data/reasoning-*
|
| 9 |
+
dataset_info:
|
| 10 |
+
features:
|
| 11 |
+
- name: image
|
| 12 |
+
dtype: image
|
| 13 |
+
- name: image_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: task_type
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: question
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: answer
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: difficulty
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: metadata
|
| 24 |
+
dtype: string
|
| 25 |
+
splits:
|
| 26 |
+
- name: perception
|
| 27 |
+
num_bytes: 87693559
|
| 28 |
+
num_examples: 42000
|
| 29 |
+
- name: reasoning
|
| 30 |
+
num_bytes: 126526373
|
| 31 |
+
num_examples: 39200
|
| 32 |
+
download_size: 7116750355
|
| 33 |
+
dataset_size: 214219932
|
| 34 |
+
---
|