Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,35 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license: []
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: 'TRIP: Tiered Reasoning for Intuitive Physics'
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
tags: []
|
17 |
+
task_categories:
|
18 |
+
- text-classification
|
19 |
+
task_ids:
|
20 |
+
- natural-language-inference
|
21 |
+
---
|
22 |
+
# [TRIP - Tiered Reasoning for Intuitive Physics](https://aclanthology.org/2021.findings-emnlp.422/)
|
23 |
+
|
24 |
+
|
25 |
+
## Cite
|
26 |
+
```bibtex
|
27 |
+
@misc{storks2021tiered,
|
28 |
+
title={Tiered Reasoning for Intuitive Physics: Toward Verifiable Commonsense Language Understanding},
|
29 |
+
author={Shane Storks and Qiaozi Gao and Yichi Zhang and Joyce Chai},
|
30 |
+
year={2021},
|
31 |
+
booktitle={Findings of the Association for Computational Linguistics: EMNLP 2021},
|
32 |
+
location={Punta Cana, Dominican Republic},
|
33 |
+
publisher={Association for Computational Linguistics},
|
34 |
+
}
|
35 |
+
```
|