belvisk commited on
Commit
0e7a5c8
·
verified ·
1 Parent(s): e3c329b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -6,4 +6,27 @@ language:
6
  - en
7
  tags:
8
  - medical
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  tags:
8
  - medical
9
+ ---
10
+ # First-Aid Question Answering Dataset
11
+
12
+ ## Dataset Description
13
+ This dataset contains **manually curated question–answer pairs related to first-aid emergencies**.
14
+ It was created for use in **Natural Language Processing (NLP), chatbot training, and healthcare AI research**.
15
+
16
+ ### Data Collection
17
+ The Q&A pairs were written manually based on reliable medical references:
18
+ - Verywell Health
19
+ - Mayo Clinic
20
+ - WebMD
21
+ - Healthline
22
+ - Indian Red Cross Society
23
+
24
+ Multiple contributors rephrased and diversified the Q&A pairs to avoid bias and ensure broader language coverage.
25
+
26
+ ### Intended Uses
27
+ - Training and evaluating **question–answering models**
28
+ - Building **chatbots and virtual assistants**
29
+ - **Educational tools** for first-aid learning
30
+
31
+
32
+ ---