fhirfly commited on
Commit
32fc50f
·
1 Parent(s): af3edb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ pretty_name: FhirFly Medical Questions
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+ # 🤗 Dataset Card: fhirfly/medicalquestions
14
+
15
+ ## Dataset Overview
16
+
17
+ - Dataset name: fhirfly/medicalquestions
18
+ - Dataset size: 16,000 questions
19
+ - Labels: 1 (medical), 0 (non-medical)
20
+ - Distribution: Evenly distributed between medical and non-medical questions
21
+
22
+ ## Dataset Description
23
+
24
+ The fhirfly/medicalquestions dataset is a collection of 16,000 questions labeled as either medical or non-medical. The dataset aims to provide a diverse range of questions covering various medical and non-medical domains.
25
+
26
+ The questions in the dataset have been manually labeled by domain experts based on the context and content of each question. Each question is assigned a label of 1 if it is determined to be a medical question and a label of 0 if it is classified as a non-medical question.
27
+
28
+ ## Dataset Structure
29
+
30
+ The dataset consists of a single file containing the following columns:
31
+
32
+ - **Text**: The text of the question.
33
+ - **Label**: The label assigned to each question, either 1 (medical) or 0 (non-medical).
34
+
35
+ The questions are evenly distributed between medical and non-medical categories, ensuring a balanced dataset for training and evaluation.
36
+
37
+ ## Potential Biases
38
+
39
+ Efforts have been made to ensure that the dataset is representative of various medical and non-medical topics. However, it is important to acknowledge that biases may exist in the dataset due to the subjective nature of labeling questions. Biases could be present in terms of the types of questions included, the representation of certain medical conditions or non-medical topics, or the labeling process itself.
40
+
41
+ It is recommended to perform thorough evaluation and analysis of the dataset to identify and mitigate potential biases during model training and deployment. Care should be taken to address any biases to ensure fair and unbiased predictions.
42
+
43
+ ## Dataset Quality
44
+
45
+ The fhirfly/medicalquestions dataset has undergone manual labeling by domain experts, which helps maintain a high level of quality and accuracy. However, human labeling is not entirely immune to errors or subjectivity.
46
+
47
+ To ensure the quality of the dataset, a thorough review process has been conducted to minimize errors and maintain consistency in labeling. Nonetheless, it is advisable to validate and verify the data as part of your specific use case to ensure it meets your requirements.
48
+
49
+ ## Data License
50
+
51
+ The fhirfly/medicalquestions dataset is released under the MIT license. Please refer to the license file accompanying the dataset for more information on its usage and any restrictions that may apply.
52
+
53
+ ## Dataset Citation
54
+
55
+ If you use the fhirfly/medicalquestions dataset in your work, please cite it as: