Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Libraries:
Datasets
pandas
License:
danyaljj commited on
Commit
6ab6bd8
·
verified ·
1 Parent(s): fe0a08a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,12 +17,12 @@ CARDBiomedBench is a biomedical question-answering benchmark designed to evaluat
17
 
18
  ## Data Fields
19
 
20
- - `uuid`: *string* - Unique identifier for the question-answer pair.
21
- - `template_uuid`: *string* - Unique identifier of the original template question from which this instance was derived.
22
  - `question`: *string* - The biomedical question posed in the dataset.
23
  - `answer`: *string* - The corresponding answer to the question.
24
  - `bio_category`: *string* - The biological category or categories associated with the question. Multiple categories are separated by a semicolon (`;`).
25
  - `reasoning_category`: *string* - The reasoning category or categories associated with the question. Multiple categories are separated by a semicolon (`;`).
 
 
26
 
27
 
28
  ## Citation
 
17
 
18
  ## Data Fields
19
 
 
 
20
  - `question`: *string* - The biomedical question posed in the dataset.
21
  - `answer`: *string* - The corresponding answer to the question.
22
  - `bio_category`: *string* - The biological category or categories associated with the question. Multiple categories are separated by a semicolon (`;`).
23
  - `reasoning_category`: *string* - The reasoning category or categories associated with the question. Multiple categories are separated by a semicolon (`;`).
24
+ - `uuid`: *string* - Unique identifier for the question-answer pair.
25
+ - `template_uuid`: *string* - Unique identifier of the original template question from which this instance was derived.
26
 
27
 
28
  ## Citation