kkl4 commited on
Commit
e132332
·
verified ·
1 Parent(s): 55eca7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 choices 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 |
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