|
--- |
|
license: mit |
|
task_categories: |
|
- question-answering |
|
tags: |
|
- math |
|
pretty_name: Easy Math Dataset |
|
size_categories: |
|
- 1M<n<10M |
|
--- |
|
|
|
# Beginner Math Dataset |
|
|
|
[](https://opensource.org/licenses/MIT) |
|
|
|
A large-scale dataset containing 2,000,000 math problems and solutions for basic arithmetic operations and word problems. |
|
|
|
## Dataset Details |
|
|
|
- **License:** MIT |
|
- **Task Category:** Question Answering |
|
- **Tags:** Math, 1st grade |
|
- **Split:** Train only |
|
|
|
## Dataset Structure |
|
|
|
Each example contains two fields: |
|
- `question`: Math problem in natural language or numerical form |
|
- `answer`: Numerical answer (may include negative numbers and decimals) |
|
|
|
|
|
## Usage |
|
|
|
Load with Hugging Face `datasets`: |
|
```python |
|
from datasets import load_dataset |
|
|
|
dataset = load_dataset("PingVortex/simple-math") |
|
``` |
|
|
|
## Community |
|
|
|
Join my Discord for support and updates: |
|
[](https://discord.gg/Efe5ws6jcP) |
|
|
|
|
|
## Citation |
|
If you use this dataset in your research, please credit: |
|
```bibtex |
|
@misc{easymath2025, |
|
author = {PingVortex}, |
|
title = {Easy Math Dataset}, |
|
year = {2025}, |
|
publisher = {Hugging Face}, |
|
howpublished = {\url{https://huggingface.co/datasets/PingVortex/simple-math}} |
|
} |
|
``` |