Datasets:
Commit
•
c048ed5
1
Parent(s):
d046830
Add es data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -25
- es/test-00000-of-00001.parquet +3 -0
- es/train-00000-of-00001.parquet +3 -0
- es/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -101,16 +101,16 @@ dataset_info:
|
|
101 |
'1': '1'
|
102 |
splits:
|
103 |
- name: train
|
104 |
-
num_bytes:
|
105 |
num_examples: 49401
|
106 |
- name: test
|
107 |
-
num_bytes:
|
108 |
num_examples: 2000
|
109 |
- name: validation
|
110 |
-
num_bytes:
|
111 |
num_examples: 2000
|
112 |
-
download_size:
|
113 |
-
dataset_size:
|
114 |
- config_name: fr
|
115 |
features:
|
116 |
- name: id
|
@@ -232,6 +232,14 @@ configs:
|
|
232 |
path: en/test-*
|
233 |
- split: validation
|
234 |
path: en/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
---
|
236 |
|
237 |
# Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
|
|
|
101 |
'1': '1'
|
102 |
splits:
|
103 |
- name: train
|
104 |
+
num_bytes: 12808446
|
105 |
num_examples: 49401
|
106 |
- name: test
|
107 |
+
num_bytes: 519103
|
108 |
num_examples: 2000
|
109 |
- name: validation
|
110 |
+
num_bytes: 513880
|
111 |
num_examples: 2000
|
112 |
+
download_size: 9538815
|
113 |
+
dataset_size: 13841429
|
114 |
- config_name: fr
|
115 |
features:
|
116 |
- name: id
|
|
|
232 |
path: en/test-*
|
233 |
- split: validation
|
234 |
path: en/validation-*
|
235 |
+
- config_name: es
|
236 |
+
data_files:
|
237 |
+
- split: train
|
238 |
+
path: es/train-*
|
239 |
+
- split: test
|
240 |
+
path: es/test-*
|
241 |
+
- split: validation
|
242 |
+
path: es/validation-*
|
243 |
---
|
244 |
|
245 |
# Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
|
dataset_infos.json
CHANGED
@@ -127,33 +127,26 @@
|
|
127 |
"features": {
|
128 |
"id": {
|
129 |
"dtype": "int32",
|
130 |
-
"id": null,
|
131 |
"_type": "Value"
|
132 |
},
|
133 |
"sentence1": {
|
134 |
"dtype": "string",
|
135 |
-
"id": null,
|
136 |
"_type": "Value"
|
137 |
},
|
138 |
"sentence2": {
|
139 |
"dtype": "string",
|
140 |
-
"id": null,
|
141 |
"_type": "Value"
|
142 |
},
|
143 |
"label": {
|
144 |
-
"num_classes": 2,
|
145 |
"names": [
|
146 |
"0",
|
147 |
"1"
|
148 |
],
|
149 |
-
"names_file": null,
|
150 |
-
"id": null,
|
151 |
"_type": "ClassLabel"
|
152 |
}
|
153 |
},
|
154 |
-
"
|
155 |
-
"
|
156 |
-
"builder_name": "pawsx",
|
157 |
"config_name": "es",
|
158 |
"version": {
|
159 |
"version_str": "1.1.0",
|
@@ -165,33 +158,26 @@
|
|
165 |
"splits": {
|
166 |
"train": {
|
167 |
"name": "train",
|
168 |
-
"num_bytes":
|
169 |
"num_examples": 49401,
|
170 |
-
"dataset_name":
|
171 |
},
|
172 |
"test": {
|
173 |
"name": "test",
|
174 |
-
"num_bytes":
|
175 |
"num_examples": 2000,
|
176 |
-
"dataset_name":
|
177 |
},
|
178 |
"validation": {
|
179 |
"name": "validation",
|
180 |
-
"num_bytes":
|
181 |
"num_examples": 2000,
|
182 |
-
"dataset_name":
|
183 |
-
}
|
184 |
-
},
|
185 |
-
"download_checksums": {
|
186 |
-
"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
|
187 |
-
"num_bytes": 30282057,
|
188 |
-
"checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
|
189 |
}
|
190 |
},
|
191 |
-
"download_size":
|
192 |
-
"
|
193 |
-
"
|
194 |
-
"size_in_bytes": 44123542
|
195 |
},
|
196 |
"fr": {
|
197 |
"description": "PAWS-X, a multilingual version of PAWS (Paraphrase Adversaries from Word Scrambling) for six languages.\n\nThis dataset contains 23,659 human translated PAWS evaluation pairs and 296,406 machine\ntranslated training pairs in six typologically distinct languages: French, Spanish, German,\nChinese, Japanese, and Korean. English language is available by default. All translated\npairs are sourced from examples in PAWS-Wiki.\n\nFor further details, see the accompanying paper: PAWS-X: A Cross-lingual Adversarial Dataset\nfor Paraphrase Identification (https://arxiv.org/abs/1908.11828)\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
|
|
|
127 |
"features": {
|
128 |
"id": {
|
129 |
"dtype": "int32",
|
|
|
130 |
"_type": "Value"
|
131 |
},
|
132 |
"sentence1": {
|
133 |
"dtype": "string",
|
|
|
134 |
"_type": "Value"
|
135 |
},
|
136 |
"sentence2": {
|
137 |
"dtype": "string",
|
|
|
138 |
"_type": "Value"
|
139 |
},
|
140 |
"label": {
|
|
|
141 |
"names": [
|
142 |
"0",
|
143 |
"1"
|
144 |
],
|
|
|
|
|
145 |
"_type": "ClassLabel"
|
146 |
}
|
147 |
},
|
148 |
+
"builder_name": "paws-x",
|
149 |
+
"dataset_name": "paws-x",
|
|
|
150 |
"config_name": "es",
|
151 |
"version": {
|
152 |
"version_str": "1.1.0",
|
|
|
158 |
"splits": {
|
159 |
"train": {
|
160 |
"name": "train",
|
161 |
+
"num_bytes": 12808446,
|
162 |
"num_examples": 49401,
|
163 |
+
"dataset_name": null
|
164 |
},
|
165 |
"test": {
|
166 |
"name": "test",
|
167 |
+
"num_bytes": 519103,
|
168 |
"num_examples": 2000,
|
169 |
+
"dataset_name": null
|
170 |
},
|
171 |
"validation": {
|
172 |
"name": "validation",
|
173 |
+
"num_bytes": 513880,
|
174 |
"num_examples": 2000,
|
175 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
}
|
177 |
},
|
178 |
+
"download_size": 9538815,
|
179 |
+
"dataset_size": 13841429,
|
180 |
+
"size_in_bytes": 23380244
|
|
|
181 |
},
|
182 |
"fr": {
|
183 |
"description": "PAWS-X, a multilingual version of PAWS (Paraphrase Adversaries from Word Scrambling) for six languages.\n\nThis dataset contains 23,659 human translated PAWS evaluation pairs and 296,406 machine\ntranslated training pairs in six typologically distinct languages: French, Spanish, German,\nChinese, Japanese, and Korean. English language is available by default. All translated\npairs are sourced from examples in PAWS-Wiki.\n\nFor further details, see the accompanying paper: PAWS-X: A Cross-lingual Adversarial Dataset\nfor Paraphrase Identification (https://arxiv.org/abs/1908.11828)\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
|
es/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba872e113a79c783616e59d3d28ec0e922b6db745d797e5eb95010a32928bee
|
3 |
+
size 345485
|
es/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9501c5d9ebac5b7ad95970d1cb1a98798a1b16b6ffa89e48328c20f9c2b04df3
|
3 |
+
size 8851831
|
es/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bdc3b79b00f4404bc00336648b656a3c3b35b60808959862f608e0296ef0488
|
3 |
+
size 341499
|