Update README.md
Browse filesCorrected wrong notation
README.md
CHANGED
@@ -42,7 +42,7 @@ Each sample is stored as a JSON object with the following fields:
|
|
42 |
|--------------------|-----------|-----------------------------------------------------------------------------|
|
43 |
| `question` | `string` | Math problem text (can include LaTeX) |
|
44 |
| `answer` | `string` | Final answer (NAT or symbolic form) |
|
45 |
-
| `question_type` | `int` | `
|
46 |
| `options` | `list` | List of answer choices (present only for MCQ) |
|
47 |
| `correct_options` | `list` | Indices of correct options in `options[]` (for MCQ only) |
|
48 |
| `additional_data` | `dict` | Placeholder for extended fields used during model training or evaluation. |
|
|
|
42 |
|--------------------|-----------|-----------------------------------------------------------------------------|
|
43 |
| `question` | `string` | Math problem text (can include LaTeX) |
|
44 |
| `answer` | `string` | Final answer (NAT or symbolic form) |
|
45 |
+
| `question_type` | `int` | `1 = Numerical Answer Type`, `0 = Multiple Choice Question` |
|
46 |
| `options` | `list` | List of answer choices (present only for MCQ) |
|
47 |
| `correct_options` | `list` | Indices of correct options in `options[]` (for MCQ only) |
|
48 |
| `additional_data` | `dict` | Placeholder for extended fields used during model training or evaluation. |
|