Kabatubare commited on
Commit
28f8bf1
1 Parent(s): dac2888

Create README.md

Browse files

Summary:
This 24,000 row dataset contained within Kabatubare/medical compiles several datasets from notable healthcare organisations and institutions. WebMD QnA, HealthForum QnA, and I-Clinic QnA—are collections of question-and-answer dialogues in the domain of healthcare and medicine. These datasets vary in size and depth, with the WebMD dataset being the largest and most diverse (24,000 rows). Each dataset offers unique insights into healthcare-related queries from the general public and the corresponding answers, although it's important to note that these answers are not certified medical advice.

Utility and Applications:
1. Healthcare Natural Language Processing (NLP):
These datasets can be immensely useful for training machine learning models aimed at understanding healthcare-related text. NLP techniques like sentiment analysis, topic modeling, and text classification can be readily applied.

2. Question-Answering Systems:
The datasets are inherently designed as QnA dialogues, making them well-suited for training and evaluating question-answering models specific to healthcare. These models could serve as the foundation for intelligent healthcare chatbots.

3. Information Retrieval:
Given their rich content, these datasets could be employed to design advanced search algorithms that can fetch relevant healthcare information based on user queries, thereby aiding in quicker and more accurate information retrieval.

4. Preliminary Medical Consultation:
Although the datasets should not replace professional medical advice, they could serve as a valuable resource for preliminary consultations. For example, a model trained on these datasets could provide immediate, albeit general, responses to urgent healthcare queries as a first point of contact.

5. Research:
Researchers in healthcare informatics and medical language processing can use these datasets to test hypotheses related to healthcare information dissemination, literacy, and public concern regarding various medical topics.

6. Social and Ethical Studies:
The datasets can also offer social scientists and ethicists material to study public perception and ethical considerations around healthcare topics, potentially revealing societal attitudes or misconceptions.

Recommendations:
Data Quality: Before deploying models trained on these datasets for critical applications, a thorough quality assessment is advised.

Ethical Use: Given that the datasets contain healthcare-related data, strict ethical guidelines should be followed, especially regarding user privacy and data sensitivity.

Continuous Updating: For the models to stay relevant, it is crucial to continuously update the training data, ideally with verified and expert-reviewed information.

User Verification: Any application using this data should include a disclaimer emphasizing that the information provided is not a substitute for professional medical advice, diagnosis, or treatment.

More information:

WebMD Dataset
Shape: 23,437 rows, 1 column
Columns: text
Sample Data: The dataset seems to be in a QnA format, with questions coming from humans (e.g., "my 5 1/2-year-old son displays ADHD...")
HealthForum Dataset
Shape: 171 rows, 1 column
Columns: text
Sample Data: Similar to the WebMD dataset, this dataset is also in a QnA format (e.g., "how do I stop smoking now").
I-Clinic Dataset
Shape: 465 rows, 1 column
Columns: text
Sample Data: Also a QnA format, with questions like "is it fine to exercise with knee pain".

Files changed (1) hide show
  1. README.md +92 -0
README.md CHANGED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for "Medical" Healthcare QnA Datasets (WebMD, HealthForum, I-Clinic)
2
+
3
+ ## Dataset Details
4
+
5
+ ### Dataset Description
6
+
7
+ The "Medical" dataset is a collection of three distinct but related datasets—WebMD QnA, HealthForum QnA, and I-Clinic QnA. Each dataset contains healthcare-related questions and answers and is aimed at serving various applications such as NLP research, chatbot development, and healthcare informatics.
8
+
9
+ - **Curated by:** [Your Organization or Name]
10
+ - **Funded by [optional]:** [Information Needed]
11
+ - **Shared by [optional]:** [Your Organization or Name]
12
+ - **Language(s) (NLP):** English
13
+ - **License:** [Information Needed]
14
+
15
+ ### Dataset Sources [optional]
16
+
17
+ - **Repository:** [Kabatubare/medical]
18
+ - **Paper [optional]:** [None]
19
+ - **Demo [optional]:** [None]
20
+
21
+ ## Uses
22
+
23
+ ### Direct Use
24
+
25
+ - Natural Language Processing tasks related to healthcare
26
+ - Building healthcare-related question-answering systems
27
+ - Information retrieval for healthcare resources
28
+ - Preliminary medical consultation services
29
+
30
+ ### Out-of-Scope Use
31
+
32
+ - Replacing certified medical advice
33
+ - Any form of diagnostic or treatment recommendation
34
+
35
+ ## Dataset Structure
36
+
37
+ The datasets consist of questions and answers in a text-based format, collected from WebMD, HealthForum, and I-Clinic platforms. Each row contains a dialogue between a user asking a question and the corresponding answer.
38
+
39
+ ## Dataset Creation
40
+
41
+ ### Curation Rationale
42
+
43
+ The datasets were curated to provide a comprehensive set of healthcare-related questions and answers for research and application development.
44
+
45
+ ### Source Data
46
+
47
+ #### Data Collection and Processing
48
+
49
+ Data were collected from publicly accessible Q&A sections of WebMD, HealthForum, and I-Clinic websites. No additional cleaning or processing has been performed.
50
+
51
+ #### Who are the source data producers?
52
+
53
+ The data are produced by the users of WebMD, HealthForum, and I-Clinic platforms. The identities of these users are not disclosed in the dataset.
54
+
55
+ ### Annotations [optional]
56
+
57
+ The datasets do not contain any additional annotations.
58
+
59
+ #### Personal and Sensitive Information
60
+
61
+ The datasets do not contain any personal or sensitive information.
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ The datasets should not replace professional medical advice and are not exhaustive in terms of healthcare topics.
66
+
67
+ ### Recommendations
68
+
69
+ Users should be made aware of the risks, biases, and limitations of the dataset. Any application using this data should include a disclaimer emphasizing that the information provided is not a substitute for professional medical advice, diagnosis, or treatment.
70
+
71
+ ## Citation [optional]
72
+
73
+ **BibTeX:** [Information Needed]
74
+
75
+ **APA:** [Information Needed]
76
+
77
+ ## Glossary [optional]
78
+
79
+ - QnA: Question and Answer
80
+ - NLP: Natural Language Processing
81
+
82
+ ## More Information [optional]
83
+
84
+ [Information Needed]
85
+
86
+ ## Dataset Card Authors
87
+
88
+ - [Your Name or Organization]
89
+
90
+ ## Dataset Card Contact
91
+
92
+ - [Your Contact Information]