Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
pretty_name: Med_data
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
short_description: Medical datasets for healthcare model training.
|
14 |
+
---
|
15 |
+
|
16 |
+
# **Medical Datasets**
|
17 |
+
|
18 |
+
This Medical dataset is crafted as a versatile resource for enthusiasts of data science, machine learning, and data analysis. It replicates the characteristics of real-world healthcare data, offering users a platform to practice, refine, and showcase their data manipulation and analytical skills within the healthcare domain.
|
19 |
+
|
20 |
+
## **Potential Uses**
|
21 |
+
- Building and testing predictive models specific to healthcare.
|
22 |
+
- Practicing techniques for data cleaning, transformation, and analysis.
|
23 |
+
- Designing visualizations to uncover insights into healthcare trends.
|
24 |
+
- Learning and teaching data science and machine learning concepts in a healthcare setting.
|
25 |
+
|
26 |
+
## **Acknowledgments**
|
27 |
+
- This dataset is entirely synthetic, created with a focus on respecting healthcare data privacy and security. It contains no real patient information and complies with privacy regulations.
|
28 |
+
- The goal is to support advancements in data science and healthcare analytics while inspiring innovative ideas.
|
29 |
+
|
30 |
+
## Directory Structure
|
31 |
+
|
32 |
+
. βββ evaluation-medical-instruction-datasets/ β βββ evaluation-medical-instruction-dataset.json β βββ medmcqa-train-instruction-dataset.json β βββ medqa-train-instruction-dataset.json β βββ pubmedqa-train-instruction-train.json βββ general-medical-instruction-datasets/ β βββ general-medical-instruction-dataset.json β βββ GenMedGPT-5k.json β βββ HealthCareMagic-100k.json β βββ medical_meadow_wikidoc_medical_flashcards.json β βββ medical_meadow_wikidoc_patient_info.json β βββ medicationqa.json βββ medical-preference-data.json βββ medical-pretraining-datasets/
|
33 |
+
|
34 |
+
## **Dataset Contents**
|
35 |
+
|
36 |
+
### **Evaluation Medical Instruction Datasets**
|
37 |
+
Contains datasets used for evaluating medical instruction models:
|
38 |
+
- `evaluation-medical-instruction-dataset.json`
|
39 |
+
- `medmcqa-train-instruction-dataset.json`
|
40 |
+
- `medial-train-instruction-dataset.json`
|
41 |
+
- `pubmedqa-train-instruction-train.json`
|
42 |
+
|
43 |
+
### **General Medical Instruction Datasets**
|
44 |
+
Contains general medical instruction datasets:
|
45 |
+
- `general-medical-instruction-dataset.json`
|
46 |
+
- `GenMedGPT-5k.json`
|
47 |
+
- `HealthCareMagic-100k.json`
|
48 |
+
- `medical_meadow_wikidoc_medical_flashcards.json`
|
49 |
+
- `medical_meadow_wikidoc_patient_info.json`
|
50 |
+
- `medicationqa.json`
|
51 |
+
|
52 |
+
### **Medical Preference Data**
|
53 |
+
- `medical-preference-data.json`: Contains data related to medical preferences.
|
54 |
+
|
55 |
+
### **Medical Pretraining Datasets**
|
56 |
+
Contains datasets used for pretraining medical models.
|
57 |
+
|
58 |
+
## **Usage**
|
59 |
+
These datasets can be used to train and evaluate models for medical question answering and other related tasks. Each dataset is provided in **JSON** and **TXT** formats and contains various medical instructions, inputs, and outputs.
|
60 |
+
|
61 |
+
## Example
|
62 |
+
|
63 |
+
Here is an example entry from the `medicationqa.json` dataset:
|
64 |
+
|
65 |
+
```json
|
66 |
+
{
|
67 |
+
"instruction": "Your role as a doctor requires you to answer the medical questions taking into account the patient's description.",
|
68 |
+
"input": "how fast does the medication take to work amlodipine",
|
69 |
+
"output": "After oral administration of therapeutic doses of amlodipine besylate, absorption produces peak plasma concentrations between 6 and 12 hours."
|
70 |
+
}
|