glowol commited on
Commit
002f872
·
verified ·
1 Parent(s): db9f1e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -25
README.md CHANGED
@@ -10,31 +10,6 @@ tags:
10
  - multimodal
11
  size_categories:
12
  - 1K<n<10K
13
- configs:
14
- - config_name: default
15
- data_files:
16
- - split: train
17
- path: data/train-*
18
- dataset_info:
19
- features:
20
- - name: query
21
- dtype: string
22
- - name: answer
23
- dtype: string
24
- - name: perception
25
- dtype: int32
26
- - name: search
27
- dtype: int32
28
- - name: reason
29
- dtype: int32
30
- - name: image
31
- dtype: image
32
- splits:
33
- - name: train
34
- num_bytes: 199666751
35
- num_examples: 194
36
- download_size: 199597691
37
- dataset_size: 199666751
38
  ---
39
 
40
  # RealXBench
@@ -46,6 +21,9 @@ RealXBench is a comprehensive visual question answering benchmark dataset. The f
46
  Each example contains:
47
  - **query**: The question about the image (in English)
48
  - **answer**: The ground truth answer(s), with multiple answers separated by "or"
 
 
 
49
  - **image**: The corresponding image file
50
 
51
  ## Usage
 
10
  - multimodal
11
  size_categories:
12
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # RealXBench
 
21
  Each example contains:
22
  - **query**: The question about the image (in English)
23
  - **answer**: The ground truth answer(s), with multiple answers separated by "or"
24
+ - **perception**: Difficulty level for perception task (1 if required, 0 otherwise)
25
+ - **search**: Difficulty level for search task (1 if required, 0 otherwise)
26
+ - **reason**: Difficulty level for reasoning task (1 if required, 0 otherwise)
27
  - **image**: The corresponding image file
28
 
29
  ## Usage