system HF staff commited on
Commit
96a49a5
1 Parent(s): aab6dc1

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 +205 -0
README.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "scitail"
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://allenai.org/data/scitail](https://allenai.org/data/scitail)
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:** 54.07 MB
37
+ - **Size of the generated dataset:** 46.82 MB
38
+ - **Total amount of disk used:** 100.89 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question
43
+ and the correct answer choice are converted into an assertive statement to form the hypothesis. We use information
44
+ retrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We
45
+ crowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create
46
+ the SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples
47
+ with neutral label
48
+
49
+ ### [Supported Tasks](#supported-tasks)
50
+
51
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
+
53
+ ### [Languages](#languages)
54
+
55
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
+
57
+ ## [Dataset Structure](#dataset-structure)
58
+
59
+ We show detailed information for up to 5 configurations of the dataset.
60
+
61
+ ### [Data Instances](#data-instances)
62
+
63
+ #### dgem_format
64
+
65
+ - **Size of downloaded dataset files:** 13.52 MB
66
+ - **Size of the generated dataset:** 7.47 MB
67
+ - **Total amount of disk used:** 20.99 MB
68
+
69
+ An example of 'train' looks as follows.
70
+ ```
71
+
72
+ ```
73
+
74
+ #### predictor_format
75
+
76
+ - **Size of downloaded dataset files:** 13.52 MB
77
+ - **Size of the generated dataset:** 9.72 MB
78
+ - **Total amount of disk used:** 23.24 MB
79
+
80
+ An example of 'validation' looks as follows.
81
+ ```
82
+
83
+ ```
84
+
85
+ #### snli_format
86
+
87
+ - **Size of downloaded dataset files:** 13.52 MB
88
+ - **Size of the generated dataset:** 24.58 MB
89
+ - **Total amount of disk used:** 38.10 MB
90
+
91
+ An example of 'validation' looks as follows.
92
+ ```
93
+
94
+ ```
95
+
96
+ #### tsv_format
97
+
98
+ - **Size of downloaded dataset files:** 13.52 MB
99
+ - **Size of the generated dataset:** 5.05 MB
100
+ - **Total amount of disk used:** 18.56 MB
101
+
102
+ An example of 'validation' looks as follows.
103
+ ```
104
+
105
+ ```
106
+
107
+ ### [Data Fields](#data-fields)
108
+
109
+ The data fields are the same among all splits.
110
+
111
+ #### dgem_format
112
+ - `premise`: a `string` feature.
113
+ - `hypothesis`: a `string` feature.
114
+ - `label`: a `string` feature.
115
+ - `hypothesis_graph_structure`: a `string` feature.
116
+
117
+ #### predictor_format
118
+ - `answer`: a `string` feature.
119
+ - `sentence2_structure`: a `string` feature.
120
+ - `sentence1`: a `string` feature.
121
+ - `sentence2`: a `string` feature.
122
+ - `gold_label`: a `string` feature.
123
+ - `question`: a `string` feature.
124
+
125
+ #### snli_format
126
+ - `sentence1_binary_parse`: a `string` feature.
127
+ - `sentence1_parse`: a `string` feature.
128
+ - `sentence1`: a `string` feature.
129
+ - `sentence2_parse`: a `string` feature.
130
+ - `sentence2`: a `string` feature.
131
+ - `annotator_labels`: a `list` of `string` features.
132
+ - `gold_label`: a `string` feature.
133
+
134
+ #### tsv_format
135
+ - `premise`: a `string` feature.
136
+ - `hypothesis`: a `string` feature.
137
+ - `label`: a `string` feature.
138
+
139
+ ### [Data Splits Sample Size](#data-splits-sample-size)
140
+
141
+ | name |train|validation|test|
142
+ |----------------|----:|---------:|---:|
143
+ |dgem_format |23088| 1304|2126|
144
+ |predictor_format|23587| 1304|2126|
145
+ |snli_format |23596| 1304|2126|
146
+ |tsv_format |23097| 1304|2126|
147
+
148
+ ## [Dataset Creation](#dataset-creation)
149
+
150
+ ### [Curation Rationale](#curation-rationale)
151
+
152
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
+
154
+ ### [Source Data](#source-data)
155
+
156
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+
158
+ ### [Annotations](#annotations)
159
+
160
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
+
162
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
163
+
164
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
165
+
166
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
167
+
168
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
169
+
170
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
+
172
+ ### [Discussion of Biases](#discussion-of-biases)
173
+
174
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
175
+
176
+ ### [Other Known Limitations](#other-known-limitations)
177
+
178
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
179
+
180
+ ## [Additional Information](#additional-information)
181
+
182
+ ### [Dataset Curators](#dataset-curators)
183
+
184
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
185
+
186
+ ### [Licensing Information](#licensing-information)
187
+
188
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
189
+
190
+ ### [Citation Information](#citation-information)
191
+
192
+ ```
193
+ inproceedings{scitail,
194
+ Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},
195
+ Booktitle = {AAAI},
196
+ Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},
197
+ Year = {2018}
198
+ }
199
+
200
+ ```
201
+
202
+
203
+ ### Contributions
204
+
205
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.