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