system HF staff commited on
Commit
e30ddd5
1 Parent(s): 207ed8c

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +155 -0
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "art"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://leaderboard.allenai.org/anli/submissions/get-started](https://leaderboard.allenai.org/anli/submissions/get-started)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 4.88 MB
37
+ - **Size of the generated dataset:** 32.77 MB
38
+ - **Total amount of disk used:** 37.65 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ the Abductive Natural Language Inference Dataset from AI2
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### anli
59
+
60
+ - **Size of downloaded dataset files:** 4.88 MB
61
+ - **Size of the generated dataset:** 32.77 MB
62
+ - **Total amount of disk used:** 37.65 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+ {
67
+ "hypothesis_1": "Chad's car had all sorts of other problems besides alignment.",
68
+ "hypothesis_2": "Chad's car had all sorts of benefits other than being sexy.",
69
+ "label": 1,
70
+ "observation_1": "Chad went to get the wheel alignment measured on his car.",
71
+ "observation_2": "The mechanic provided a working alignment with new body work."
72
+ }
73
+ ```
74
+
75
+ ### [Data Fields](#data-fields)
76
+
77
+ The data fields are the same among all splits.
78
+
79
+ #### anli
80
+ - `observation_1`: a `string` feature.
81
+ - `observation_2`: a `string` feature.
82
+ - `hypothesis_1`: a `string` feature.
83
+ - `hypothesis_2`: a `string` feature.
84
+ - `label`: a classification label, with possible values including `0` (0), `1` (1), `2` (2).
85
+
86
+ ### [Data Splits Sample Size](#data-splits-sample-size)
87
+
88
+ |name|train |validation|
89
+ |----|-----:|---------:|
90
+ |anli|169654| 1532|
91
+
92
+ ## [Dataset Creation](#dataset-creation)
93
+
94
+ ### [Curation Rationale](#curation-rationale)
95
+
96
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
97
+
98
+ ### [Source Data](#source-data)
99
+
100
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
101
+
102
+ ### [Annotations](#annotations)
103
+
104
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
+
106
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
107
+
108
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
109
+
110
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
111
+
112
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
113
+
114
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ### [Discussion of Biases](#discussion-of-biases)
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### [Other Known Limitations](#other-known-limitations)
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ## [Additional Information](#additional-information)
125
+
126
+ ### [Dataset Curators](#dataset-curators)
127
+
128
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
+
130
+ ### [Licensing Information](#licensing-information)
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### [Citation Information](#citation-information)
135
+
136
+ ```
137
+ @InProceedings{anli,
138
+ author = "Chandra, Bhagavatula
139
+ and Ronan, Le Bras
140
+ and Chaitanya, Malaviya
141
+ and Keisuke, Sakaguchi
142
+ and Ari, Holtzman
143
+ and Hannah, Rashkin
144
+ and Doug, Downey
145
+ and Scott, Wen-tau Yih
146
+ and Yejin, Choi",
147
+ title = "Abductive Commonsense Reasoning",
148
+ year = "2020",
149
+ }
150
+ ```
151
+
152
+
153
+ ### Contributions
154
+
155
+ 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.