Kabatubare commited on
Commit
d588582
1 Parent(s): ad1a4c2

Update 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 +87 -42
README.md CHANGED
@@ -1,42 +1,87 @@
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Reduced Medical Q&A Dataset
2
+
3
+ This dataset card provides comprehensive details about the Reduced Medical Q&A Dataset, which is a curated and balanced subset aimed for healthcare dialogues and medical NLP research.
4
+
5
+ ## Dataset Details
6
+
7
+ ### Dataset Description
8
+
9
+ The Reduced Medical Q&A Dataset is derived from a specialized subset of the larger MedDialog collection. It focuses on healthcare dialogues between doctors and patients from sources like Icliniq, HealthcareMagic, and HealthTap. The dataset contains approximately 3,000 rows and is intended for a variety of applications such as NLP research, healthcare chatbot development, and medical information retrieval.
10
+
11
+ - **Curated by:** Unknown (originally from MedDialog)
12
+ - **Funded by [optional]:** N/A
13
+ - **Shared by [optional]:** N/A
14
+ - **Language(s) (NLP):** English
15
+ - **License:** Unknown (assumed for educational/research use)
16
+
17
+ ### Dataset Sources [optional]
18
+
19
+ - **Repository:** N/A
20
+ - **Paper [optional]:** N/A
21
+ - **Demo [optional]:** N/A
22
+
23
+ ## Uses
24
+
25
+ ### Direct Use
26
+
27
+ - NLP research in healthcare dialogues
28
+ - Development of healthcare question-answering systems
29
+ - Medical information retrieval
30
+
31
+ ### Out-of-Scope Use
32
+
33
+ - Not a substitute for certified medical advice
34
+ - Exercise caution in critical healthcare applications
35
+
36
+ ## Dataset Structure
37
+
38
+ Each entry in the dataset follows the structure: "### Human:\n[Human's text]\n\n### Assistant: [Assistant's text]"
39
+
40
+ ## Dataset Creation
41
+
42
+ ### Curation Rationale
43
+
44
+ The dataset was curated to create a balanced set of medical Q&A pairs using keyword-based sampling to cover a wide range of medical topics.
45
+
46
+ ### Source Data
47
+
48
+ #### Data Collection and Processing
49
+
50
+ The data is text-based, primarily in English, and was curated from the larger "Medical" dataset featuring dialogues from Icliniq, HealthcareMagic, and HealthTap.
51
+
52
+ #### Who are the source data producers?
53
+
54
+ The original data was produced by healthcare professionals and patients engaging in medical dialogues on platforms like Icliniq, HealthcareMagic, and HealthTap.
55
+
56
+ ### Annotations [optional]
57
+
58
+ No additional annotations; the dataset is text-based.
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ - The dataset is not a substitute for professional medical advice.
63
+ - It is designed for research and educational purposes only.
64
+
65
+ ### Recommendations
66
+
67
+ Users should exercise caution and understand the limitations when using the dataset for critical healthcare applications.
68
+
69
+ ## Citation [optional]
70
+
71
+ N/A
72
+
73
+ ## Glossary [optional]
74
+
75
+ N/A
76
+
77
+ ## More Information [optional]
78
+
79
+ N/A
80
+
81
+ ## Dataset Card Authors [optional]
82
+
83
+ N/A
84
+
85
+ ## Dataset Card Contact
86
+
87
+ N/A