Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ Each example has the following fields:
|
|
72 |
| Name | Type | Description |
|
73 |
| ----------- | -------------- | ------------------------------------------------ |
|
74 |
| `question` | `string` | The question stem. |
|
75 |
-
| `options` | `list[string]` | List of 4 answer choices
|
76 |
| `label` | `string` | The correct answer letter, e.g. `"A"`, or `"a"`. |
|
77 |
| `label_idx` | `int` | Zero-based index of the correct answer (0–4). |
|
78 |
| `rationale` | `string` | (Optional) Supporting fact or rationale text. |
|
|
|
72 |
| Name | Type | Description |
|
73 |
| ----------- | -------------- | ------------------------------------------------ |
|
74 |
| `question` | `string` | The question stem. |
|
75 |
+
| `options` | `list[string]` | List of 4-5 answer choices. |
|
76 |
| `label` | `string` | The correct answer letter, e.g. `"A"`, or `"a"`. |
|
77 |
| `label_idx` | `int` | Zero-based index of the correct answer (0–4). |
|
78 |
| `rationale` | `string` | (Optional) Supporting fact or rationale text. |
|