Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,13 +44,13 @@ The AnesBench Datasets Collection comprises three distinct datasets: AnesBench,
|
|
| 44 |
| Field | Type | Description |
|
| 45 |
|------------------|----------|-----------------------------------------------------------------------------|
|
| 46 |
| `id` | string | A randomly generated ID using UUID |
|
| 47 |
-
| `choice_num` | int | The number of
|
| 48 |
| `answer` | string | The correct answer to this question |
|
| 49 |
| `level` | int | The cognitive demand level of the question (`1`, `2`, and `3` represent `system1`, `system1.x`, and `system2` respectively) |
|
| 50 |
| `en_question` | string | English description of the question stem |
|
| 51 |
| `cn_question` | string | Chinese description of the question stem |
|
| 52 |
-
| `en_X` | string | English description of the option
|
| 53 |
-
| `cn_X` | string | Chinese description of the option
|
| 54 |
|
| 55 |
|
| 56 |
## Recommended Usage
|
|
|
|
| 44 |
| Field | Type | Description |
|
| 45 |
|------------------|----------|-----------------------------------------------------------------------------|
|
| 46 |
| `id` | string | A randomly generated ID using UUID |
|
| 47 |
+
| `choice_num` | int | The number of options in this question |
|
| 48 |
| `answer` | string | The correct answer to this question |
|
| 49 |
| `level` | int | The cognitive demand level of the question (`1`, `2`, and `3` represent `system1`, `system1.x`, and `system2` respectively) |
|
| 50 |
| `en_question` | string | English description of the question stem |
|
| 51 |
| `cn_question` | string | Chinese description of the question stem |
|
| 52 |
+
| `en_X` | string | English description of the option (X takes values from A until the total number of options is reached) |
|
| 53 |
+
| `cn_X` | string | Chinese description of the option (X takes values from A until the total number of options is reached) |
|
| 54 |
|
| 55 |
|
| 56 |
## Recommended Usage
|