File size: 1,285 Bytes
09c05a5 a7bc08b 09c05a5 |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
language:
- en
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: type
dtype: string
- name: level
dtype: string
- name: supporting_facts
struct:
- name: sent_id
sequence: int64
- name: title
sequence: string
- name: context
struct:
- name: sentences
sequence:
sequence: string
- name: title
sequence: string
- name: paragraphs
list:
- name: idx
dtype: int64
- name: is_supporting
dtype: bool
- name: paragraph_text
dtype: string
- name: title
dtype: string
- name: question_decomposition
list:
- name: answer
dtype: string
- name: id
dtype: int64
- name: paragraph_support_idx
dtype: int64
- name: question
dtype: string
- name: answer_aliases
sequence: 'null'
- name: answerable
dtype: bool
splits:
- name: train
num_bytes: 3622477
num_examples: 300
- name: validation
num_bytes: 1217597
num_examples: 100
download_size: 2889723
dataset_size: 4840074
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|