Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
DOI:
Libraries:
Datasets
Dask
HarryJoshAI commited on
Commit
318b7e0
·
verified ·
1 Parent(s): 9d14b21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -79
README.md CHANGED
@@ -40,86 +40,123 @@ short_description: Medical datasets for healthcare model training.
40
 
41
  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.
42
 
43
- ## **Potential Uses**
44
- - Building and testing predictive models specific to healthcare.
45
- - Practicing techniques for data cleaning, transformation, and analysis.
46
- - Designing visualizations to uncover insights into healthcare trends.
47
- - Learning and teaching data science and machine learning concepts in a healthcare setting.
48
-
49
- ## **Acknowledgments**
50
- - 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.
51
- - The goal is to support advancements in data science and healthcare analytics while inspiring innovative ideas.
52
-
53
- ## Directory Structure
54
-
55
- ├── evaluation-medical-instruction-datasets/
56
- │ ├── evaluation-medical-instruction-dataset.json
57
- │ ├── medmcqa-train-instruction-dataset.json
58
- │ ├── medqa-train-instruction-dataset.json
59
- │ └── pubmedqa-train-instruction-train.json
60
- ├── general-medical-instruction-datasets/
61
- │ ├── general-medical-instruction-dataset.json
62
- │ ├── GenMedGPT-5k.json
63
- │ ├── HealthCareMagic-100k.json
64
- │ ├── medical_meadow_wikidoc_medical_flashcards.json
65
- │ ├── medical_meadow_wikidoc_patient_info.json
66
- │ ├── medicationqa.json
67
- │ ├── medical_meadow_wikidoc.json
68
- │ ├── open-platypus.json
69
- │ ├── umls.json
70
- │ └── umls_relation.json
71
- ├── medical-preference-data.json
72
- └── medical-pretraining-datasets/
73
- ├── pmc_and_guidelines_and_pubmedqa_train.txt
74
- └── pmc_and_guidelines.txt
75
-
76
-
77
- ## **Dataset Contents**
78
-
79
- ### **Evaluation Medical Instruction Datasets**
80
- Contains datasets used for evaluating medical instruction models:
81
- - `evaluation-medical-instruction-dataset.json`
82
- - `medmcqa-train-instruction-dataset.json`
83
- - `medial-train-instruction-dataset.json`
84
- - `pubmedqa-train-instruction-train.json`
85
-
86
- ### **General Medical Instruction Datasets**
87
- Contains general medical instruction datasets:
88
- - `general-medical-instruction-dataset.json`
89
- - `GenMedGPT-5k.json`
90
- - `HealthCareMagic-100k.json`
91
- - `medical_meadow_wikidoc_medical_flashcards.json`
92
- - `medical_meadow_wikidoc_patient_info.json`
93
- - `medicationqa.json`
94
-
95
- ### **Medical Preference Data**
96
- - `medical-preference-data.json`: Contains data related to medical preferences.
97
-
98
- ### **Medical Pretraining Datasets**
99
- Contains datasets used for pretraining medical models.
100
-
101
- ### **quality_report**
102
-
103
- | Total | Missing Data (%) | Duplicate Rows (%) | Duplicate Rate (%) | Outlier Count | File Name | Error |
104
- |--------------|------------------|--------------------|--------------------|---------------|-----------------------------------------------|-------|
105
- | 2,000,000 | 0 | 114 | 0.03 | 0 | evaluation-medical-instruction-dataset.json | NaN |
106
- | 1,400,000 | 0 | 379 | 1.3 | 0 | general-medical-instruction-dataset.json | NaN |
107
- | 27,000 | 0 | 0 | 0 | 0 | GenMedGPT-5k.json | NaN |
108
- | 560,000 | 0 | 0 | 0 | 0 | HealthCareMagic-100k.json | NaN |
109
- | 169,000 | 0 | 427 | 1.26 | 0 | medical_meadow_wikidoc_medical_flashcards.json | NaN |
110
- | 29,000 | 0 | 92 | 1.55 | 0 | medical_meadow_wikidoc_patient_info.json | NaN |
111
- | 50,000 | 0 | 0 | 0 | 0 | medical_meadow_wikidoc.json | NaN |
112
- | 120,000 | 0 | 0 | 0 | 0 | medical-preference-data.json | NaN |
113
- | 2,700 | 0 | 0 | 0 | 0 | medicationqa.json | NaN |
114
- | 910,000 | 0 | 0 | 0 | 0 | medmcqa-train-instruction-dataset.json | NaN |
115
- | 50,000 | 0 | 0 | 0 | 0 | medqa-train-instruction-dataset.json | NaN |
116
- | 120,000 | 0 | 0 | 0 | 0 | open-platypus.json | NaN |
117
- | 400,000 | NaN | NaN | NaN | NaN | pmc_and_guidelines_and_pubmedqa_train.txt | NaN |
118
- | 200,000 | NaN | NaN | NaN | NaN | pmc_and_guidelines.txt | NaN |
119
- | 1,000,000 | 0 | 114 | 0.5 | 0 | pubmedqa-train-instruction-train.json | NaN |
120
- | 250,000 | 0 | 320 | 6.55 | 0 | umls_relation.json | NaN |
121
- | 240,000 | 0 | 0 | 0 | 0 | umls.json | NaN |
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
  ![Chart1.png](./Medical_datasets/chart1.png)
125
 
 
40
 
41
  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.
42
 
43
+ # Medical Datasets for AI/ML Models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
+ This repository contains a collection of high-quality medical datasets designed for training and fine-tuning AI/ML models in healthcare applications. These datasets cover various aspects of medical knowledge, from question-answering to patient records and specialized medical content.
46
+
47
+ ## Dataset Overview
48
+
49
+ | File Name | Description |
50
+ |-----------|-------------|
51
+ | GenMedGPT-5k.json | General Medical GPT 5k - A comprehensive collection of 5,000 medical instruction-response pairs, covering diverse medical topics and designed to train language models in responding to general medical queries with accurate and detailed information. |
52
+ | HealthCareMagic-100k.json | HealthCare Magic 100k - An extensive dataset containing 100,000 doctor-patient interactions from healthcare platforms, featuring real medical consultations with diagnoses, treatment recommendations, and medical advice across various specialties. |
53
+ | evaluation-medical-instruction-dataset.json | Evaluation Medical Instruction Dataset - A specialized collection designed to evaluate the performance of medical AI models on following complex clinical instructions, featuring challenging cases that test accurate diagnosis and treatment recommendation capabilities. |
54
+ | general-medical-instruction-dataset.json | General Medical Instruction Dataset - A broad-spectrum dataset containing diverse medical instructions and corresponding expert responses covering general medicine, specialties, procedures, and patient education materials for comprehensive medical AI training. |
55
+ | medical-preference-data.json | Medical Preference Data - A dataset capturing healthcare preferences and decision-making patterns from both patients and healthcare providers, useful for training AI systems to align with human preferences in medical contexts. |
56
+ | medical_meadow_wikidoc.json | Medical Meadow WikiDoc - A structured collection of medical knowledge extracted from WikiDoc medical encyclopedia, containing comprehensive information on diseases, treatments, procedures, and medical terminology in a format optimized for AI learning. |
57
+ | medical_meadow_wikidoc_medical_flashcards.json | Medical Meadow WikiDoc Medical Flashcards - A specialized educational dataset featuring concise question-answer pairs on key medical concepts, designed in a flashcard format to train AI models for medical education applications. |
58
+ | medical_meadow_wikidoc_patient_info.json | Medical Meadow WikiDoc Patient Information - A patient-focused dataset containing simplified explanations of medical conditions, treatment options, and healthcare procedures written in accessible language for patient education purposes. |
59
+ | medicationqa.json | Medication Question and Answer - A targeted dataset containing 2,762 medication-related queries and expert responses covering drug dosages, side effects, interactions, administration methods, and pharmacological properties to train AI in medication guidance. |
60
+ | medmcqa-train-instruction-dataset.json | Medical Multiple Choice Question and Answer Training Instruction Dataset - A comprehensive collection of medical multiple-choice questions with detailed explanations for correct answers, covering various medical disciplines and designed for training diagnostic reasoning. |
61
+ | medqa-train-instruction-dataset.json | Medical Question and Answer Training Instruction Dataset - A specialized dataset featuring complex medical questions paired with detailed expert answers, designed to train AI models in providing evidence-based responses to clinical queries. |
62
+ | open-platypus.json | Open Platypus Medical Dataset - An open-source collection of diverse medical content including clinical notes, research findings, and medical literature excerpts, designed to improve AI understanding of medical terminology and concepts. |
63
+ | pubmedqa-train-instruction-train.json | PubMed Question and Answer Training Instruction Dataset - A research-oriented dataset derived from PubMed scientific literature, featuring biomedical research questions with evidence-based answers supported by published medical literature. |
64
+ | umls.json | Unified Medical Language System (UMLS) Dataset - A comprehensive collection of medical terminology, concepts, and coding systems that provides standardized vocabulary for medical AI, ensuring consistent understanding of medical terms across different contexts. |
65
+ | umls_relation.json | Unified Medical Language System (UMLS) Relation Dataset - A specialized dataset defining relationships between medical concepts, terms, and entities within the UMLS framework, enabling AI systems to understand complex connections in medical knowledge. |
66
+
67
+ ## Detailed Dataset Descriptions
68
+
69
+ ### Medication Question and Answer (medicationqa.json)
70
+ This dataset contains 2,762 medication-related questions and answers in a structured format:
71
+ - **instruction**: Prompt instructing an AI to act as a medical professional
72
+ - **input**: Patient/user query about medications (e.g., dosages, side effects, usage instructions)
73
+ - **output**: Detailed professional response to the medication question
74
+
75
+ This dataset is valuable for training models that can:
76
+ - Answer medication-related questions accurately
77
+ - Provide dosage information and usage guidelines
78
+ - Explain side effects and drug interactions
79
+ - Advise on medication storage and administration
80
+
81
+ ### General Medical GPT 5k (GenMedGPT-5k.json)
82
+ A carefully curated collection of 5,000 medical instruction-response pairs covering a wide range of medical topics including diagnoses, treatments, procedures, and medical explanations. The dataset is structured to help language models learn appropriate medical responses with proper medical terminology and accurate information.
83
+
84
+ ### HealthCare Magic 100k (HealthCareMagic-100k.json)
85
+ This extensive dataset contains 100,000 real doctor-patient interactions collected from healthcare platforms. It includes patient queries, symptoms descriptions, doctor responses, diagnoses, and treatment recommendations across various medical specialties, providing rich training material for medical conversational AI.
86
+
87
+ ### Evaluation Medical Instruction Dataset (evaluation-medical-instruction-dataset.json)
88
+ Specifically designed to evaluate medical AI models, this dataset contains challenging medical instructions that test a model's ability to follow complex clinical directives. It covers edge cases and uncommon scenarios that require deep medical knowledge and careful reasoning.
89
+
90
+ ### General Medical Instruction Dataset (general-medical-instruction-dataset.json)
91
+ A comprehensive collection of medical instructions and expert responses covering general medicine, specialized fields, diagnostic procedures, treatment protocols, and patient education. This dataset is ideal for training broad-coverage medical AI assistants.
92
+
93
+ ### Medical Preference Data (medical-preference-data.json)
94
+ This dataset captures human preferences in medical decision-making, including comparisons between different AI responses to medical queries. It can be used to train AI systems through preference learning, aligning AI outputs with human judgments of quality, accuracy, and helpfulness in medical contexts.
95
+
96
+ ### Medical Meadow WikiDoc (medical_meadow_wikidoc.json)
97
+ A structured repository of medical knowledge extracted from WikiDoc, containing comprehensive information on diseases, conditions, treatments, and medical terminology. The content is organized to facilitate AI learning of medical concepts and relationships.
98
+
99
+ ### Medical Meadow WikiDoc Medical Flashcards (medical_meadow_wikidoc_medical_flashcards.json)
100
+ This educational dataset features concise question-answer pairs on key medical concepts in a flashcard format. It covers anatomy, physiology, pathology, pharmacology, and clinical procedures, making it ideal for training AI systems for medical education.
101
+
102
+ ### Medical Meadow WikiDoc Patient Information (medical_meadow_wikidoc_patient_info.json)
103
+ Focused on patient education, this dataset contains simplified explanations of medical conditions, treatment options, and healthcare procedures written in accessible language. It helps train AI to communicate complex medical information to non-specialists.
104
+
105
+ ### Medical Multiple Choice Question and Answer Training Instruction Dataset (medmcqa-train-instruction-dataset.json)
106
+ A comprehensive collection of medical multiple-choice questions with detailed explanations for correct and incorrect answers. It covers various medical disciplines and is designed to train AI in diagnostic reasoning and medical knowledge assessment.
107
+
108
+ ### Medical Question and Answer Training Instruction Dataset (medqa-train-instruction-dataset.json)
109
+ This dataset features complex medical questions paired with detailed expert answers, covering clinical scenarios, diagnostic challenges, and treatment decisions. It's structured to train AI in providing evidence-based responses to sophisticated clinical queries.
110
+
111
+ ### Open Platypus Medical Dataset (open-platypus.json)
112
+ An open-source collection of diverse medical content including clinical notes, research findings, and literature excerpts. This dataset helps improve AI understanding of medical terminology, concepts, and reasoning across different medical contexts.
113
+
114
+ ### PubMed Question and Answer Training Instruction Dataset (pubmedqa-train-instruction-train.json)
115
+ A research-oriented dataset derived from PubMed scientific literature, featuring biomedical research questions with evidence-based answers. It helps train AI to understand, interpret, and respond to queries about medical research findings.
116
+
117
+ ### Unified Medical Language System Dataset (umls.json)
118
+ This dataset provides a comprehensive collection of medical terminology, concepts, and coding systems from the Unified Medical Language System. It ensures AI systems have access to standardized vocabulary and can accurately interpret diverse medical terminology.
119
+
120
+ ### Unified Medical Language System Relation Dataset (umls_relation.json)
121
+ This specialized dataset defines relationships between medical concepts, terms, and entities within the UMLS framework. It enables AI systems to understand the complex connections between different medical concepts, enhancing their ability to reason about medical knowledge.
122
+
123
+ ## Healthcare Applications
124
+
125
+ These datasets can be used to develop AI/ML models that:
126
+
127
+ 1. **Clinical Decision Support Systems**: Assist healthcare providers with evidence-based recommendations
128
+ 2. **Medical Q&A Systems**: Answer patient and provider questions about conditions, treatments, and medications
129
+ 3. **Medical Education Tools**: Create intelligent tutoring systems and training simulations
130
+ 4. **Patient Information Systems**: Generate accurate, accessible information for patients
131
+ 5. **Medication Management**: Provide guidance on drug usage, interactions, and side effects
132
+ 6. **Medical Documentation**: Aid in creating and processing medical records and documentation
133
+ 7. **Diagnostic Support**: Help analyze symptoms and suggest possible diagnoses for further investigation
134
+
135
+ ## Benefits to Healthcare
136
+
137
+ Implementing AI/ML models trained on these datasets can provide numerous benefits:
138
+
139
+ - **Improved Accessibility**: Make medical knowledge more accessible to patients and healthcare providers
140
+ - **Enhanced Efficiency**: Reduce time spent on routine questions and information retrieval
141
+ - **Error Reduction**: Decrease medication errors through accurate information delivery
142
+ - **Standardized Knowledge**: Provide consistent, evidence-based information
143
+ - **Continuous Learning**: Models can be updated with new medical discoveries and guidelines
144
+ - **Personalized Care**: Enable more tailored responses to individual patient needs
145
+ - **Global Reach**: Extend medical expertise to underserved regions and populations
146
+
147
+ ## Usage Considerations
148
+
149
+ When using these datasets for AI/ML model development:
150
+
151
+ 1. **Data Privacy**: While these datasets appear to be de-identified, always ensure compliance with healthcare data regulations
152
+ 2. **Medical Accuracy**: Validate model outputs against current medical standards before deployment
153
+ 3. **Ethical AI**: Consider ethical implications of AI-generated medical advice and information
154
+ 4. **Model Limitations**: Clearly communicate the limitations of AI models to end-users
155
+ 5. **Expert Oversight**: Maintain healthcare professional oversight for AI-generated medical content
156
+
157
+ ## Citation
158
+
159
+ When using these datasets in your research or applications, please provide appropriate citations to the original data sources.
160
 
161
  ![Chart1.png](./Medical_datasets/chart1.png)
162