Upload dataset
Browse files- README.md +33 -1
- dataset_infos.json +13 -28
- wsc273/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,7 +1,35 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
dataset_info:
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
features:
|
6 |
- name: text
|
7 |
dtype: string
|
@@ -30,6 +58,10 @@ dataset_info:
|
|
30 |
download_size: 24919
|
31 |
dataset_size: 52257
|
32 |
configs:
|
|
|
|
|
|
|
|
|
33 |
- config_name: wsc285
|
34 |
data_files:
|
35 |
- split: test
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
dataset_info:
|
4 |
+
- config_name: wsc273
|
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: 49650
|
29 |
+
num_examples: 273
|
30 |
+
download_size: 23835
|
31 |
+
dataset_size: 49650
|
32 |
+
- config_name: wsc285
|
33 |
features:
|
34 |
- name: text
|
35 |
dtype: string
|
|
|
58 |
download_size: 24919
|
59 |
dataset_size: 52257
|
60 |
configs:
|
61 |
+
- config_name: wsc273
|
62 |
+
data_files:
|
63 |
+
- split: test
|
64 |
+
path: wsc273/test-*
|
65 |
- config_name: wsc285
|
66 |
data_files:
|
67 |
- split: test
|
dataset_infos.json
CHANGED
@@ -73,77 +73,62 @@
|
|
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 |
-
"
|
126 |
-
"
|
127 |
-
"builder_name": "winograd_wsc",
|
128 |
"config_name": "wsc273",
|
129 |
-
"version":
|
|
|
|
|
|
|
|
|
|
|
130 |
"splits": {
|
131 |
"test": {
|
132 |
"name": "test",
|
133 |
-
"num_bytes":
|
134 |
"num_examples": 273,
|
135 |
-
"dataset_name":
|
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":
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"size_in_bytes": 162909
|
148 |
}
|
149 |
}
|
|
|
73 |
"features": {
|
74 |
"text": {
|
75 |
"dtype": "string",
|
|
|
76 |
"_type": "Value"
|
77 |
},
|
78 |
"pronoun": {
|
79 |
"dtype": "string",
|
|
|
80 |
"_type": "Value"
|
81 |
},
|
82 |
"pronoun_loc": {
|
83 |
"dtype": "int32",
|
|
|
84 |
"_type": "Value"
|
85 |
},
|
86 |
"quote": {
|
87 |
"dtype": "string",
|
|
|
88 |
"_type": "Value"
|
89 |
},
|
90 |
"quote_loc": {
|
91 |
"dtype": "int32",
|
|
|
92 |
"_type": "Value"
|
93 |
},
|
94 |
"options": {
|
95 |
"feature": {
|
96 |
"dtype": "string",
|
|
|
97 |
"_type": "Value"
|
98 |
},
|
|
|
|
|
99 |
"_type": "Sequence"
|
100 |
},
|
101 |
"label": {
|
|
|
102 |
"names": [
|
103 |
"0",
|
104 |
"1"
|
105 |
],
|
|
|
|
|
106 |
"_type": "ClassLabel"
|
107 |
},
|
108 |
"source": {
|
109 |
"dtype": "string",
|
|
|
110 |
"_type": "Value"
|
111 |
}
|
112 |
},
|
113 |
+
"builder_name": "davis_wsc_raw",
|
114 |
+
"dataset_name": "davis_wsc_raw",
|
|
|
115 |
"config_name": "wsc273",
|
116 |
+
"version": {
|
117 |
+
"version_str": "0.0.0",
|
118 |
+
"major": 0,
|
119 |
+
"minor": 0,
|
120 |
+
"patch": 0
|
121 |
+
},
|
122 |
"splits": {
|
123 |
"test": {
|
124 |
"name": "test",
|
125 |
+
"num_bytes": 49650,
|
126 |
"num_examples": 273,
|
127 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
},
|
130 |
+
"download_size": 23835,
|
131 |
+
"dataset_size": 49650,
|
132 |
+
"size_in_bytes": 73485
|
|
|
133 |
}
|
134 |
}
|
wsc273/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06f0aa7658a8f512697ae02e5144d87bf06b4d91bf2118e384a67f4dab563845
|
3 |
+
size 23835
|