File size: 1,234 Bytes
1bc9aeb
746f83a
 
1bc9aeb
9611a5c
 
746f83a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1bc9aeb
9611a5c
 
 
 
 
 
 
 
 
 
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
---
language:
- en
license: apache-2.0
task_categories:
- text-classification
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: 'original_id '
    dtype: int64
  - name: ' sent1 '
    dtype: string
  - name: ' sent2 '
    dtype: string
  - name: ' keyword_before '
    dtype: string
  - name: ' relation 1to2 '
    dtype: string
  - name: ' pattern '
    dtype: string
  - name: ' original_label '
    dtype: string
  - name: ' original_genre '
    dtype: string
  - name: ' consistent '
    dtype: bool
  - name: ' formula '
    dtype: string
  - name: ' start_ends '
    dtype: string
  - name: ' new_label '
    dtype: string
  splits:
  - name: train
    num_bytes: 2011728.0534709194
    num_examples: 6390
  download_size: 227618
  dataset_size: 2011728.0534709194
---
https://github.com/feng-yufei/Neural-Natural-Logic
```bib
@inproceedings{feng2020exploring,
  title={Exploring End-to-End Differentiable Natural Logic Modeling},
  author={Feng, Yufei, Ziou Zheng, and Liu, Quan and Greenspan, Michael and Zhu, Xiaodan},
  booktitle={Proceedings of the 28th International Conference on Computational Linguistics},
  pages={1172--1185},
  year={2020}
}
```