File size: 964 Bytes
d492274 4ecbf40 704dfc8 d492274 704dfc8 a6b6448 d492274 e53085c d492274 e53085c d492274 e53085c 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 |
---
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
splits:
- name: train
num_bytes: 1089265366.4232652
num_examples: 28430
- name: validation
num_bytes: 136167749.2883674
num_examples: 3554
- name: test
num_bytes: 136167749.2883674
num_examples: 3554
download_size: 371313346
dataset_size: 1361600865.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|