Datasets:
File size: 3,198 Bytes
5282e77 5a6763d 9bdb22f 5282e77 |
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 |
---
license: cc-by-nc-4.0
language:
- en
task_categories:
- question-answering
- text-generation
tags:
- mathematics
- education
- word-problems
pretty_name: Math Problem Generator Dataset
size_categories:
- 100K<n<1M
---
# Dataset Card for Math Problem Generator
### Dataset Summary
This dataset contains a subset of 100,000 procedurally generated math word problems, covering various mathematical concepts and difficulty levels. The problems were generated using a Java program that creates contextual word problems with detailed solutions and explanations.
🔗 [Full dataset available on Gumroad](https://datadeveloper1.gumroad.com/l/woypqt)
### Supported Tasks and Leaderboards
This dataset can be used for:
- Math word problem solving
- Educational AI systems
- Math question generation
- Automatic explanation generation
### Languages
The dataset is in English.
## Dataset Structure
### Data Instances
Each instance contains:
- Problem category/type
- The word problem text
- The correct answer
- A step-by-step explanation
Example:
Category: fractions addition
Alice has 3/4 of a pizza and finds another 2/5 of the same pizza. How much pizza does Alice have in total?
Answer: 23/20
Explanation: To add fractions, find a common denominator (20). Convert 3/4 to 15/20 and 2/5 to 8/20. Add the numerators: 15 + 8 = 23. The answer is 23/20.
text
### Data Fields
- `operation`: Math category (addition, fractions, algebra, etc.)
- `problem_text`: The word problem
- `answer`: The correct answer (format varies by problem type)
- `explanation`: Step-by-step solution
### Data Splits
The dataset comes as a single file with all 100,000 problems.
## Dataset Creation
### Curation Rationale
This dataset was created to provide a large, diverse set of math word problems for training educational AI systems. The problems cover fundamental math concepts with varying contexts to improve generalization.
### Source Data
The problems are procedurally generated using predefined templates and randomization of:
- Mathematical operations
- Subjects/objects
- Character names
- Real-world contexts
### Annotations
Each problem includes:
- Automatically generated correct answer
- Step-by-step explanation
- Problem categorization
### Personal and Sensitive Information
The dataset uses common first names and generic objects, containing no real personal information.
## Considerations for Using the Data
### Social Impact of Dataset
This dataset can help:
- Develop educational tools for math learning
- Create AI tutors for students
- Generate practice problems at scale
### Discussion of Biases
Potential biases include:
- Western-centric names and contexts
- Limited to elementary/middle school math levels
- English language only
### Other Known Limitations
- Problems are generated rather than human-written
- Limited creative variation in problem structures
- Explanations follow standardized formats
## Additional Information
### Dataset Curators
C.J. Jones
### Licensing Information
cc-by-nc-4.0
### Citation Information
If you use this dataset, please cite it as: Part of the C.J. Jones synthetic data collection. With link back to this page. |