albertvillanova HF staff commited on
Commit
32e8ab1
1 Parent(s): cd6b868

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -24,6 +24,10 @@ task_ids:
24
  - multi-input-text-classification
25
  paperswithcode_id: paws
26
  pretty_name: 'PAWS: Paraphrase Adversaries from Word Scrambling'
 
 
 
 
27
  tags:
28
  - paraphrase-identification
29
  dataset_info:
@@ -43,16 +47,16 @@ dataset_info:
43
  '1': '1'
44
  splits:
45
  - name: train
46
- num_bytes: 12239978
47
  num_examples: 49401
48
  - name: test
49
- num_bytes: 1987802
50
  num_examples: 8000
51
  - name: validation
52
- num_bytes: 1975870
53
  num_examples: 8000
54
- download_size: 4687157
55
- dataset_size: 16203650
56
  - config_name: labeled_swap
57
  features:
58
  - name: id
@@ -96,10 +100,15 @@ dataset_info:
96
  num_examples: 10000
97
  download_size: 47393331
98
  dataset_size: 160249169
99
- config_names:
100
- - labeled_final
101
- - labeled_swap
102
- - unlabeled_final
 
 
 
 
 
103
  ---
104
 
105
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling
 
24
  - multi-input-text-classification
25
  paperswithcode_id: paws
26
  pretty_name: 'PAWS: Paraphrase Adversaries from Word Scrambling'
27
+ config_names:
28
+ - labeled_final
29
+ - labeled_swap
30
+ - unlabeled_final
31
  tags:
32
  - paraphrase-identification
33
  dataset_info:
 
47
  '1': '1'
48
  splits:
49
  - name: train
50
+ num_bytes: 12239938
51
  num_examples: 49401
52
  - name: test
53
+ num_bytes: 1987794
54
  num_examples: 8000
55
  - name: validation
56
+ num_bytes: 1975862
57
  num_examples: 8000
58
+ download_size: 10899391
59
+ dataset_size: 16203594
60
  - config_name: labeled_swap
61
  features:
62
  - name: id
 
100
  num_examples: 10000
101
  download_size: 47393331
102
  dataset_size: 160249169
103
+ configs:
104
+ - config_name: labeled_final
105
+ data_files:
106
+ - split: train
107
+ path: labeled_final/train-*
108
+ - split: test
109
+ path: labeled_final/test-*
110
+ - split: validation
111
+ path: labeled_final/validation-*
112
  ---
113
 
114
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling
dataset_infos.json CHANGED
@@ -1 +1,192 @@
1
- {"labeled_final": {"description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n", "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws", "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "paws", "config_name": "labeled_final", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12239978, "num_examples": 49401, "dataset_name": "paws"}, "test": {"name": "test", "num_bytes": 1987802, "num_examples": 8000, "dataset_name": "paws"}, "validation": {"name": "validation", "num_bytes": 1975870, "num_examples": 8000, "dataset_name": "paws"}}, "download_checksums": {"https://storage.googleapis.com/paws/english/paws_wiki_labeled_final.tar.gz": {"num_bytes": 4687157, "checksum": "1aad6cbb8a90b15563a0c154752c2b2c8e3bc5bdaa125172214d598bc76bc9fd"}}, "download_size": 4687157, "post_processing_size": null, "dataset_size": 16203650, "size_in_bytes": 20890807}, "labeled_swap": {"description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n", "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws", "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "paws", "config_name": "labeled_swap", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7963651, "num_examples": 30397, "dataset_name": "paws"}}, "download_checksums": {"https://storage.googleapis.com/paws/english/paws_wiki_labeled_swap.tar.gz": {"num_bytes": 2257283, "checksum": "886ddb2f7f7499b2f64d260956ebbd6e14fc436eadac56cdbb966831b00d7861"}}, "download_size": 2257283, "post_processing_size": null, "dataset_size": 7963651, "size_in_bytes": 10220934}, "unlabeled_final": {"description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n", "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws", "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "paws", "config_name": "unlabeled_final", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 157806996, "num_examples": 645652, "dataset_name": "paws"}, "validation": {"name": "validation", "num_bytes": 2442173, "num_examples": 10000, "dataset_name": "paws"}}, "download_checksums": {"https://storage.googleapis.com/paws/english/paws_wiki_unlabeled_final.tar.gz": {"num_bytes": 47393331, "checksum": "c70222d390ece5218e397b3ea4b3797212ffe945fe1eae088fa6cb317c2ca3c6"}}, "download_size": 47393331, "post_processing_size": null, "dataset_size": 160249169, "size_in_bytes": 207642500}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labeled_final": {
3
+ "description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
4
+ "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n",
5
+ "homepage": "https://github.com/google-research-datasets/paws",
6
+ "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "sentence1": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "sentence2": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "names": [
22
+ "0",
23
+ "1"
24
+ ],
25
+ "_type": "ClassLabel"
26
+ }
27
+ },
28
+ "builder_name": "paws",
29
+ "dataset_name": "paws",
30
+ "config_name": "labeled_final",
31
+ "version": {
32
+ "version_str": "1.1.0",
33
+ "description": "",
34
+ "major": 1,
35
+ "minor": 1,
36
+ "patch": 0
37
+ },
38
+ "splits": {
39
+ "train": {
40
+ "name": "train",
41
+ "num_bytes": 12239938,
42
+ "num_examples": 49401,
43
+ "dataset_name": null
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 1987794,
48
+ "num_examples": 8000,
49
+ "dataset_name": null
50
+ },
51
+ "validation": {
52
+ "name": "validation",
53
+ "num_bytes": 1975862,
54
+ "num_examples": 8000,
55
+ "dataset_name": null
56
+ }
57
+ },
58
+ "download_size": 10899391,
59
+ "dataset_size": 16203594,
60
+ "size_in_bytes": 27102985
61
+ },
62
+ "labeled_swap": {
63
+ "description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
64
+ "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n",
65
+ "homepage": "https://github.com/google-research-datasets/paws",
66
+ "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.",
67
+ "features": {
68
+ "id": {
69
+ "dtype": "int32",
70
+ "id": null,
71
+ "_type": "Value"
72
+ },
73
+ "sentence1": {
74
+ "dtype": "string",
75
+ "id": null,
76
+ "_type": "Value"
77
+ },
78
+ "sentence2": {
79
+ "dtype": "string",
80
+ "id": null,
81
+ "_type": "Value"
82
+ },
83
+ "label": {
84
+ "num_classes": 2,
85
+ "names": [
86
+ "0",
87
+ "1"
88
+ ],
89
+ "names_file": null,
90
+ "id": null,
91
+ "_type": "ClassLabel"
92
+ }
93
+ },
94
+ "post_processed": null,
95
+ "supervised_keys": null,
96
+ "builder_name": "paws",
97
+ "config_name": "labeled_swap",
98
+ "version": {
99
+ "version_str": "1.1.0",
100
+ "description": "",
101
+ "major": 1,
102
+ "minor": 1,
103
+ "patch": 0
104
+ },
105
+ "splits": {
106
+ "train": {
107
+ "name": "train",
108
+ "num_bytes": 7963651,
109
+ "num_examples": 30397,
110
+ "dataset_name": "paws"
111
+ }
112
+ },
113
+ "download_checksums": {
114
+ "https://storage.googleapis.com/paws/english/paws_wiki_labeled_swap.tar.gz": {
115
+ "num_bytes": 2257283,
116
+ "checksum": "886ddb2f7f7499b2f64d260956ebbd6e14fc436eadac56cdbb966831b00d7861"
117
+ }
118
+ },
119
+ "download_size": 2257283,
120
+ "post_processing_size": null,
121
+ "dataset_size": 7963651,
122
+ "size_in_bytes": 10220934
123
+ },
124
+ "unlabeled_final": {
125
+ "description": "PAWS: Paraphrase Adversaries from Word Scrambling\n\nThis dataset contains 108,463 human-labeled and 656k noisily labeled pairs that feature\nthe importance of modeling structure, context, and word order information for the problem\nof paraphrase identification. The dataset has two subsets, one based on Wikipedia and the\nother one based on the Quora Question Pairs (QQP) dataset.\n\nFor further details, see the accompanying paper: PAWS: Paraphrase Adversaries from Word Scrambling\n(https://arxiv.org/abs/1904.01130)\n\nPAWS-QQP is not available due to license of QQP. It must be reconstructed by downloading the original\ndata and then running our scripts to produce the data and attach the labels.\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
126
+ "citation": "@InProceedings{paws2019naacl,\n title = {{PAWS: Paraphrase Adversaries from Word Scrambling}},\n author = {Zhang, Yuan and Baldridge, Jason and He, Luheng},\n booktitle = {Proc. of NAACL},\n year = {2019}\n}\n",
127
+ "homepage": "https://github.com/google-research-datasets/paws",
128
+ "license": "The dataset may be freely used for any purpose, although acknowledgement of Google LLC (\"Google\") as the data source would be appreciated. The dataset is provided \"AS IS\" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.",
129
+ "features": {
130
+ "id": {
131
+ "dtype": "int32",
132
+ "id": null,
133
+ "_type": "Value"
134
+ },
135
+ "sentence1": {
136
+ "dtype": "string",
137
+ "id": null,
138
+ "_type": "Value"
139
+ },
140
+ "sentence2": {
141
+ "dtype": "string",
142
+ "id": null,
143
+ "_type": "Value"
144
+ },
145
+ "label": {
146
+ "num_classes": 2,
147
+ "names": [
148
+ "0",
149
+ "1"
150
+ ],
151
+ "names_file": null,
152
+ "id": null,
153
+ "_type": "ClassLabel"
154
+ }
155
+ },
156
+ "post_processed": null,
157
+ "supervised_keys": null,
158
+ "builder_name": "paws",
159
+ "config_name": "unlabeled_final",
160
+ "version": {
161
+ "version_str": "1.1.0",
162
+ "description": "",
163
+ "major": 1,
164
+ "minor": 1,
165
+ "patch": 0
166
+ },
167
+ "splits": {
168
+ "train": {
169
+ "name": "train",
170
+ "num_bytes": 157806996,
171
+ "num_examples": 645652,
172
+ "dataset_name": "paws"
173
+ },
174
+ "validation": {
175
+ "name": "validation",
176
+ "num_bytes": 2442173,
177
+ "num_examples": 10000,
178
+ "dataset_name": "paws"
179
+ }
180
+ },
181
+ "download_checksums": {
182
+ "https://storage.googleapis.com/paws/english/paws_wiki_unlabeled_final.tar.gz": {
183
+ "num_bytes": 47393331,
184
+ "checksum": "c70222d390ece5218e397b3ea4b3797212ffe945fe1eae088fa6cb317c2ca3c6"
185
+ }
186
+ },
187
+ "download_size": 47393331,
188
+ "post_processing_size": null,
189
+ "dataset_size": 160249169,
190
+ "size_in_bytes": 207642500
191
+ }
192
+ }
labeled_final/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae342ff12bb84b84b95f468abf5db6cb7c7bd578271299fe9c99be75b8132f4d
3
+ size 1235128
labeled_final/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc9ad3e5f30ad9a86b290fe236d528ef23a5751fec9a35d99cbacf68ba277cf
3
+ size 8433884
labeled_final/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7760d829453764ba342a6f562809a8ed21c2c3eec3fd9ffa544089f145d42f6d
3
+ size 1230379