File size: 1,185 Bytes
e57fae8 ecb2666 |
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 59 60 |
---
dataset_info:
features:
- name: pid
dtype: int64
- name: question
dtype: string
- name: decoded_image
dtype: image
- name: image
dtype: string
- name: answer
dtype: string
- name: task
dtype: string
- name: category
dtype: string
- name: complexity
dtype: int64
splits:
- name: GRAB
num_bytes: 466596459.9
num_examples: 2170
download_size: 406793109
dataset_size: 466596459.9
configs:
- config_name: default
data_files:
- split: GRAB
path: data/GRAB-*
---
# Dataset Card for GRAB
## Dataset Description
- **Homepage:** [https://github.com/jonathan-roberts1/GRAB](https://github.com/jonathan-roberts1/GRAB)
- **Paper:** [GRAB: A Challenging GRaph Analysis Benchmark for Large Multimodal Models]()
### Dataset Summary
TODO
### Code
### Dataset Curators
This dataset was curated by Jonathan Roberts, Kai Han, and Samuel Albanie
### Citation Information
```
@article{roberts2024grab,
title={GRAB: A Challenging GRaph Analysis Benchmark for Large Multimodal Models},
author={Jonathan Roberts and Kai Han and Samuel Albanie},
year={2024},
journal={arXiv preprint arXiv:},
}
``` |