ReMI was introduced in ReMI: A Dataset for Reasoning with Multiple Images. It contains 13 tasks namely: EmojiAlgebra, FuncRead, GeomShape, GeomCost, Collisions, Clocks, Schedule, Charts, CodeEdit, Isomorphism, Maps, RefCOCO, and IQ.
All the data examples were divided into two subsets: train and test.
To download the dataset, install Huggingface Datasets and then use the following command:
from datasets import load_dataset
dataset = load_dataset("mehrankazemi/ReMI")
For evaluation, use this colab.
The dataset contains the following fields:
ReMI has been created through the following ways: 1- Using visualization libraries such as matplotlib, rendering TikZ code in latex, NetworkX, etc., 2- screenshots from Google Maps, 3- images from COCO.
@article{kazemi2024remi,
title={ReMI: A Dataset for Reasoning with Multiple Images},
author={Kazemi, Mehran and Dikkala, Nishanth and Anand, Ankit and Devic, Petar and Dasgupta, Ishita and Liu, Fangyu and Fatemi, Bahare and Awasthi, Pranjal and Guo, Dee and Gollapudi, Sreenivas and Qureshi, Ahmed},
journal={arXiv preprint arXiv:2406.09175},
year={2024}
}
15 commits
ReMI was introduced in ReMI: A Dataset for Reasoning with Multiple Images. It contains 13 tasks namely: EmojiAlgebra, FuncRead, GeomShape, GeomCost, Collisions, Clocks, Schedule, Charts, CodeEdit, Isomorphism, Maps, RefCOCO, and IQ.
All the data examples were divided into two subsets: train and test.
To download the dataset, install Huggingface Datasets and then use the following command:
from datasets import load_dataset
dataset = load_dataset("mehrankazemi/ReMI")
For evaluation, use this colab.
The dataset contains the following fields:
ReMI has been created through the following ways: 1- Using visualization libraries such as matplotlib, rendering TikZ code in latex, NetworkX, etc., 2- screenshots from Google Maps, 3- images from COCO.
@article{kazemi2024remi,
title={ReMI: A Dataset for Reasoning with Multiple Images},
author={Kazemi, Mehran and Dikkala, Nishanth and Anand, Ankit and Devic, Petar and Dasgupta, Ishita and Liu, Fangyu and Fatemi, Bahare and Awasthi, Pranjal and Guo, Dee and Gollapudi, Sreenivas and Qureshi, Ahmed},
journal={arXiv preprint arXiv:2406.09175},
year={2024}
}
15 commits