File size: 921 Bytes
81115bb a39956a 81115bb c35e6d1 27f1815 b2d0cd3 c35e6d1 |
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 |
---
license: mit
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: relation
dtype: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 791933574
num_examples: 411452
- name: dev
num_bytes: 3140558
num_examples: 2246
- name: test
num_bytes: 2415937
num_examples: 2246
download_size: 11038753
dataset_size: 797490069
---
https://github.com/causalNLP/corr2cause/
The HF dataset provided by the author cannot be directly loaded. We use the NLI subset, which is the most general task.
```
@article{jin2023can,
title={Can Large Language Models Infer Causation from Correlation?},
author={Jin, Zhijing and Liu, Jiarui and Lyu, Zhiheng and Poff, Spencer and Sachan, Mrinmaya and Mihalcea, Rada and Diab, Mona and Sch{\"o}lkopf, Bernhard},
journal={arXiv preprint arXiv:2306.05836},
year={2023}
}
``` |