Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,32 @@ language:
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# CRAB: Causal Reasoning Assessment Benchmark
|
| 12 |
+
|
| 13 |
+
## Dataset Details
|
| 14 |
+
|
| 15 |
+
## Dataset Creation
|
| 16 |
+
|
| 17 |
+
## Splits - Tasks
|
| 18 |
+
|
| 19 |
+
### Pairwise Causality Assessment
|
| 20 |
+
|
| 21 |
+
### Graded Causality Assessment
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
To cite 🦀 CRAB, please use:
|
| 27 |
+
|
| 28 |
+
```
|
| 29 |
+
@inproceedings{romanou2023crab,
|
| 30 |
+
title={CRAB: Assessing the Strength of Causal Relationships Between Real-world Events},
|
| 31 |
+
author={Angelika Romanou and Syrielle Montariol and Debjit Paul and Leo Laugier and Karl Aberer and Antoine Bosselut},
|
| 32 |
+
year={2023},
|
| 33 |
+
eprint={2311.04284},
|
| 34 |
+
archivePrefix={arXiv},
|
| 35 |
+
primaryClass={cs.CL}
|
| 36 |
+
}
|
| 37 |
+
```
|