Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,6 @@ Each instance contains:
|
|
44 |
- A step-by-step explanation
|
45 |
|
46 |
Example:
|
47 |
-
Problem ID: abc12345
|
48 |
Category: fractions addition
|
49 |
Alice has 3/4 of a pizza and finds another 2/5 of the same pizza. How much pizza does Alice have in total?
|
50 |
Answer: 23/20
|
@@ -54,7 +53,6 @@ text
|
|
54 |
|
55 |
### Data Fields
|
56 |
|
57 |
-
- `id`: Unique problem identifier
|
58 |
- `operation`: Math category (addition, fractions, algebra, etc.)
|
59 |
- `problem_text`: The word problem
|
60 |
- `answer`: The correct answer (format varies by problem type)
|
|
|
44 |
- A step-by-step explanation
|
45 |
|
46 |
Example:
|
|
|
47 |
Category: fractions addition
|
48 |
Alice has 3/4 of a pizza and finds another 2/5 of the same pizza. How much pizza does Alice have in total?
|
49 |
Answer: 23/20
|
|
|
53 |
|
54 |
### Data Fields
|
55 |
|
|
|
56 |
- `operation`: Math category (addition, fractions, algebra, etc.)
|
57 |
- `problem_text`: The word problem
|
58 |
- `answer`: The correct answer (format varies by problem type)
|