Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Norwegian
Libraries:
Datasets
pandas
SushantGautam commited on
Commit
e741f1b
·
verified ·
1 Parent(s): 16eb149

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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`: A list of distractor (incorrect) answers in Norwegian.
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