Kabatubare commited on
Commit
ad1a4c2
1 Parent(s): 415afec

Create README.md

Browse files

Dataset Description
General Information
Dataset Name: Reduced Medical Q&A Dataset
Version: 1.0
Description: This dataset is a reduced and balanced subset of the "Medical" dataset, a specialized collection featuring healthcare dialogues between doctors and patients. The dataset is designed to cover a broad range of medical topics for applications like NLP research, healthcare chatbot development, and medical information retrieval.
Size: ~3,000 entries
Format: JSON
Languages
The text data is primarily in English.
Dataset Structure
Data Instances
Each entry follows this structure:

\text{{"### Human:\\n[Human's text]\\n\\n### Assistant: [Assistant's text]"}}
Data Fields
text: Contains both the question ("Human") and answer ("Assistant") in the specified format.
Data Statistics
Number of Entries: 3,000
Topics Covered: Cardiology, Neurology, Gastroenterology, Mental Health, Oncology, Orthopedics, Endocrinology, Pulmonology, Dermatology, Pediatrics.
Dataset Creation
Curation Rationale
The dataset was curated to create a balanced and diverse set of medical Q&A pairs. Keyword-based sampling was used to ensure a wide coverage of medical topics.

Source Data
Original Dataset: "Medical" dataset curated from MedDialog, focusing on Icliniq, HealthcareMagic, and HealthTap
License: Unknown (assumed to be for educational/research use)
Size of Original Dataset: 24,000 rows
Annotations
No additional annotations; text-based dataset.
Dataset Usage
Use Cases
Training medical chatbots
Medical NLP research
Q&A systems for healthcare
Usage Limitations
The dataset is not a substitute for professional medical advice.
It is designed for research and educational purposes only.
Exercise caution in critical healthcare applications.
Additional Information
Keywords: medical, healthcare, Q&A, chatbot training, NLP research
Contributors: [Your Name/Organization]
Parent Dataset: "Medical" dataset from MedDialog

Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dataset Description
2
+ General Information
3
+ Dataset Name: Reduced Medical Q&A Dataset
4
+ Version: 1.0
5
+ Description: This dataset is a reduced and balanced subset of the "Medical" dataset, a specialized collection featuring healthcare dialogues between doctors and patients. The dataset is designed to cover a broad range of medical topics for applications like NLP research, healthcare chatbot development, and medical information retrieval.
6
+ Size: ~3,000 entries
7
+ Format: JSON
8
+ Languages
9
+ The text data is primarily in English.
10
+ Dataset Structure
11
+ Data Instances
12
+ Each entry follows this structure:
13
+
14
+ \text{{"### Human:\\n[Human's text]\\n\\n### Assistant: [Assistant's text]"}}
15
+ Data Fields
16
+ text: Contains both the question ("Human") and answer ("Assistant") in the specified format.
17
+ Data Statistics
18
+ Number of Entries: 3,000
19
+ Topics Covered: Cardiology, Neurology, Gastroenterology, Mental Health, Oncology, Orthopedics, Endocrinology, Pulmonology, Dermatology, Pediatrics.
20
+ Dataset Creation
21
+ Curation Rationale
22
+ The dataset was curated to create a balanced and diverse set of medical Q&A pairs. Keyword-based sampling was used to ensure a wide coverage of medical topics.
23
+
24
+ Source Data
25
+ Original Dataset: "Medical" dataset curated from MedDialog, focusing on Icliniq, HealthcareMagic, and HealthTap
26
+ License: Unknown (assumed to be for educational/research use)
27
+ Size of Original Dataset: 24,000 rows
28
+ Annotations
29
+ No additional annotations; text-based dataset.
30
+ Dataset Usage
31
+ Use Cases
32
+ Training medical chatbots
33
+ Medical NLP research
34
+ Q&A systems for healthcare
35
+ Usage Limitations
36
+ The dataset is not a substitute for professional medical advice.
37
+ It is designed for research and educational purposes only.
38
+ Exercise caution in critical healthcare applications.
39
+ Additional Information
40
+ Keywords: medical, healthcare, Q&A, chatbot training, NLP research
41
+ Contributors: [Your Name/Organization]
42
+ Parent Dataset: "Medical" dataset from MedDialog