Update README.md
Browse files
README.md
CHANGED
|
@@ -245,7 +245,8 @@ We have made the following updates to the KorMedMCQA dataset:
|
|
| 245 |
|
| 246 |
1. **Dentist Exam**: Incorporated exam questions from 2021 to 2024.
|
| 247 |
2. **Updated Test Sets**: Added the 2024 exam questions for the doctor, nurse, and pharmacist test sets.
|
| 248 |
-
3. **Few-Shot Split**: Introduced a
|
|
|
|
| 249 |
|
| 250 |
|
| 251 |
## Dataset Details
|
|
@@ -286,6 +287,7 @@ dentist = load_dataset(path = "sean0042/KorMedMCQA",name = "dentist")
|
|
| 286 |
- `C`: Third answer choice
|
| 287 |
- `D`: Fourth answer choice
|
| 288 |
- `E`: Fifth answer choice
|
|
|
|
| 289 |
- `answer` : Answer (1 to 5). 1 denotes answer A, and 5 denotes answer E
|
| 290 |
|
| 291 |
|
|
|
|
| 245 |
|
| 246 |
1. **Dentist Exam**: Incorporated exam questions from 2021 to 2024.
|
| 247 |
2. **Updated Test Sets**: Added the 2024 exam questions for the doctor, nurse, and pharmacist test sets.
|
| 248 |
+
3. **Few-Shot Split**: Introduced a `fewshot` split, containing 5 shots from each validation set.
|
| 249 |
+
4. **Chain-of-Thought(CoT)**: In each exam's few-shot split (`cot` column), there is an answer with reasoning annotated by professionals
|
| 250 |
|
| 251 |
|
| 252 |
## Dataset Details
|
|
|
|
| 287 |
- `C`: Third answer choice
|
| 288 |
- `D`: Fourth answer choice
|
| 289 |
- `E`: Fifth answer choice
|
| 290 |
+
- `cot` : Answer with reasoning annotated by professionals (only available in fewshot split)
|
| 291 |
- `answer` : Answer (1 to 5). 1 denotes answer A, and 5 denotes answer E
|
| 292 |
|
| 293 |
|