PubMedClaim / README.md
dipta007's picture
Upload dataset
d04924b verified
---
dataset_info:
- config_name: pqa_artificial
features:
- name: pubid
dtype: int32
- name: question
dtype: string
- name: context
sequence:
- name: contexts
dtype: string
- name: labels
dtype: string
- name: meshes
dtype: string
- name: long_answer
dtype: string
- name: final_decision
dtype: string
- name: claim
dtype: string
splits:
- name: train
num_bytes: 459207892.9325694
num_examples: 207269
- name: val
num_bytes: 4431033.0337153105
num_examples: 2000
- name: test
num_bytes: 4431033.0337153105
num_examples: 2000
download_size: 249405800
dataset_size: 468069959.0
- config_name: pqa_labeled
features:
- name: pubid
dtype: int32
- name: question
dtype: string
- name: context
sequence:
- name: contexts
dtype: string
- name: labels
dtype: string
- name: meshes
dtype: string
- name: reasoning_required_pred
dtype: string
- name: reasoning_free_pred
dtype: string
- name: long_answer
dtype: string
- name: final_decision
dtype: string
- name: claim
dtype: string
splits:
- name: val
num_bytes: 1092918.5
num_examples: 500
- name: test
num_bytes: 1092918.5
num_examples: 500
download_size: 1157392
dataset_size: 2185837.0
- config_name: pqa_unlabeled
features:
- name: pubid
dtype: int32
- name: question
dtype: string
- name: context
sequence:
- name: contexts
dtype: string
- name: labels
dtype: string
- name: meshes
dtype: string
- name: long_answer
dtype: string
- name: claim
dtype: string
splits:
- name: train
num_bytes: 123467973.97985274
num_examples: 57249
- name: val
num_bytes: 4313367.010073634
num_examples: 2000
- name: test
num_bytes: 4313367.010073634
num_examples: 2000
download_size: 70037337
dataset_size: 132094708.0
configs:
- config_name: pqa_artificial
data_files:
- split: train
path: pqa_artificial/train-*
- split: val
path: pqa_artificial/val-*
- split: test
path: pqa_artificial/test-*
- config_name: pqa_labeled
data_files:
- split: val
path: pqa_labeled/val-*
- split: test
path: pqa_labeled/test-*
- config_name: pqa_unlabeled
data_files:
- split: train
path: pqa_unlabeled/train-*
- split: val
path: pqa_unlabeled/val-*
- split: test
path: pqa_unlabeled/test-*
---