ViHealthQA / README.md
nampham1106's picture
Upload dataset
ed3f1fe verified
---
dataset_info:
features:
- name: id
dtype: int64
- name: url
dtype: string
- name: query
dtype: string
- name: document
dtype: string
splits:
- name: train
num_bytes: 197561508.9722382
num_examples: 112371
- name: test
num_bytes: 2016561.664407696
num_examples: 1147
- name: val
num_bytes: 1997222.3633540915
num_examples: 1136
download_size: 102365034
dataset_size: 201575293.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
New dataset for Health domain collect from https://www.vinmec.com
* Parse appoarch:
1. Convert to html content to markdown
2. Extract query, document:
- query: value of h2/h3
- document: content of h2/h3