Datasets:
coref-data
/

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
ianporada commited on
Commit
029edc4
·
1 Parent(s): 932745a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -64
README.md CHANGED
@@ -139,38 +139,11 @@ dataset_info:
139
  license: cc-by-4.0
140
  ---
141
 
142
- # Dataset Card for "winogrande"
143
-
144
- ## Table of Contents
145
- - [Dataset Description](#dataset-description)
146
- - [Dataset Summary](#dataset-summary)
147
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
148
- - [Languages](#languages)
149
- - [Dataset Structure](#dataset-structure)
150
- - [Data Instances](#data-instances)
151
- - [Data Fields](#data-fields)
152
- - [Data Splits](#data-splits)
153
- - [Dataset Creation](#dataset-creation)
154
- - [Curation Rationale](#curation-rationale)
155
- - [Source Data](#source-data)
156
- - [Annotations](#annotations)
157
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
158
- - [Considerations for Using the Data](#considerations-for-using-the-data)
159
- - [Social Impact of Dataset](#social-impact-of-dataset)
160
- - [Discussion of Biases](#discussion-of-biases)
161
- - [Other Known Limitations](#other-known-limitations)
162
- - [Additional Information](#additional-information)
163
- - [Dataset Curators](#dataset-curators)
164
- - [Licensing Information](#licensing-information)
165
- - [Citation Information](#citation-information)
166
- - [Contributions](#contributions)
167
 
168
  ## Dataset Description
169
 
170
  - **Homepage:** [https://leaderboard.allenai.org/winogrande/submissions/get-started](https://leaderboard.allenai.org/winogrande/submissions/get-started)
171
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
172
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
174
  - **Size of downloaded dataset files:** 20.37 MB
175
  - **Size of the generated dataset:** 10.50 MB
176
  - **Total amount of disk used:** 30.87 MB
@@ -182,45 +155,10 @@ WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Chal
182
  fill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires
183
  commonsense reasoning.
184
 
185
- ### Supported Tasks and Leaderboards
186
-
187
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
188
-
189
- ### Languages
190
-
191
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
192
-
193
- ## Dataset Structure
194
-
195
  ### Data Fields
196
 
197
  The data fields are the same among all splits.
198
 
199
- #### winogrande_debiased
200
- - `sentence`: a `string` feature.
201
- - `option1`: a `string` feature.
202
- - `option2`: a `string` feature.
203
- - `answer`: a `string` feature.
204
-
205
- #### winogrande_l
206
- - `sentence`: a `string` feature.
207
- - `option1`: a `string` feature.
208
- - `option2`: a `string` feature.
209
- - `answer`: a `string` feature.
210
-
211
- #### winogrande_m
212
- - `sentence`: a `string` feature.
213
- - `option1`: a `string` feature.
214
- - `option2`: a `string` feature.
215
- - `answer`: a `string` feature.
216
-
217
- #### winogrande_s
218
- - `sentence`: a `string` feature.
219
- - `option1`: a `string` feature.
220
- - `option2`: a `string` feature.
221
- - `answer`: a `string` feature.
222
-
223
- #### winogrande_xl
224
  - `sentence`: a `string` feature.
225
  - `option1`: a `string` feature.
226
  - `option2`: a `string` feature.
@@ -249,7 +187,6 @@ year={2019}
249
 
250
  ```
251
 
252
-
253
  ### Contributions
254
 
255
  Thanks to [@thomwolf](https://github.com/thomwolf), [@TevenLeScao](https://github.com/TevenLeScao), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
139
  license: cc-by-4.0
140
  ---
141
 
142
+ # Wingrande v1.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  ## Dataset Description
145
 
146
  - **Homepage:** [https://leaderboard.allenai.org/winogrande/submissions/get-started](https://leaderboard.allenai.org/winogrande/submissions/get-started)
 
 
 
147
  - **Size of downloaded dataset files:** 20.37 MB
148
  - **Size of the generated dataset:** 10.50 MB
149
  - **Total amount of disk used:** 30.87 MB
 
155
  fill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires
156
  commonsense reasoning.
157
 
 
 
 
 
 
 
 
 
 
 
158
  ### Data Fields
159
 
160
  The data fields are the same among all splits.
161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  - `sentence`: a `string` feature.
163
  - `option1`: a `string` feature.
164
  - `option2`: a `string` feature.
 
187
 
188
  ```
189
 
 
190
  ### Contributions
191
 
192
  Thanks to [@thomwolf](https://github.com/thomwolf), [@TevenLeScao](https://github.com/TevenLeScao), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.