Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
NicoHelemon commited on
Commit
63155fd
·
verified ·
1 Parent(s): 35ba308

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (A, B, C, D,E). |
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. |