ianporada commited on
Commit
7648105
·
verified ·
1 Parent(s): 87075ea

Upload dataset

Browse files
README.md CHANGED
@@ -1,5 +1,39 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # The original Winograd Schema Challenge (WSC) as hosted by Ernest Davis
 
1
  ---
2
  license: cc-by-4.0
3
+ dataset_info:
4
+ config_name: wsc285
5
+ features:
6
+ - name: text
7
+ dtype: string
8
+ - name: pronoun
9
+ dtype: string
10
+ - name: pronoun_loc
11
+ dtype: int32
12
+ - name: quote
13
+ dtype: string
14
+ - name: quote_loc
15
+ dtype: int32
16
+ - name: options
17
+ sequence: string
18
+ - name: label
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': '0'
23
+ '1': '1'
24
+ - name: source
25
+ dtype: string
26
+ splits:
27
+ - name: test
28
+ num_bytes: 52257
29
+ num_examples: 285
30
+ download_size: 24919
31
+ dataset_size: 52257
32
+ configs:
33
+ - config_name: wsc285
34
+ data_files:
35
+ - split: test
36
+ path: wsc285/test-*
37
  ---
38
 
39
  # The original Winograd Schema Challenge (WSC) as hosted by Ernest Davis
dataset_infos.json CHANGED
@@ -1 +1,149 @@
1
- {"wsc285": {"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", "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", "homepage": "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "pronoun": {"dtype": "string", "id": null, "_type": "Value"}, "pronoun_loc": {"dtype": "int32", "id": null, "_type": "Value"}, "quote": {"dtype": "string", "id": null, "_type": "Value"}, "quote_loc": {"dtype": "int32", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}, "source": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "winograd_wsc", "config_name": "wsc285", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 52281, "num_examples": 285, "dataset_name": "winograd_wsc"}}, "download_checksums": {"https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WSCollection.xml": {"num_bytes": 113235, "checksum": "98c845a5b33c109f2c49742e726fac592bbb1fdc3b3706b604de12f9c9f58c91"}}, "download_size": 113235, "post_processing_size": null, "dataset_size": 52281, "size_in_bytes": 165516}, "wsc273": {"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", "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", "homepage": "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "pronoun": {"dtype": "string", "id": null, "_type": "Value"}, "pronoun_loc": {"dtype": "int32", "id": null, "_type": "Value"}, "quote": {"dtype": "string", "id": null, "_type": "Value"}, "quote_loc": {"dtype": "int32", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}, "source": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "winograd_wsc", "config_name": "wsc273", "version": "0.0.0", "splits": {"test": {"name": "test", "num_bytes": 49674, "num_examples": 273, "dataset_name": "winograd_wsc"}}, "download_checksums": {"https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WSCollection.xml": {"num_bytes": 113235, "checksum": "98c845a5b33c109f2c49742e726fac592bbb1fdc3b3706b604de12f9c9f58c91"}}, "download_size": 113235, "post_processing_size": null, "dataset_size": 49674, "size_in_bytes": 162909}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "_type": "Value"
11
+ },
12
+ "pronoun": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "pronoun_loc": {
17
+ "dtype": "int32",
18
+ "_type": "Value"
19
+ },
20
+ "quote": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "quote_loc": {
25
+ "dtype": "int32",
26
+ "_type": "Value"
27
+ },
28
+ "options": {
29
+ "feature": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "Sequence"
34
+ },
35
+ "label": {
36
+ "names": [
37
+ "0",
38
+ "1"
39
+ ],
40
+ "_type": "ClassLabel"
41
+ },
42
+ "source": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ }
46
+ },
47
+ "builder_name": "davis_wsc_raw",
48
+ "dataset_name": "davis_wsc_raw",
49
+ "config_name": "wsc285",
50
+ "version": {
51
+ "version_str": "0.0.0",
52
+ "major": 0,
53
+ "minor": 0,
54
+ "patch": 0
55
+ },
56
+ "splits": {
57
+ "test": {
58
+ "name": "test",
59
+ "num_bytes": 52257,
60
+ "num_examples": 285,
61
+ "dataset_name": null
62
+ }
63
+ },
64
+ "download_size": 24919,
65
+ "dataset_size": 52257,
66
+ "size_in_bytes": 77176
67
+ },
68
+ "wsc273": {
69
+ "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",
70
+ "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",
71
+ "homepage": "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html",
72
+ "license": "",
73
+ "features": {
74
+ "text": {
75
+ "dtype": "string",
76
+ "id": null,
77
+ "_type": "Value"
78
+ },
79
+ "pronoun": {
80
+ "dtype": "string",
81
+ "id": null,
82
+ "_type": "Value"
83
+ },
84
+ "pronoun_loc": {
85
+ "dtype": "int32",
86
+ "id": null,
87
+ "_type": "Value"
88
+ },
89
+ "quote": {
90
+ "dtype": "string",
91
+ "id": null,
92
+ "_type": "Value"
93
+ },
94
+ "quote_loc": {
95
+ "dtype": "int32",
96
+ "id": null,
97
+ "_type": "Value"
98
+ },
99
+ "options": {
100
+ "feature": {
101
+ "dtype": "string",
102
+ "id": null,
103
+ "_type": "Value"
104
+ },
105
+ "length": -1,
106
+ "id": null,
107
+ "_type": "Sequence"
108
+ },
109
+ "label": {
110
+ "num_classes": 2,
111
+ "names": [
112
+ "0",
113
+ "1"
114
+ ],
115
+ "names_file": null,
116
+ "id": null,
117
+ "_type": "ClassLabel"
118
+ },
119
+ "source": {
120
+ "dtype": "string",
121
+ "id": null,
122
+ "_type": "Value"
123
+ }
124
+ },
125
+ "post_processed": null,
126
+ "supervised_keys": null,
127
+ "builder_name": "winograd_wsc",
128
+ "config_name": "wsc273",
129
+ "version": "0.0.0",
130
+ "splits": {
131
+ "test": {
132
+ "name": "test",
133
+ "num_bytes": 49674,
134
+ "num_examples": 273,
135
+ "dataset_name": "winograd_wsc"
136
+ }
137
+ },
138
+ "download_checksums": {
139
+ "https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WSCollection.xml": {
140
+ "num_bytes": 113235,
141
+ "checksum": "98c845a5b33c109f2c49742e726fac592bbb1fdc3b3706b604de12f9c9f58c91"
142
+ }
143
+ },
144
+ "download_size": 113235,
145
+ "post_processing_size": null,
146
+ "dataset_size": 49674,
147
+ "size_in_bytes": 162909
148
+ }
149
+ }
wsc285/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe782cb4c6229cafe50641024ee59194e8f03ded62c4862c7b84c707e66b4124
3
+ size 24919