metadata
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
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:
- Convert to html content to markdown
- Extract query, document:
- query: value of h2/h3
- document: content of h2/h3