Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
medical
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,18 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
task_categories:
|
24 |
+
- question-answering
|
25 |
+
tags:
|
26 |
+
- medical
|
27 |
+
size_categories:
|
28 |
+
- 10K<n<100K
|
29 |
---
|
30 |
+
|
31 |
+
Dataset made for instruction supervised finetuning of Llama 3 LLMs based on the Medquad dataset:
|
32 |
+
|
33 |
+
- Medquad dataset (https://www.kaggle.com/datasets/jpmiller/layoutlm)
|
34 |
+
|
35 |
+
## Medquad
|
36 |
+
|
37 |
+
MedQuAD is a comprehensive collection consisting of 47,457 medical question-answer pairs compiled from 12 authoritative sources within the National Institutes of Health (NIH), including domains like cancer.gov, niddk.nih.gov, GARD, and MedlinePlus Health Topics. These question-answer pairs span 37 distinct question types, covering a wide spectrum of medical subjects, including diseases, drugs, and medical procedures. The dataset features additional annotations provided in XML files, facilitating various Information Retrieval (IR) and Natural Language Processing (NLP) tasks. These annotations encompass crucial information such as question type, question focus, synonyms, Unique Identifier (CUI) from the Unified Medical Language System (UMLS), and Semantic Type. Moreover, the dataset includes categorization of question focuses into three main categories: Disease, Drug, or Other, with the exception of collections from MedlinePlus, which exclusively focus on diseases.
|