File size: 885 Bytes
27617c4 245c4a9 27617c4 245c4a9 27617c4 245c4a9 27617c4 2c97e48 |
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 |
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype: string
- name: config
dtype: string
splits:
- name: train
num_bytes: 19749947
num_examples: 8559
download_size: 429850
dataset_size: 19749947
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "lifecycle-entailment"
https://github.com/NSanjay/EntailmentDataset
```
@article{article,
author = {Mitra, Arindam and Clark, Peter and Tafjord, Oyvind and Baral, Chitta},
year = {2019},
month = {07},
pages = {3003-3010},
title = {Declarative Question Answering over Knowledge Bases Containing Natural Language Text with Answer Set Programming},
volume = {33},
journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
doi = {10.1609/aaai.v33i01.33013003}
}
``` |