File size: 5,316 Bytes
fd9df20 5f97fb8 bec1149 fd9df20 5f97fb8 fd9df20 5f97fb8 fd9df20 5f97fb8 6e3f4d4 2305285 559ac59 6e3f4d4 bec1149 7cddc98 559ac59 7cddc98 559ac59 0f8323f 78d31ec 7cddc98 c4e155e 48c569e 7cddc98 76a1e0e 961fda3 7cddc98 0f8323f 76a1e0e 0f8323f 76a1e0e 7cddc98 76a1e0e 7cddc98 0f8323f 2fb8358 7cddc98 559ac59 76a1e0e 7cddc98 76a1e0e a21c711 7cddc98 76a1e0e 7cddc98 76a1e0e 7cddc98 2305285 7cddc98 76a1e0e 7cddc98 76a1e0e 7cddc98 a21c711 a2e44e2 76a1e0e a21c711 76a1e0e 7cddc98 76a1e0e a2e44e2 76a1e0e 7cddc98 78d31ec 7cddc98 a21c711 2fb8358 d12a41d 2fb8358 a21c711 bec1149 | 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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | ---
dataset_info:
features:
- name: file_name
dtype: image
- name: url
dtype: string
- name: book
dtype: string
- name: description
dtype: string
- name: context
dtype: string
- name: captions
dtype: string
splits:
- name: full
num_bytes: 40433558
num_examples: 2020
- name: train
num_bytes: 69779282.08386138
num_examples: 1990
- name: test
num_bytes: 1036459.2574257426
num_examples: 20
- name: validation
num_bytes: 613312.1287128713
num_examples: 10
download_size: 137177467
dataset_size: 111862611.47
configs:
- config_name: default
data_files:
- split: full
path: data/full-*
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
language:
- en
tags:
- math
- mathematics
- education
- accessibility
- STEM
pretty_name: MIDAL Dataset
size_categories:
- 1K<n<10K
license: cc-by-nc-sa-4.0
---
# Dataset Card for MIDAL Dataset
The Math Image Descriptions for Accessible Learning (MIDAL) Dataset is a curated collection of 2,020 mathematical figures paired with descriptions, captions, contextual information, and source metadata. It was created to support research in OCR-free math understanding, math image description generation, and improving accessibility in mathematics education.
> [!IMPORTANT]
> **Citation Requirement:** If you use this dataset (or any of its splits) in your research, presentations, or products, please formally cite our associated arXiv paper. See the [Citation](#citation) section below for BibTeX and APA formats.
In this repository, you will find:
* the full dataset
* the training, testing, and validation subsets used for (paper in progress)
For in-depth information regarding the dataset, please read our [paper](https://arxiv.org/abs/2608.00868).
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
The following table depicts the split in the dataset to form the training, testing, and validation subsets used for the paper (link):
| Split | Size | Description |
|-------------|------|---------------------------------|
| Full | 2020 | The entire dataset (no splits)
| Train | 1990 | Used for model training |
| Validation | 10 | Used for hyperparameter tuning |
| Test | 20 | Held-out evaluation set |
#### Split Logic
The splits were created by
1. shuffle dataset with seed = 36
2. select 30 images for temporary split (seed = 36)
3. split the temporary split to produce 10 entries for validation and 20 for testing (seed = 36)
4. the remaining data forms the training subset.
### Dataset Metadata
- **Curated by:** Rebeka Popek, Vaghawan Ojha, Young Hwan You
- **Language(s) (NLP):** English
- **License:** CC BY-NC-SA 4.0
- **Paper:** [MIDAL: Math Image Descriptions for Accessible Learning](https://arxiv.org/abs/2608.00868)
## Uses
MIDAL is intended for training and evaluating models in:
* OCR-free math description generation and
* accessibility for mathematical content.
### Out-of-Scope Use
This dataset is not intended to be used commercially as that will violate the Creative Commons copyrights of many sources.
## Dataset Features
| Field | Type | Description |
|-------------|----------|-----------------------------------|
| file_name | Image | The image itself |
| description | string | Figure description |
| context | string | Additional contextual information |
| captions | string | Figure captions that appeared below the image |
| book | string | Source book title |
| url | string | Source URL |
## Dataset Creation
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
The data was collected only from open educational resources (OER). If using this dataset, please respect their intellectual property and
copyrights.
### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
The dataset was produced using
* Python's Playwright library to collect the metadata
* Label Studio for annotation and
* manual curation to ensure quality and accuracy.
Quality checks included:
* rewriting image descriptions to fit NWEA's image description guidelines
* converting all math content into LaTeX (in amsmath formatting) and
* adding white backgrounds to images with transparent backgrounds.
### Maintainer
Huggingface: @rpopek
email contact: rebekapopek@gmail.com
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
```bibtex
@misc{popek2026midalmathimagedescriptions,
title={MIDAL: A Dataset of Math Image Descriptions for Accessible Learning},
author={Rebeka Popek and Vaghawan Ojha and Young Hwan You},
year={2026},
eprint={2608.00868},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2608.00868},
}
``` |