File size: 968 Bytes
1912d66 8d7ce5f 1912d66 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: id_test
path: data/id_test-*
- split: ood_test
path: data/ood_test-*
dataset_info:
features:
- name: entity_id
dtype: string
- name: split
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: qa_type
dtype: string
- name: reasoning_hops
dtype: int64
- name: source_relations
list: string
- name: metadata
struct:
- name: entity_name
dtype: string
- name: entity_type
dtype: string
- name: relations
list: string
splits:
- name: train
num_bytes: 16184
num_examples: 10
- name: id_test
num_bytes: 9244
num_examples: 10
- name: ood_test
num_bytes: 15186
num_examples: 16
download_size: 28055
dataset_size: 40614
---
|