metadata
			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:
{
  "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]
