Update README.md
Browse files
README.md
CHANGED
@@ -13,21 +13,20 @@ size_categories:
|
|
13 |
|
14 |
[](https://opensource.org/licenses/MIT)
|
15 |
|
16 |
-
A large-scale dataset containing
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
- **License:** MIT
|
21 |
- **Task Category:** Question Answering
|
22 |
- **Tags:** Math, 1st grade
|
23 |
-
- **
|
24 |
-
- **Split:** Train only (1M rows)
|
25 |
|
26 |
## Dataset Structure
|
27 |
|
28 |
Each example contains two fields:
|
29 |
-
- `
|
30 |
-
- `
|
31 |
|
32 |
|
33 |
## Usage
|
|
|
13 |
|
14 |
[](https://opensource.org/licenses/MIT)
|
15 |
|
16 |
+
A large-scale dataset containing 2,000,000 math problems and solutions for basic arithmetic operations and word problems.
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
- **License:** MIT
|
21 |
- **Task Category:** Question Answering
|
22 |
- **Tags:** Math, 1st grade
|
23 |
+
- **Split:** Train only
|
|
|
24 |
|
25 |
## Dataset Structure
|
26 |
|
27 |
Each example contains two fields:
|
28 |
+
- `question`: Math problem in natural language or numerical form
|
29 |
+
- `answer`: Numerical answer (may include negative numbers and decimals)
|
30 |
|
31 |
|
32 |
## Usage
|