File size: 1,099 Bytes
92e75f1
 
539095c
 
 
 
 
 
 
5275a96
 
539095c
 
 
 
 
 
 
 
 
 
 
 
 
 
5275a96
 
539095c
 
5275a96
539095c
 
5275a96
 
 
 
539095c
5275a96
 
92e75f1
370e2c1
67daa35
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: E
    dtype: int64
  - name: H1
    dtype: int64
  - name: H2
    dtype: int64
  - name: H3
    dtype: int64
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 9803153
    num_examples: 99876
  - name: test
    num_bytes: 550241
    num_examples: 5000
  - name: validation
    num_bytes: 548346
    num_examples: 5000
  download_size: 2505053
  dataset_size: 10901740
---
https://github.com/google-deepmind/logical-entailment-dataset
```
@inproceedings{
evans2018can,
title={Can Neural Networks Understand Logical Entailment?},
author={Richard Evans and David Saxton and David Amos and Pushmeet Kohli and Edward Grefenstette},
booktitle={International Conference on Learning Representations},
year={2018},
url={https://openreview.net/forum?id=SkZxCk-0Z},
}
```