Commit
•
0391077
1
Parent(s):
d0e54ab
Fix missing tags in dataset cards (#4979)
Browse filesCommit from https://github.com/huggingface/datasets/commit/4c695faf4b8cd781d700203654afd91f2b3d4171
README.md
CHANGED
@@ -1,8 +1,26 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: Abductive Reasoning in narrative Text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "art"
|
@@ -34,8 +52,8 @@ pretty_name: Abductive Reasoning in narrative Text
|
|
34 |
## Dataset Description
|
35 |
|
36 |
- **Homepage:** [https://leaderboard.allenai.org/anli/submissions/get-started](https://leaderboard.allenai.org/anli/submissions/get-started)
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper:** [
|
39 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
40 |
- **Size of downloaded dataset files:** 4.88 MB
|
41 |
- **Size of the generated dataset:** 32.77 MB
|
@@ -43,7 +61,9 @@ pretty_name: Abductive Reasoning in narrative Text
|
|
43 |
|
44 |
### Dataset Summary
|
45 |
|
46 |
-
|
|
|
|
|
47 |
|
48 |
### Supported Tasks and Leaderboards
|
49 |
|
@@ -55,8 +75,6 @@ the Abductive Natural Language Inference Dataset from AI2
|
|
55 |
|
56 |
## Dataset Structure
|
57 |
|
58 |
-
`
|
59 |
-
|
60 |
### Data Instances
|
61 |
|
62 |
#### anli
|
@@ -150,22 +168,15 @@ The data fields are the same among all splits.
|
|
150 |
### Citation Information
|
151 |
|
152 |
```
|
153 |
-
@
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
and Hannah, Rashkin
|
160 |
-
and Doug, Downey
|
161 |
-
and Scott, Wen-tau Yih
|
162 |
-
and Yejin, Choi",
|
163 |
-
title = "Abductive Commonsense Reasoning",
|
164 |
-
year = "2020",
|
165 |
}
|
166 |
```
|
167 |
|
168 |
-
|
169 |
### Contributions
|
170 |
|
171 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
pretty_name: Abductive Reasoning in narrative Text
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- multiple-choice
|
19 |
+
- text-classification
|
20 |
+
task_ids:
|
21 |
+
- natural-language-inference
|
22 |
+
- text-classification-other-abductive-natural-language-inference
|
23 |
+
paperswithcode_id: art-dataset
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "art"
|
|
|
52 |
## Dataset Description
|
53 |
|
54 |
- **Homepage:** [https://leaderboard.allenai.org/anli/submissions/get-started](https://leaderboard.allenai.org/anli/submissions/get-started)
|
55 |
+
- **Repository:** https://github.com/allenai/abductive-commonsense-reasoning
|
56 |
+
- **Paper:** [Abductive Commonsense Reasoning](https://arxiv.org/abs/1908.05739)
|
57 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
58 |
- **Size of downloaded dataset files:** 4.88 MB
|
59 |
- **Size of the generated dataset:** 32.77 MB
|
|
|
61 |
|
62 |
### Dataset Summary
|
63 |
|
64 |
+
ART consists of over 20k commonsense narrative contexts and 200k explanations.
|
65 |
+
|
66 |
+
The Abductive Natural Language Inference Dataset from AI2.
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
|
|
75 |
|
76 |
## Dataset Structure
|
77 |
|
|
|
|
|
78 |
### Data Instances
|
79 |
|
80 |
#### anli
|
|
|
168 |
### Citation Information
|
169 |
|
170 |
```
|
171 |
+
@inproceedings{Bhagavatula2020Abductive,
|
172 |
+
title={Abductive Commonsense Reasoning},
|
173 |
+
author={Chandra Bhagavatula and Ronan Le Bras and Chaitanya Malaviya and Keisuke Sakaguchi and Ari Holtzman and Hannah Rashkin and Doug Downey and Wen-tau Yih and Yejin Choi},
|
174 |
+
booktitle={International Conference on Learning Representations},
|
175 |
+
year={2020},
|
176 |
+
url={https://openreview.net/forum?id=Byg1v1HKDB}
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
}
|
178 |
```
|
179 |
|
|
|
180 |
### Contributions
|
181 |
|
182 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|