Datasets:

Modalities:
Text
Formats:
parquet
Size:
n<1K
ArXiv:
Tags:
License:
ianporada commited on
Commit
dbf7bff
1 Parent(s): af90817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -64
README.md CHANGED
@@ -84,14 +84,6 @@ dataset_info:
84
  Examples taken from the Winograd Schema Challenge modified to ensure that answers are a single word from the context.
85
  This Modified Winograd Schema Challenge (MWSC) ensures that scores are neither inflated nor deflated by oddities in phrasing.
86
 
87
- ### Supported Tasks and Leaderboards
88
-
89
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
90
-
91
- ### Languages
92
-
93
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
94
-
95
  ## Dataset Structure
96
 
97
  ### Data Instances
@@ -128,56 +120,6 @@ The data fields are the same among all splits.
128
  |-------|----:|---------:|---:|
129
  |default| 80| 82| 100|
130
 
131
- ## Dataset Creation
132
-
133
- ### Curation Rationale
134
-
135
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
-
137
- ### Source Data
138
-
139
- #### Initial Data Collection and Normalization
140
-
141
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
-
143
- #### Who are the source language producers?
144
-
145
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
-
147
- ### Annotations
148
-
149
- #### Annotation process
150
-
151
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
-
153
- #### Who are the annotators?
154
-
155
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
-
157
- ### Personal and Sensitive Information
158
-
159
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
-
161
- ## Considerations for Using the Data
162
-
163
- ### Social Impact of Dataset
164
-
165
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
166
-
167
- ### Discussion of Biases
168
-
169
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
170
-
171
- ### Other Known Limitations
172
-
173
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
174
-
175
- ## Additional Information
176
-
177
- ### Dataset Curators
178
-
179
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
180
-
181
  ### Licensing Information
182
 
183
  Our code for running decaNLP has been open sourced under BSD-3-Clause.
@@ -191,15 +133,24 @@ From the [Winograd Schema Challenge](https://cs.nyu.edu/~davise/papers/WinogradS
191
 
192
  If you use this in your work, please cite:
193
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  @article{McCann2018decaNLP,
195
  title={The Natural Language Decathlon: Multitask Learning as Question Answering},
196
  author={Bryan McCann and Nitish Shirish Keskar and Caiming Xiong and Richard Socher},
197
  journal={arXiv preprint arXiv:1806.08730},
198
  year={2018}
199
  }
200
- ```
201
-
202
-
203
- ### Contributions
204
-
205
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
84
  Examples taken from the Winograd Schema Challenge modified to ensure that answers are a single word from the context.
85
  This Modified Winograd Schema Challenge (MWSC) ensures that scores are neither inflated nor deflated by oddities in phrasing.
86
 
 
 
 
 
 
 
 
 
87
  ## Dataset Structure
88
 
89
  ### Data Instances
 
120
  |-------|----:|---------:|---:|
121
  |default| 80| 82| 100|
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  ### Licensing Information
124
 
125
  Our code for running decaNLP has been open sourced under BSD-3-Clause.
 
133
 
134
  If you use this in your work, please cite:
135
  ```
136
+ @inproceedings{10.5555/3031843.3031909,
137
+ author = {Levesque, Hector J. and Davis, Ernest and Morgenstern, Leora},
138
+ title = {The Winograd Schema Challenge},
139
+ year = {2012},
140
+ isbn = {9781577355601},
141
+ publisher = {AAAI Press},
142
+ abstract = {In this paper, we present an alternative to the Turing Test that has some conceptual and practical advantages. A Wino-grad schema is a pair of sentences that differ only in one or two words and that contain a referential ambiguity that is resolved in opposite directions in the two sentences. We have compiled a collection of Winograd schemas, designed so that the correct answer is obvious to the human reader, but cannot easily be found using selectional restrictions or statistical techniques over text corpora. A contestant in the Winograd Schema Challenge is presented with a collection of one sentence from each pair, and required to achieve human-level accuracy in choosing the correct disambiguation.},
143
+ booktitle = {Proceedings of the Thirteenth International Conference on Principles of Knowledge Representation and Reasoning},
144
+ pages = {552–561},
145
+ numpages = {10},
146
+ location = {Rome, Italy},
147
+ series = {KR'12}
148
+ }
149
+
150
  @article{McCann2018decaNLP,
151
  title={The Natural Language Decathlon: Multitask Learning as Question Answering},
152
  author={Bryan McCann and Nitish Shirish Keskar and Caiming Xiong and Richard Socher},
153
  journal={arXiv preprint arXiv:1806.08730},
154
  year={2018}
155
  }
156
+ ```