CoolFace
Datasetpublic

Oztobuzz/Vinmec_diseases_information

Dataset Card for Vinmec diseases information This dataset contains structured information about various diseases, extracted from the Vinmec (a Vietnamese hospital) website. Each entry includes details about the disease's definition, causes, symptoms, contagion, risk factors, prevention methods, diagnosis, and treatment. The dataset is primarily in Vietnamese. Dataset Details Dataset Description This dataset aims to provide a comprehensive overview… See the full description on the dataset page: https://huggingface.co/datasets/Oztobuzz/Vinmec_diseases_information.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes28downloads
Dataset Card

Dataset Card for Vinmec diseases information

<!-- Provide a quick summary of the dataset. --> This dataset contains structured information about various diseases, extracted from the Vinmec (a Vietnamese hospital) website. Each entry includes details about the disease's definition, causes, symptoms, contagion, risk factors, prevention methods, diagnosis, and treatment. The dataset is primarily in Vietnamese.

Dataset Details

Dataset Description

<!-- Provide a longer summary of what this dataset is. --> This dataset aims to provide a comprehensive overview of common diseases in Vietnam. The data was scraped from the Vinmec website, which is a reputable source of health information in Vietnam. Each disease entry consists of several text fields containing important information.

  • Language: Vietnamese
  • Data Format: JSON-like structure (as described in "Data Fields" section), stored within a HuggingFace dataset.
  • License: The dataset is released under the MIT license.
  • Split: The dataset is split into a single train split.

Data Fields

The dataset is structured with the following fields for each disease:

  • `name`: (string) The name of the disease in Vietnamese.
  • `description`: (string) A detailed description of the disease.
  • `causes`: (string) The causes or risk factors leading to the disease.
  • `symptoms`: (string) The symptoms associated with the disease.
  • `contagion`: (string) Information about how the disease can spread (if applicable).
  • `risk_subjects`: (string) Individuals or groups that are at higher risk of developing the disease.
  • `prevention`: (string) Recommended methods for preventing the disease.
  • `diagnosis`: (string) How the disease is typically diagnosed.
  • `treatment`: (string) Common treatment options or approaches for the disease.

Uses

This dataset can be used for various tasks, including:

  • Natural Language Processing (NLP): Training and evaluating NLP models for text classification, information extraction, and question answering in the medical domain (specifically in Vietnamese).
  • Medical Information Retrieval: Building systems to retrieve disease-specific information.
  • Public Health Research: Understanding disease patterns, prevention, and awareness in the Vietnamese context.
  • Educational Resources: Creating health education materials.

Dataset Creation

Curation Rationale

This dataset was created to provide a structured, readily usable resource for medical information in Vietnamese. The data was gathered from Vinmec, a reputable Vietnamese hospital.

Source Data

The data was crawled and extracted from the Vinmec website.

Bias, Risks, and Limitations

  • Data Source Bias: The information reflects Vinmec's perspective on medical care and may not be exhaustive.
  • Language: The dataset is in Vietnamese, limiting its direct use for English-centric models.
  • Accuracy: While Vinmec is a reputable source, the information should not be considered as a substitute for professional medical advice. Users should consult with medical professionals.
  • Potential outdated information: Information might be outdated as medicine is evolving constantly.
  • Incomplete Information: The data is presented as is and might be incomplete as not every article contain all the fields listed above.

Authors

Example

json
{
    "name": "Áp xe",
    "description": "Áp xe là tên gọi của một tổ chức viêm nhiễm, khu trú thành một khối mềm, bên trong chứa đầy mủ cấu tạo từ vi khuẩn, xác bạch cầu và các mảnh vụn. ...",
    "causes": "Nhiễm trùng là nguyên nhân trực tiếp phổ biến nhất gây ra áp xe. Các tác nhân nhiễm trùng gây bệnh bao gồm: Vi khuẩn: vi khuẩn xâm nhập vào mô dưới da hoặc các tuyến bài tiết, gây nên phản ứng viêm ...",
    "symptoms": "Biểu hiện lâm sàng của áp xe khá đặc hiệu, bao gồm: Áp xe nông dưới da: quan sát thấy một khối phồng, da bao phủ lên ổ áp xe đỏ, sưng nề vùng da xung quanh, khi sờ vào có cảm giác nóng, đau, lùng nhùng do chứa mủ bên trong. ...",
    "contagion": "Áp xe có thể được lây truyền do tác nhân gây bệnh lây lan từ người bệnh sang người lành. Đường lây truyền cụ thể thay đổi tùy theo từng nguyên nhân cụ thể.",
    "risk_subjects": "Những người có các đặc điểm sau có khả năng hình thành các khối áp xe cao hơn những người khác: Điều kiện sống thiếu vệ sinh ...",
     "prevention": "Áp xe có thể được phòng ngừa bằng các biện pháp sau: Nâng cao, cải thiện môi trường sống Giữ gìn vệ sinh cá nhân tốt ...",
    "diagnosis": "Chẩn đoán áp xe mô dưới da thường được thực hiện dễ dàng thông qua việc thăm khám lâm sàng với các biểu hiện sưng, nóng, đỏ, đau vùng da che phủ khối áp xe. ...",
    "treatment": "Một tổ chức áp xe nếu không được điều trị ..."
}