Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
|
|
|
|
|
2 |
|
3 |
|
4 |
This dataset contains questions from Nigerians on a dedicated healthcare forum and responses provided exclusively by licensed and trained healthcare professionals. It reflects health concerns within the Nigerian context, incorporating English and local colloquialisms. All answers are reliable, as the platform restricted responses to verified healthcare professionals, ensuring the quality and credibility of the information. The dataset comprises a total of 336,681 GPT-2 tokens.
|
5 |
|
6 |
-
##Data Collection
|
7 |
|
8 |
|
9 |
The data was curated from the activities on an online platform's open forum page that offered the Nigerian public free advice and answers. It includes:
|
@@ -11,7 +13,7 @@ The data was curated from the activities on an online platform's open forum page
|
|
11 |
2,667 replies/comments
|
12 |
The data was extracted from a MySQL dump after the platform was closed.
|
13 |
|
14 |
-
##Data Cleaning
|
15 |
|
16 |
|
17 |
The cleaning process involved:
|
@@ -27,9 +29,8 @@ configs:
|
|
27 |
path: data/train-*
|
28 |
---
|
29 |
|
30 |
-
##Dataset Structure
|
31 |
|
32 |
-
###Data Fields
|
33 |
|
34 |
| Field | Type | Description |
|
35 |
|-----------------------------|---------|------------------------------------------------------------|
|
@@ -55,25 +56,26 @@ configs:
|
|
55 |
---
|
56 |
|
57 |
|
58 |
-
##Usage
|
59 |
|
60 |
|
61 |
This dataset can be valuable for:
|
62 |
|
63 |
-
Natural Language Processing (NLP): Training models on Nigerian English and local colloquialisms.
|
64 |
-
Healthcare Analysis: Understanding prevalent health concerns in Nigeria.
|
65 |
-
Chatbot Training: Developing AI assistants for healthcare support in Nigerian contexts.
|
66 |
|
67 |
-
|
|
|
68 |
|
69 |
-
##Citation
|
70 |
|
71 |
|
72 |
If you use this dataset in your research, please cite it as:
|
73 |
|
74 |
-
@dataset{nigerian_healthcare_forum_qa,
|
75 |
title={Nigerian Healthcare Forum Q\&A Dataset},
|
76 |
year={2023},
|
77 |
publisher={Your Organization},
|
78 |
note={Data retrieved from a closed online platform's MySQL dump}
|
79 |
-
}
|
|
|
1 |
+
# Nigerian Healthcare Forum Q&A Datase
|
2 |
+
|
3 |
+
## Dataset Summary
|
4 |
|
5 |
|
6 |
This dataset contains questions from Nigerians on a dedicated healthcare forum and responses provided exclusively by licensed and trained healthcare professionals. It reflects health concerns within the Nigerian context, incorporating English and local colloquialisms. All answers are reliable, as the platform restricted responses to verified healthcare professionals, ensuring the quality and credibility of the information. The dataset comprises a total of 336,681 GPT-2 tokens.
|
7 |
|
8 |
+
## Data Collection
|
9 |
|
10 |
|
11 |
The data was curated from the activities on an online platform's open forum page that offered the Nigerian public free advice and answers. It includes:
|
|
|
13 |
2,667 replies/comments
|
14 |
The data was extracted from a MySQL dump after the platform was closed.
|
15 |
|
16 |
+
## Data Cleaning
|
17 |
|
18 |
|
19 |
The cleaning process involved:
|
|
|
29 |
path: data/train-*
|
30 |
---
|
31 |
|
32 |
+
## Dataset Structure
|
33 |
|
|
|
34 |
|
35 |
| Field | Type | Description |
|
36 |
|-----------------------------|---------|------------------------------------------------------------|
|
|
|
56 |
---
|
57 |
|
58 |
|
59 |
+
## Usage
|
60 |
|
61 |
|
62 |
This dataset can be valuable for:
|
63 |
|
64 |
+
- Natural Language Processing (NLP): Training models on Nigerian English and local colloquialisms.
|
65 |
+
- Healthcare Analysis: Understanding prevalent health concerns in Nigeria.
|
66 |
+
- Chatbot Training: Developing AI assistants for healthcare support in Nigerian contexts.
|
67 |
|
68 |
+
## License
|
69 |
+
MIT
|
70 |
|
71 |
+
## Citation
|
72 |
|
73 |
|
74 |
If you use this dataset in your research, please cite it as:
|
75 |
|
76 |
+
'@dataset{nigerian_healthcare_forum_qa,
|
77 |
title={Nigerian Healthcare Forum Q\&A Dataset},
|
78 |
year={2023},
|
79 |
publisher={Your Organization},
|
80 |
note={Data retrieved from a closed online platform's MySQL dump}
|
81 |
+
}'
|