File size: 996 Bytes
d492274 4ecbf40 704dfc8 d492274 704dfc8 a6b6448 936eb7d d492274 936eb7d d492274 936eb7d d492274 936eb7d d492274 |
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 |
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype: string
- name: premise_tptp
dtype: string
- name: hypothesis_tptp
dtype: string
- name: proof_inputs
sequence: string
- name: proof
dtype: string
- name: tc
dtype: int64
- name: n
dtype: int64
- name: evidence_indices
sequence: int64
- name: counterfactuals
dtype: string
- name: evidences_necessity
dtype: bool
- name: mapping
dtype: string
splits:
- name: train
num_bytes: 214163148.69701728
num_examples: 1528
- name: validation
num_bytes: 26910552.715855572
num_examples: 192
- name: test
num_bytes: 26770393.58712716
num_examples: 191
download_size: 33623276
dataset_size: 267844095.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|