File size: 984 Bytes
d492274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ecbf40
 
704dfc8
d492274
704dfc8
 
 
 
a6b6448
 
936eb7d
 
d492274
 
46660c8
 
d492274
46660c8
 
d492274
46660c8
 
 
 
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: 285264087.2
    num_examples: 19200
  - name: validation
    num_bytes: 35658010.9
    num_examples: 2400
  - name: test
    num_bytes: 35658010.9
    num_examples: 2400
  download_size: 99085739
  dataset_size: 356580108.99999994
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---