File size: 696 Bytes
b0eaf4d 369ce16 |
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 |
---
dataset_info:
features:
- name: context
dtype: string
- name: statement
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 2436331
num_examples: 2317
- name: test
num_bytes: 3066737
num_examples: 3000
- name: dev
num_bytes: 2512690
num_examples: 2317
download_size: 1330059
dataset_size: 8015758
---
# Dataset Card for "robustLR"
https://github.com/INK-USC/RobustLR
```
@article{sanyal2022robustlr,
title={Robustlr: Evaluating robustness to logical perturbation in deductive reasoning},
author={Sanyal, Soumya and Liao, Zeyi and Ren, Xiang},
journal={arXiv preprint arXiv:2205.12598},
year={2022}
}
``` |