Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,76 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- id
|
5 |
+
tags:
|
6 |
+
- medical
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
# Dataset Question Answer Health Indonesian
|
13 |
+
|
14 |
+
## Dataset Summary
|
15 |
+
|
16 |
+
The **Question Answer Health Indonesian** dataset contains +250,000 question-and-answer pairs related to health topics sourced from the Alodokter website. The dataset spans a collection period from **July 2023 to September 2023** (approximately 2 months). It is designed to facilitate research and development in the fields of natural language processing (NLP), particularly for Indonesian language models, health information retrieval, and question-answering systems.
|
17 |
+
|
18 |
+
## Features
|
19 |
+
|
20 |
+
- **title**: The title or headline of the health discussion.
|
21 |
+
- **question**: The detailed question asked by the user.
|
22 |
+
- **answer**: The response provided by the doctor.
|
23 |
+
- **doctor_name**: The name of the doctor who provided the answer.
|
24 |
+
- **tag**: Tags or categories related to the health topic.
|
25 |
+
- **url**: The source URL of the discussion on the Alodokter website.
|
26 |
+
|
27 |
+
## Dataset Structure
|
28 |
+
|
29 |
+
### Example Data
|
30 |
+
|
31 |
+
Here is an example of how the data is structured:
|
32 |
+
|
33 |
+
```json
|
34 |
+
{
|
35 |
+
"title": "Cara Mengatasi Demam Tinggi",
|
36 |
+
"question": "Dok, anak saya demam tinggi sejak semalam, apa yang harus dilakukan?",
|
37 |
+
"answer": "Pastikan anak cukup minum untuk mencegah dehidrasi, kompres dengan air hangat, dan berikan obat penurun demam sesuai dosis. Jika demam tidak turun dalam 3 hari, segera konsultasi ke dokter.",
|
38 |
+
"doctor_name": "Dr.xxxxxx",
|
39 |
+
"tag": ["demam", "anak", "pertolongan pertama"],
|
40 |
+
"url": "https://www.alodokter.com/..."
|
41 |
+
}
|
42 |
+
```
|
43 |
+
|
44 |
+
## Data Collection
|
45 |
+
|
46 |
+
- **Source**: Data was collected by scraping public discussions from the Alodokter website.
|
47 |
+
- **Period**: Data spans from **July 2023 to September 2023**.
|
48 |
+
- **Size**: The dataset contains **approximately 250,000 entries**.
|
49 |
+
|
50 |
+
## Usage
|
51 |
+
|
52 |
+
This dataset is suitable for:
|
53 |
+
|
54 |
+
- Training and evaluating Indonesian question-answering models.
|
55 |
+
- Developing health-related NLP applications.
|
56 |
+
- Analyzing health trends and concerns among Indonesians.
|
57 |
+
|
58 |
+
## Citation
|
59 |
+
|
60 |
+
If you use this dataset, please cite it as follows:
|
61 |
+
|
62 |
+
```
|
63 |
+
@dataset{alodokter-qna,
|
64 |
+
title={Dataset q&a for Health},
|
65 |
+
author={Gufranaka Samudra},
|
66 |
+
year={2024},
|
67 |
+
note={Scraped from Alodokter (July 2023 - September 2023)}
|
68 |
+
}
|
69 |
+
```
|
70 |
+
|
71 |
+
## Contact
|
72 |
+
|
73 |
+
For questions or feedback, please contact:
|
74 |
+
|
75 |
+
- Name: Gufranaka Samudra
|
76 |
+
- Email: [email protected]
|