CoolFace
Datasetpublic

Dqdung205/medical-vietnamese-qa

Medical Vietnamese QA A dataset of Vietnamese medical question-answer (QA) pairs collected from trusted healthcare websites Vinmec and Long Châu, using the crawl4AI tool.This dataset is intended for research on Question Answering (QA) systems, chatbots, and language model fine-tuning in the medical domain. Dataset Summary Language: Vietnamese (vi) Domain: Healthcare, Medicine, Pharmacy Task: Question Answering Source: Public content from Vinmec and Long Châu… See the full description on the dataset page: https://huggingface.co/datasets/Dqdung205/medical-vietnamese-qa.

sourceHugging Facecc-by-sa-4.0updated 1y agoView on Hugging Face
0likes29downloads
Dataset Card

Medical Vietnamese QA

A dataset of Vietnamese medical question-answer (QA) pairs collected from trusted healthcare websites Vinmec and Long Châu, using the crawl4AI tool. This dataset is intended for research on Question Answering (QA) systems, chatbots, and language model fine-tuning in the medical domain.


Dataset Summary

  • —Language: Vietnamese (vi)
  • —Domain: Healthcare, Medicine, Pharmacy
  • —Task: Question Answering
  • —Source: Public content from Vinmec and Long Châu Pharmacy
  • —Collection Method: Web crawling with crawl4AI
  • —Format: JSONL / Parquet with two columns:
  • —question: The input medical question (in Vietnamese)
  • —answer: The corresponding medical answer (in Vietnamese)

Example

json
{
  "question": "Người bị cao huyết áp nên ăn thực phẩm gì để tốt cho sức khỏe?",
  "answer": "Người cao huyết áp nên ăn nhiều rau xanh, hoa quả tươi, các loại ngũ cốc nguyên hạt và hạn chế muối, đồ chiên rán, thịt đỏ..."
}