Datasets:
Tasks:
Multiple Choice
Sub-tasks:
multiple-choice-coreference-resolution
Languages:
English
Size:
n<1K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,63 @@ task_ids:
|
|
19 |
- multiple-choice-coreference-resolution
|
20 |
paperswithcode_id: wsc
|
21 |
pretty_name: Winograd Schema Challenge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for The Winograd Schema Challenge
|
@@ -209,4 +266,4 @@ The Winograd Schema Challenge including many of the examples here was proposed b
|
|
209 |
```
|
210 |
### Contributions
|
211 |
|
212 |
-
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
|
|
|
19 |
- multiple-choice-coreference-resolution
|
20 |
paperswithcode_id: wsc
|
21 |
pretty_name: Winograd Schema Challenge
|
22 |
+
dataset_info:
|
23 |
+
- config_name: wsc285
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: pronoun
|
28 |
+
dtype: string
|
29 |
+
- name: pronoun_loc
|
30 |
+
dtype: int32
|
31 |
+
- name: quote
|
32 |
+
dtype: string
|
33 |
+
- name: quote_loc
|
34 |
+
dtype: int32
|
35 |
+
- name: options
|
36 |
+
sequence: string
|
37 |
+
- name: label
|
38 |
+
dtype:
|
39 |
+
class_label:
|
40 |
+
names:
|
41 |
+
0: '0'
|
42 |
+
1: '1'
|
43 |
+
- name: source
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: test
|
47 |
+
num_bytes: 52281
|
48 |
+
num_examples: 285
|
49 |
+
download_size: 113235
|
50 |
+
dataset_size: 52281
|
51 |
+
- config_name: wsc273
|
52 |
+
features:
|
53 |
+
- name: text
|
54 |
+
dtype: string
|
55 |
+
- name: pronoun
|
56 |
+
dtype: string
|
57 |
+
- name: pronoun_loc
|
58 |
+
dtype: int32
|
59 |
+
- name: quote
|
60 |
+
dtype: string
|
61 |
+
- name: quote_loc
|
62 |
+
dtype: int32
|
63 |
+
- name: options
|
64 |
+
sequence: string
|
65 |
+
- name: label
|
66 |
+
dtype:
|
67 |
+
class_label:
|
68 |
+
names:
|
69 |
+
0: '0'
|
70 |
+
1: '1'
|
71 |
+
- name: source
|
72 |
+
dtype: string
|
73 |
+
splits:
|
74 |
+
- name: test
|
75 |
+
num_bytes: 49674
|
76 |
+
num_examples: 273
|
77 |
+
download_size: 113235
|
78 |
+
dataset_size: 49674
|
79 |
---
|
80 |
|
81 |
# Dataset Card for The Winograd Schema Challenge
|
|
|
266 |
```
|
267 |
### Contributions
|
268 |
|
269 |
+
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
|