File size: 1,227 Bytes
26837a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c87f679
 
 
 
 
 
 
 
 
 
 
26837a5
e74a79e
26837a5
e74a79e
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
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: rule_concentration
    dtype: float64
  splits:
  - name: train
    num_bytes: 545983394.2802362
    num_examples: 82219
  - name: validation
    num_bytes: 68252074.65929127
    num_examples: 10278
  - name: test
    num_bytes: 68245434.06047249
    num_examples: 10277
  download_size: 182483284
  dataset_size: 682480903
license: apache-2.0
task_categories:
- text-classification
language:
- en
tags:
- logic
- reasoning
- fol
- first-order-logic
---
# Dataset Card for "FOL-nli"

https://github.com/sileod/unigram/

```
@article{sileo2024scaling,
  title={Scaling Synthetic Logical Reasoning Datasets with Context-Sensitive Declarative Grammars},
  author={Sileo, Damien},
  journal={arXiv preprint arXiv:2406.11035},
  year={2024}
}
```