File size: 688 Bytes
05e6122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9037e90
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: source
    dtype: string
  - name: image_1
    dtype: string
  - name: image_2
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: images
    sequence: image
  splits:
  - name: train
    num_bytes: 15143037629.702955
    num_examples: 20761
  - name: test
    num_bytes: 732053465.551
    num_examples: 999
  download_size: 15688743815
  dataset_size: 15875091095.253956
---
Processed data of CompBench: MLLM-CompBench: A Comparative Reasoning Benchmark for Multimodal LLMs