File size: 941 Bytes
2fad77a e029d36 727e3bc ba3d58f e029d36 727e3bc ba3d58f e029d36 8744ed7 |
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
license: cc
task_categories:
- multiple-choice
- visual-question-answering
- reinforcement-learning
language:
- en
tags:
- MCQA
- Multimodal
- VQA
- MCQ
- RL
- RLVR
size_categories:
- 100K<n<1M
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: photoid
dtype: int64
- name: downloadurl
dtype: string
- name: question
dtype: string
- name: options
dtype: string
- name: answer
dtype: string
- name: image
dtype: 'null'
- name: resolution
dtype: string
splits:
- name: validation
num_bytes: 621106
num_examples: 3500
- name: train
num_bytes: 16465030
num_examples: 93000
- name: test
num_bytes: 619592
num_examples: 3500
download_size: 4359647
dataset_size: 17705728
---
http://arxiv.org/abs/2509.25941
|