Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ Each data instance is a JSON object with the following fields:
|
|
| 54 |
|
| 55 |
- `question`: The medical question in Norwegian.
|
| 56 |
- `answer`: The correct answer text in Norwegian.
|
| 57 |
-
- `wrong_answers`:
|
| 58 |
- `source_file`: Name of the source document.
|
| 59 |
- `question_number`: Identifier for the question (if available).
|
| 60 |
|
|
|
|
| 54 |
|
| 55 |
- `question`: The medical question in Norwegian.
|
| 56 |
- `answer`: The correct answer text in Norwegian.
|
| 57 |
+
- `wrong_answers`: Distractor (incorrect) answers in Norwegian. Can be multiple, split by ;
|
| 58 |
- `source_file`: Name of the source document.
|
| 59 |
- `question_number`: Identifier for the question (if available).
|
| 60 |
|