File size: 9,032 Bytes
32e8ab1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ddde35
32e8ab1
 
 
 
 
 
 
 
 
 
 
6ddde35
32e8ab1
6ddde35
32e8ab1
 
6ddde35
 
 
32e8ab1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
    "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",
                "_type": "Value"
            },
            "sentence1": {
                "dtype": "string",
                "_type": "Value"
            },
            "sentence2": {
                "dtype": "string",
                "_type": "Value"
            },
            "label": {
                "names": [
                    "0",
                    "1"
                ],
                "_type": "ClassLabel"
            }
        },
        "builder_name": "paws",
        "dataset_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": 12239938,
                "num_examples": 49401,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 1987794,
                "num_examples": 8000,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 1975862,
                "num_examples": 8000,
                "dataset_name": null
            }
        },
        "download_size": 10899391,
        "dataset_size": 16203594,
        "size_in_bytes": 27102985
    },
    "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",
                "_type": "Value"
            },
            "sentence1": {
                "dtype": "string",
                "_type": "Value"
            },
            "sentence2": {
                "dtype": "string",
                "_type": "Value"
            },
            "label": {
                "names": [
                    "0",
                    "1"
                ],
                "_type": "ClassLabel"
            }
        },
        "builder_name": "paws",
        "dataset_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": 7963619,
                "num_examples": 30397,
                "dataset_name": null
            }
        },
        "download_size": 5741756,
        "dataset_size": 7963619,
        "size_in_bytes": 13705375
    },
    "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
    }
}