Datasets:
Tasks:
Multiple Choice
Sub-tasks:
multiple-choice-coreference-resolution
Languages:
English
Size:
n<1K
License:
Convert dataset to Parquet
Browse files- README.md +14 -9
- dataset_infos.json +155 -1
- wsc273/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -20,7 +20,7 @@ task_ids:
|
|
20 |
paperswithcode_id: wsc
|
21 |
pretty_name: Winograd Schema Challenge
|
22 |
dataset_info:
|
23 |
-
- config_name:
|
24 |
features:
|
25 |
- name: text
|
26 |
dtype: string
|
@@ -44,11 +44,11 @@ dataset_info:
|
|
44 |
dtype: string
|
45 |
splits:
|
46 |
- name: test
|
47 |
-
num_bytes:
|
48 |
-
num_examples:
|
49 |
-
download_size:
|
50 |
-
dataset_size:
|
51 |
-
- config_name:
|
52 |
features:
|
53 |
- name: text
|
54 |
dtype: string
|
@@ -72,10 +72,15 @@ dataset_info:
|
|
72 |
dtype: string
|
73 |
splits:
|
74 |
- name: test
|
75 |
-
num_bytes:
|
76 |
-
num_examples:
|
77 |
download_size: 113235
|
78 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
79 |
---
|
80 |
|
81 |
# Dataset Card for The Winograd Schema Challenge
|
|
|
20 |
paperswithcode_id: wsc
|
21 |
pretty_name: Winograd Schema Challenge
|
22 |
dataset_info:
|
23 |
+
- config_name: wsc273
|
24 |
features:
|
25 |
- name: text
|
26 |
dtype: string
|
|
|
44 |
dtype: string
|
45 |
splits:
|
46 |
- name: test
|
47 |
+
num_bytes: 49650
|
48 |
+
num_examples: 273
|
49 |
+
download_size: 23835
|
50 |
+
dataset_size: 49650
|
51 |
+
- config_name: wsc285
|
52 |
features:
|
53 |
- name: text
|
54 |
dtype: string
|
|
|
72 |
dtype: string
|
73 |
splits:
|
74 |
- name: test
|
75 |
+
num_bytes: 52281
|
76 |
+
num_examples: 285
|
77 |
download_size: 113235
|
78 |
+
dataset_size: 52281
|
79 |
+
configs:
|
80 |
+
- config_name: wsc273
|
81 |
+
data_files:
|
82 |
+
- split: test
|
83 |
+
path: wsc273/test-*
|
84 |
---
|
85 |
|
86 |
# Dataset Card for The Winograd Schema Challenge
|
dataset_infos.json
CHANGED
@@ -1 +1,155 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"wsc285": {
|
3 |
+
"description": "A Winograd schema is a pair of sentences that differ in only one or two words and that contain an ambiguity that is\nresolved in opposite ways in the two sentences and requires the use of world knowledge and reasoning for its\nresolution. The schema takes its name from a well-known example by Terry Winograd:\n\n> The city councilmen refused the demonstrators a permit because they [feared/advocated] violence.\n\nIf the word is ``feared'', then ``they'' presumably refers to the city council; if it is ``advocated'' then ``they''\npresumably refers to the demonstrators.\n",
|
4 |
+
"citation": "@inproceedings{levesque2012winograd,\n title={The winograd schema challenge},\n author={Levesque, Hector and Davis, Ernest and Morgenstern, Leora},\n booktitle={Thirteenth International Conference on the Principles of Knowledge Representation and Reasoning},\n year={2012},\n organization={Citeseer}\n}\n",
|
5 |
+
"homepage": "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"pronoun": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"pronoun_loc": {
|
19 |
+
"dtype": "int32",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"quote": {
|
24 |
+
"dtype": "string",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"quote_loc": {
|
29 |
+
"dtype": "int32",
|
30 |
+
"id": null,
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"options": {
|
34 |
+
"feature": {
|
35 |
+
"dtype": "string",
|
36 |
+
"id": null,
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"length": -1,
|
40 |
+
"id": null,
|
41 |
+
"_type": "Sequence"
|
42 |
+
},
|
43 |
+
"label": {
|
44 |
+
"num_classes": 2,
|
45 |
+
"names": [
|
46 |
+
"0",
|
47 |
+
"1"
|
48 |
+
],
|
49 |
+
"names_file": null,
|
50 |
+
"id": null,
|
51 |
+
"_type": "ClassLabel"
|
52 |
+
},
|
53 |
+
"source": {
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null,
|
56 |
+
"_type": "Value"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"post_processed": null,
|
60 |
+
"supervised_keys": null,
|
61 |
+
"builder_name": "winograd_wsc",
|
62 |
+
"config_name": "wsc285",
|
63 |
+
"version": {
|
64 |
+
"version_str": "0.0.0",
|
65 |
+
"description": null,
|
66 |
+
"major": 0,
|
67 |
+
"minor": 0,
|
68 |
+
"patch": 0
|
69 |
+
},
|
70 |
+
"splits": {
|
71 |
+
"test": {
|
72 |
+
"name": "test",
|
73 |
+
"num_bytes": 52281,
|
74 |
+
"num_examples": 285,
|
75 |
+
"dataset_name": "winograd_wsc"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"download_checksums": {
|
79 |
+
"https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WSCollection.xml": {
|
80 |
+
"num_bytes": 113235,
|
81 |
+
"checksum": "98c845a5b33c109f2c49742e726fac592bbb1fdc3b3706b604de12f9c9f58c91"
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"download_size": 113235,
|
85 |
+
"post_processing_size": null,
|
86 |
+
"dataset_size": 52281,
|
87 |
+
"size_in_bytes": 165516
|
88 |
+
},
|
89 |
+
"wsc273": {
|
90 |
+
"description": "A Winograd schema is a pair of sentences that differ in only one or two words and that contain an ambiguity that is\nresolved in opposite ways in the two sentences and requires the use of world knowledge and reasoning for its\nresolution. The schema takes its name from a well-known example by Terry Winograd:\n\n> The city councilmen refused the demonstrators a permit because they [feared/advocated] violence.\n\nIf the word is ``feared'', then ``they'' presumably refers to the city council; if it is ``advocated'' then ``they''\npresumably refers to the demonstrators.\n",
|
91 |
+
"citation": "@inproceedings{levesque2012winograd,\n title={The winograd schema challenge},\n author={Levesque, Hector and Davis, Ernest and Morgenstern, Leora},\n booktitle={Thirteenth International Conference on the Principles of Knowledge Representation and Reasoning},\n year={2012},\n organization={Citeseer}\n}\n",
|
92 |
+
"homepage": "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html",
|
93 |
+
"license": "",
|
94 |
+
"features": {
|
95 |
+
"text": {
|
96 |
+
"dtype": "string",
|
97 |
+
"_type": "Value"
|
98 |
+
},
|
99 |
+
"pronoun": {
|
100 |
+
"dtype": "string",
|
101 |
+
"_type": "Value"
|
102 |
+
},
|
103 |
+
"pronoun_loc": {
|
104 |
+
"dtype": "int32",
|
105 |
+
"_type": "Value"
|
106 |
+
},
|
107 |
+
"quote": {
|
108 |
+
"dtype": "string",
|
109 |
+
"_type": "Value"
|
110 |
+
},
|
111 |
+
"quote_loc": {
|
112 |
+
"dtype": "int32",
|
113 |
+
"_type": "Value"
|
114 |
+
},
|
115 |
+
"options": {
|
116 |
+
"feature": {
|
117 |
+
"dtype": "string",
|
118 |
+
"_type": "Value"
|
119 |
+
},
|
120 |
+
"_type": "Sequence"
|
121 |
+
},
|
122 |
+
"label": {
|
123 |
+
"names": [
|
124 |
+
"0",
|
125 |
+
"1"
|
126 |
+
],
|
127 |
+
"_type": "ClassLabel"
|
128 |
+
},
|
129 |
+
"source": {
|
130 |
+
"dtype": "string",
|
131 |
+
"_type": "Value"
|
132 |
+
}
|
133 |
+
},
|
134 |
+
"builder_name": "parquet",
|
135 |
+
"dataset_name": "winograd_wsc",
|
136 |
+
"config_name": "wsc273",
|
137 |
+
"version": {
|
138 |
+
"version_str": "0.0.0",
|
139 |
+
"major": 0,
|
140 |
+
"minor": 0,
|
141 |
+
"patch": 0
|
142 |
+
},
|
143 |
+
"splits": {
|
144 |
+
"test": {
|
145 |
+
"name": "test",
|
146 |
+
"num_bytes": 49650,
|
147 |
+
"num_examples": 273,
|
148 |
+
"dataset_name": null
|
149 |
+
}
|
150 |
+
},
|
151 |
+
"download_size": 23835,
|
152 |
+
"dataset_size": 49650,
|
153 |
+
"size_in_bytes": 73485
|
154 |
+
}
|
155 |
+
}
|
wsc273/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fab3f29273f2a2927e1d51b27915c35c894a575f1e51139865c5e7744ba2d37
|
3 |
+
size 23835
|