File size: 1,741 Bytes
0f2cb7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
language:
- en
tags:
- synthetic
- maths
---
# Clean Math Reasoning Dataset

A clean dataset for training and evaluating language models on mathematical problem solving.

The dataset contains concise mathematical question-and-answer pairs designed to improve model performance on structured numerical reasoning tasks.

## Dataset Structure

The dataset contains two fields:

| Column     | Description                        |
| ---------- | ---------------------------------- |
| `prompt`   | A mathematical problem or question |
| `response` | The corresponding solution         |

Example:

```text
prompt:
48392+92831=?

response:
48392+92831=141223
```

## Tasks Covered

The dataset includes examples across several mathematical areas:

* Arithmetic operations
* Algebra
* Fractions
* Percentages
* Powers and exponents
* Equations
* Geometry calculations

## Features

* Clean CSV format
* Consistent input-output structure
* No missing values
* Compact and efficient formatting
* Suitable for language model training and evaluation

## Intended Uses

This dataset can be used for:

* Supervised fine-tuning
* Mathematical reasoning experiments
* Model evaluation
* Educational AI systems
* Benchmarking arithmetic capabilities

## Data Format

CSV format:

```csv
prompt,response
"12^5=?","12^5=248832"
"25% of 8400=?","8400*25/100=2100"
"Solve 7x+9=72","7x=63, x=9"
```

## Limitations

This dataset focuses on structured mathematical tasks. It is intended to improve performance on numerical reasoning patterns and does not cover advanced mathematical topics such as formal proofs, abstract mathematics, or complex real-world modeling.

## License

Open Data Attribution Training Disclosure License (ODATL‑1.0)