Datasets:
image
imagewidth (px) 200
200
| ocr_text
stringlengths 5
7
| result
int64 0
100
|
---|---|---|
45+44=? | 89 |
|
95-34=? | 61 |
|
95-3=? | 92 |
|
4+18=? | 22 |
|
42+12=? | 54 |
|
24+37=? | 61 |
|
75-26=? | 49 |
|
94-10=? | 84 |
|
52-5=? | 47 |
|
20+30=? | 50 |
|
37+47=? | 84 |
|
19+14=? | 33 |
|
39+30=? | 69 |
|
71-39=? | 32 |
|
82-6=? | 76 |
|
45+7=? | 52 |
|
10+28=? | 38 |
|
3+7=? | 10 |
|
42+12=? | 54 |
|
23+49=? | 72 |
|
60-12=? | 48 |
|
63-33=? | 30 |
|
7+38=? | 45 |
|
84-6=? | 78 |
|
22+31=? | 53 |
|
12+19=? | 31 |
|
91-9=? | 82 |
|
60-45=? | 15 |
|
86-5=? | 81 |
|
65-17=? | 48 |
|
15+19=? | 34 |
|
2+35=? | 37 |
|
71-1=? | 70 |
|
22+3=? | 25 |
|
37+24=? | 61 |
|
50-34=? | 16 |
|
7+32=? | 39 |
|
80-10=? | 70 |
|
19+7=? | 26 |
|
55-14=? | 41 |
|
44+13=? | 57 |
|
95-35=? | 60 |
|
43+41=? | 84 |
|
29+46=? | 75 |
|
21+1=? | 22 |
|
51-41=? | 10 |
|
38+32=? | 70 |
|
35+3=? | 38 |
|
69-12=? | 57 |
|
46+44=? | 90 |
|
23+37=? | 60 |
|
14+3=? | 17 |
|
77-9=? | 68 |
|
53-21=? | 32 |
|
1+30=? | 31 |
|
12+23=? | 35 |
|
56-45=? | 11 |
|
7+19=? | 26 |
|
81-24=? | 57 |
|
22+35=? | 57 |
|
47+14=? | 61 |
|
36+4=? | 40 |
|
13+27=? | 40 |
|
21+8=? | 29 |
|
91-35=? | 56 |
|
70-24=? | 46 |
|
55-44=? | 11 |
|
84-48=? | 36 |
|
75-16=? | 59 |
|
2+12=? | 14 |
|
69-24=? | 45 |
|
72-2=? | 70 |
|
52-1=? | 51 |
|
44+29=? | 73 |
|
94-21=? | 73 |
|
75-7=? | 68 |
|
38+12=? | 50 |
|
63-40=? | 23 |
|
91-34=? | 57 |
|
53-47=? | 6 |
|
99-4=? | 95 |
|
81-49=? | 32 |
|
74-34=? | 40 |
|
28+50=? | 78 |
|
51-31=? | 20 |
|
26+20=? | 46 |
|
36+13=? | 49 |
|
86-41=? | 45 |
|
39+4=? | 43 |
|
97-18=? | 79 |
|
33+17=? | 50 |
|
68-47=? | 21 |
|
47+5=? | 52 |
|
53-24=? | 29 |
|
17+6=? | 23 |
|
81-34=? | 47 |
|
22+16=? | 38 |
|
51-4=? | 47 |
|
85-12=? | 73 |
|
21+7=? | 28 |
Dataset Details
- Dataset Name: MathCaptcha10k
- Curated by: Atalay Denknalbant
- License: Creative Commons Attribution 4.0 International (CC BY 4.0)
- Repository: https://www.kaggle.com/datasets/atalaydenknalbant/mathcaptcha10k
Dataset Description
A corpus of 10 000 synthetic arithmetic‐captcha images rendered at 200×70 px. Each image contains exactly two base-10 numbers (1–2 digits), a single +
or –
operator, an =
sign and a trailing question mark (e.g. 96-41=?
). Every example in the train split includes:
image | ocr_text | result |
---|---|---|
96-41=? |
"96-41=?" | 55 |
…where ocr_text
is the exact characters in the image, and result
is the integer answer.
The test split consists of 11 766 unlabeled captchas in Unlabeled/
folder.
Examples of the Captchas
Even state-of-the-art vision-language models often mis‐OCR the more distorted variants (see the “challenging” sample above).
Uses
Direct uses:
- Train and evaluate OCR/vision-language models on simple arithmetic recognition.
- Benchmark visual math-solving capabilities.
Out-of-scope uses:
- Handwritten digit OCR.
- Complex mathematical notation beyond two-term arithmetic.
Dataset Structure
Splits
train
(10 000 labeled examples)test
(11 766.png
files inUnlabeled/
)
Features
image
(PNG file)ocr_text
(string, e.g."75-26=?"
)result
(int, e.g.49
)
Dataset Creation
Curation Rationale
Synthetic captchas provide a controlled environment for training and benchmarking. Even top tier vision language methods struggle with some distortions motivating manual QA to ensure label accuracy.
Source Data
Programmatically generated using CaptchaMvc.Mvc5’s standard arithmetic template.
Data Collection & Processing
- Generate 10 000 PNG captchas via CaptchaMvc.Mvc5.
- Run a VLM-based OCR pipeline, then manually verify and correct every label in a Streamlit QA app.
Annotator:
- Atalay Denknalbant
Personal & Sensitive Information
None. Captchas contain no personal data.
Bias, Risks & Limitations
- Purely synthetic; may not generalize to natural or handwritten text.
- Limited to two-term, 1–2 digit arithmetic.
Recommendations
Combine with broader OCR datasets for real-world text recognition tasks.
Citation
@misc{atalay_denknalbant_2025,
title = {MathCaptcha10k},
author = {Atalay Denknalbant},
year = {2025},
howpublished = {\url{https://www.kaggle.com/ds/7779792}},
publisher = {Kaggle},
DOI = {10.34740/KAGGLE/DS/7779792}
}
APA
Denknalbant, A. (2025). MathCaptcha10k [Data set]. Kaggle. https://doi.org/10.34740/KAGGLE/DS/7779792
Dataset Card Authors
- Atalay Denknalbant
Dataset Card Contact
- Atalay Denknalbant (questions & feedback)
- Downloads last month
- 0