
Dataset type:
Generation of Source Data and Instruction Data. The creation of SMR involves a meticulous amalgamation of publicly available datasets, comprising Arxiv-QA, ScienceQA, MATH-Vision, TextBookQA, GeoQA3, Geometry3K, TabMWP, DVQA, AI2D, and ChartVQA.
The disparities between SMR and conventional instruction tuning datasets manifest in two key aspects:
Challenging Reasoning Tasks: Many of the tasks in Physical/Social science and mathematics demand advanced reasoning abilities.
Demand for Image Detail Understanding: All tasks necessitate a profound understanding of visual details because many images contain rich annotation information or questions requiring comprehensive visual analysis.
To ensure the accuracy of our data, we carefully filter it after collection. This involves identifying and fixing issues like blurry images or jumbled text, unrelated image-text pairs, and incorrect reasoning paths that can't lead to correct answers or might lead to wrong conclusions. For the latter, we use GPT-4V to create new, accurate reasoning paths.
data
βββ arxivqa
β βββ images
βββ DVQA
β βββ images
βββ Geometry3K
β βββ 0-2400 dirs
βββ ChartQA
β βββ train_images
βββ GeoQA3
β βββ image
β βββ json
βββ mathvision
βββ scienceqa
βββ tabmwp
βββ GeoQA3
β βββ train
β βββ test
β βββ val
βββ ai2d
β βββ abc_images
β βββ images
βββ geoqa+
β βββ images
python playground/data/process_arxivqa.py
Download images using this url.
Clone this repo
extract all the training images in ChartQA_Dataset/train/png into ChartQA
Download images using this url.
The image path in our json file will be os.path.join(f'Geometry3K/i', 'img_diagram.png')
Download images using this url
extract all the training images in GeoQA3/image
Download images using this url
Our data will not include the images from test-mini split automatically
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/train.zip
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/val.zip
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/test.zip
unzip -q train.zip
unzip -q val.zip
unzip -q test.zip
rm train.zip
rm val.zip
rm test.zip
Download images using this url
Download images using this url
Download images using this url
Download images using this url
Paper or resources for more information:
Paper: https://huggingface.co/papers/2406.08487
Arxiv: https://arxiv.org/abs/2406.08487
Code: https://github.com/yfzhang114/SliME
License: Attribution-NonCommercial 4.0 International It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use
Primary intended uses: The primary use of SMR is research on large multimodal models and chatbots.
Primary intended users: The primary intended users of this dataset are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
6 commits

Dataset type:
Generation of Source Data and Instruction Data. The creation of SMR involves a meticulous amalgamation of publicly available datasets, comprising Arxiv-QA, ScienceQA, MATH-Vision, TextBookQA, GeoQA3, Geometry3K, TabMWP, DVQA, AI2D, and ChartVQA.
The disparities between SMR and conventional instruction tuning datasets manifest in two key aspects:
Challenging Reasoning Tasks: Many of the tasks in Physical/Social science and mathematics demand advanced reasoning abilities.
Demand for Image Detail Understanding: All tasks necessitate a profound understanding of visual details because many images contain rich annotation information or questions requiring comprehensive visual analysis.
To ensure the accuracy of our data, we carefully filter it after collection. This involves identifying and fixing issues like blurry images or jumbled text, unrelated image-text pairs, and incorrect reasoning paths that can't lead to correct answers or might lead to wrong conclusions. For the latter, we use GPT-4V to create new, accurate reasoning paths.
data
βββ arxivqa
β βββ images
βββ DVQA
β βββ images
βββ Geometry3K
β βββ 0-2400 dirs
βββ ChartQA
β βββ train_images
βββ GeoQA3
β βββ image
β βββ json
βββ mathvision
βββ scienceqa
βββ tabmwp
βββ GeoQA3
β βββ train
β βββ test
β βββ val
βββ ai2d
β βββ abc_images
β βββ images
βββ geoqa+
β βββ images
python playground/data/process_arxivqa.py
Download images using this url.
Clone this repo
extract all the training images in ChartQA_Dataset/train/png into ChartQA
Download images using this url.
The image path in our json file will be os.path.join(f'Geometry3K/i', 'img_diagram.png')
Download images using this url
extract all the training images in GeoQA3/image
Download images using this url
Our data will not include the images from test-mini split automatically
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/train.zip
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/val.zip
wget https://scienceqa.s3.us-west-1.amazonaws.com/images/test.zip
unzip -q train.zip
unzip -q val.zip
unzip -q test.zip
rm train.zip
rm val.zip
rm test.zip
Download images using this url
Download images using this url
Download images using this url
Download images using this url
Paper or resources for more information:
Paper: https://huggingface.co/papers/2406.08487
Arxiv: https://arxiv.org/abs/2406.08487
Code: https://github.com/yfzhang114/SliME
License: Attribution-NonCommercial 4.0 International It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use
Primary intended uses: The primary use of SMR is research on large multimodal models and chatbots.
Primary intended users: The primary intended users of this dataset are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
6 commits