Ayomidejoe commited on
Commit
6053ec0
·
verified ·
1 Parent(s): 52be7d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -35
README.md CHANGED
@@ -1,55 +1,43 @@
1
- Dataset Summary
2
  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.
3
 
4
- Data Collection
5
  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:
6
-
7
  1,731 questions
8
  2,667 replies/comments
9
  The data was extracted from a MySQL dump after the platform was closed.
10
 
11
- Data Cleaning
12
  The cleaning process involved:
13
-
14
  Deduplication: Removing duplicate entries to ensure uniqueness.
15
  Manual Review: Verifying the accuracy and relevance of the data.
16
  Normalization: Standardizing data formats to match the quality of other relevant datasets.
17
 
18
  ---
19
-
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
  ---
26
- Dataset Structure
 
27
  Data Fields
28
- features:
29
- - name: thread_id
30
- dtype: int64
31
- - name: category_id
32
- dtype: int64
33
- - name: category_name
34
- dtype: string
35
- - name: Question
36
- dtype: string
37
- - name: Question_token_count
38
- dtype: int64
39
- - name: Question_text_length
40
- dtype: int64
41
- - name: Question_language_probability
42
- dtype: float64
43
- - name: Answer
44
- dtype: string
45
- - name: Answer_token_count
46
- dtype: int64
47
- - name: Answer_text_length
48
- dtype: int64
49
- - name: Answer_language_probability
50
- dtype: float64
51
- - name: id
52
- dtype: int64
53
  splits:
54
  - name: train
55
  num_bytes: 1847812
@@ -59,16 +47,16 @@ Data Fields
59
  ---
60
 
61
 
62
- Usage
63
  This dataset can be valuable for:
64
 
65
  Natural Language Processing (NLP): Training models on Nigerian English and local colloquialisms.
66
  Healthcare Analysis: Understanding prevalent health concerns in Nigeria.
67
  Chatbot Training: Developing AI assistants for healthcare support in Nigerian contexts.
68
 
69
- license: mit
70
 
71
- Citation
72
  If you use this dataset in your research, please cite it as:
73
 
74
  @dataset{nigerian_healthcare_forum_qa,
 
1
+ ##Dataset Summary
2
  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.
3
 
4
+ ##Data Collection
5
  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:
 
6
  1,731 questions
7
  2,667 replies/comments
8
  The data was extracted from a MySQL dump after the platform was closed.
9
 
10
+ ##Data Cleaning
11
  The cleaning process involved:
 
12
  Deduplication: Removing duplicate entries to ensure uniqueness.
13
  Manual Review: Verifying the accuracy and relevance of the data.
14
  Normalization: Standardizing data formats to match the quality of other relevant datasets.
15
 
16
  ---
 
17
  configs:
18
  - config_name: default
19
  data_files:
20
  - split: train
21
  path: data/train-*
22
  ---
23
+
24
+ ##Dataset Structure
25
  Data Fields
26
+ | Field | Type | Description |
27
+ |-----------------------------|---------|------------------------------------------------------------|
28
+ | `thread_id` | string | The ID of the original thread |
29
+ | `category_id` | string | The ID of the category |
30
+ | `category_name` | string | The corresponding name of the category |
31
+ | `Question` | string | The text of the question asked |
32
+ | `Question_token_count` | integer | The number of GPT-2 tokens in the question text |
33
+ | `Question_text_length` | integer | The length of the question text (in characters) |
34
+ | `Question_language_probability` | float | The confidence score of the language detection algorithm |
35
+ | `Answer` | string | The text of the answer given |
36
+ | `Answer_token_count` | integer | The number of GPT-2 tokens in the answer text |
37
+ | `Answer_text_length` | integer | The length of the answer text (in characters) |
38
+ | `Answer_language_probability` | float | The confidence score of the language detection algorithm |
39
+
40
+ ---
 
 
 
 
 
 
 
 
 
 
41
  splits:
42
  - name: train
43
  num_bytes: 1847812
 
47
  ---
48
 
49
 
50
+ ##Usage
51
  This dataset can be valuable for:
52
 
53
  Natural Language Processing (NLP): Training models on Nigerian English and local colloquialisms.
54
  Healthcare Analysis: Understanding prevalent health concerns in Nigeria.
55
  Chatbot Training: Developing AI assistants for healthcare support in Nigerian contexts.
56
 
57
+ ##license: mit
58
 
59
+ ##Citation
60
  If you use this dataset in your research, please cite it as:
61
 
62
  @dataset{nigerian_healthcare_forum_qa,