albertvillanova HF staff commited on
Commit
a334ccd
1 Parent(s): 8a04d94

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -33,7 +33,7 @@ pretty_name: 'PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identif
33
  tags:
34
  - paraphrase-identification
35
  dataset_info:
36
- - config_name: en
37
  features:
38
  - name: id
39
  dtype: int32
@@ -49,17 +49,17 @@ dataset_info:
49
  '1': '1'
50
  splits:
51
  - name: train
52
- num_bytes: 12215953
53
  num_examples: 49401
54
  - name: test
55
- num_bytes: 494734
56
  num_examples: 2000
57
  - name: validation
58
- num_bytes: 492287
59
  num_examples: 2000
60
  download_size: 30282057
61
- dataset_size: 13202974
62
- - config_name: de
63
  features:
64
  - name: id
65
  dtype: int32
@@ -75,16 +75,16 @@ dataset_info:
75
  '1': '1'
76
  splits:
77
  - name: train
78
- num_bytes: 12801824
79
  num_examples: 49401
80
  - name: test
81
- num_bytes: 524214
82
  num_examples: 2000
83
  - name: validation
84
- num_bytes: 514009
85
  num_examples: 2000
86
- download_size: 30282057
87
- dataset_size: 13840047
88
  - config_name: es
89
  features:
90
  - name: id
@@ -215,6 +215,15 @@ dataset_info:
215
  num_examples: 2000
216
  download_size: 30282057
217
  dataset_size: 11763261
 
 
 
 
 
 
 
 
 
218
  ---
219
 
220
  # Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
 
33
  tags:
34
  - paraphrase-identification
35
  dataset_info:
36
+ - config_name: de
37
  features:
38
  - name: id
39
  dtype: int32
 
49
  '1': '1'
50
  splits:
51
  - name: train
52
+ num_bytes: 12801824
53
  num_examples: 49401
54
  - name: test
55
+ num_bytes: 524214
56
  num_examples: 2000
57
  - name: validation
58
+ num_bytes: 514009
59
  num_examples: 2000
60
  download_size: 30282057
61
+ dataset_size: 13840047
62
+ - config_name: en
63
  features:
64
  - name: id
65
  dtype: int32
 
75
  '1': '1'
76
  splits:
77
  - name: train
78
+ num_bytes: 12215913
79
  num_examples: 49401
80
  - name: test
81
+ num_bytes: 494726
82
  num_examples: 2000
83
  - name: validation
84
+ num_bytes: 492279
85
  num_examples: 2000
86
+ download_size: 9045005
87
+ dataset_size: 13202918
88
  - config_name: es
89
  features:
90
  - name: id
 
215
  num_examples: 2000
216
  download_size: 30282057
217
  dataset_size: 11763261
218
+ configs:
219
+ - config_name: en
220
+ data_files:
221
+ - split: train
222
+ path: en/train-*
223
+ - split: test
224
+ path: en/test-*
225
+ - split: validation
226
+ path: en/validation-*
227
  ---
228
 
229
  # Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
dataset_infos.json CHANGED
@@ -1 +1,506 @@
1
- {"en": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "en", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12215953, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 494734, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 492287, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 13202974, "size_in_bytes": 43485031}, "de": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "de", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12801824, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 524214, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 514009, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 13840047, "size_in_bytes": 44122104}, "es": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "es", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12808486, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 519111, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 513888, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 13841485, "size_in_bytes": 44123542}, "fr": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "fr", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13295597, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 535101, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 533031, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 14363729, "size_in_bytes": 44645786}, "ja": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "ja", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15041632, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 668636, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 661778, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 16372046, "size_in_bytes": 46654103}, "ko": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "ko", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13934221, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 562300, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 554875, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 15051396, "size_in_bytes": 45333453}, "zh": {"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", "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n", "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx", "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": "pawsx", "config_name": "zh", "version": {"version_str": "1.1.0", "description": "", "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10815499, "num_examples": 49401, "dataset_name": "pawsx"}, "test": {"name": "test", "num_bytes": 474644, "num_examples": 2000, "dataset_name": "pawsx"}, "validation": {"name": "validation", "num_bytes": 473118, "num_examples": 2000, "dataset_name": "pawsx"}}, "download_checksums": {"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {"num_bytes": 30282057, "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"}}, "download_size": 30282057, "post_processing_size": null, "dataset_size": 11763261, "size_in_bytes": 42045318}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "en": {
3
+ "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",
4
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
5
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
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-x",
29
+ "dataset_name": "paws-x",
30
+ "config_name": "en",
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": 12215913,
42
+ "num_examples": 49401,
43
+ "dataset_name": null
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 494726,
48
+ "num_examples": 2000,
49
+ "dataset_name": null
50
+ },
51
+ "validation": {
52
+ "name": "validation",
53
+ "num_bytes": 492279,
54
+ "num_examples": 2000,
55
+ "dataset_name": null
56
+ }
57
+ },
58
+ "download_size": 9045005,
59
+ "dataset_size": 13202918,
60
+ "size_in_bytes": 22247923
61
+ },
62
+ "de": {
63
+ "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",
64
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
65
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
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": "pawsx",
97
+ "config_name": "de",
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": 12801824,
109
+ "num_examples": 49401,
110
+ "dataset_name": "pawsx"
111
+ },
112
+ "test": {
113
+ "name": "test",
114
+ "num_bytes": 524214,
115
+ "num_examples": 2000,
116
+ "dataset_name": "pawsx"
117
+ },
118
+ "validation": {
119
+ "name": "validation",
120
+ "num_bytes": 514009,
121
+ "num_examples": 2000,
122
+ "dataset_name": "pawsx"
123
+ }
124
+ },
125
+ "download_checksums": {
126
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
127
+ "num_bytes": 30282057,
128
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
129
+ }
130
+ },
131
+ "download_size": 30282057,
132
+ "post_processing_size": null,
133
+ "dataset_size": 13840047,
134
+ "size_in_bytes": 44122104
135
+ },
136
+ "es": {
137
+ "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",
138
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
139
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
140
+ "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.",
141
+ "features": {
142
+ "id": {
143
+ "dtype": "int32",
144
+ "id": null,
145
+ "_type": "Value"
146
+ },
147
+ "sentence1": {
148
+ "dtype": "string",
149
+ "id": null,
150
+ "_type": "Value"
151
+ },
152
+ "sentence2": {
153
+ "dtype": "string",
154
+ "id": null,
155
+ "_type": "Value"
156
+ },
157
+ "label": {
158
+ "num_classes": 2,
159
+ "names": [
160
+ "0",
161
+ "1"
162
+ ],
163
+ "names_file": null,
164
+ "id": null,
165
+ "_type": "ClassLabel"
166
+ }
167
+ },
168
+ "post_processed": null,
169
+ "supervised_keys": null,
170
+ "builder_name": "pawsx",
171
+ "config_name": "es",
172
+ "version": {
173
+ "version_str": "1.1.0",
174
+ "description": "",
175
+ "major": 1,
176
+ "minor": 1,
177
+ "patch": 0
178
+ },
179
+ "splits": {
180
+ "train": {
181
+ "name": "train",
182
+ "num_bytes": 12808486,
183
+ "num_examples": 49401,
184
+ "dataset_name": "pawsx"
185
+ },
186
+ "test": {
187
+ "name": "test",
188
+ "num_bytes": 519111,
189
+ "num_examples": 2000,
190
+ "dataset_name": "pawsx"
191
+ },
192
+ "validation": {
193
+ "name": "validation",
194
+ "num_bytes": 513888,
195
+ "num_examples": 2000,
196
+ "dataset_name": "pawsx"
197
+ }
198
+ },
199
+ "download_checksums": {
200
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
201
+ "num_bytes": 30282057,
202
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
203
+ }
204
+ },
205
+ "download_size": 30282057,
206
+ "post_processing_size": null,
207
+ "dataset_size": 13841485,
208
+ "size_in_bytes": 44123542
209
+ },
210
+ "fr": {
211
+ "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",
212
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
213
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
214
+ "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.",
215
+ "features": {
216
+ "id": {
217
+ "dtype": "int32",
218
+ "id": null,
219
+ "_type": "Value"
220
+ },
221
+ "sentence1": {
222
+ "dtype": "string",
223
+ "id": null,
224
+ "_type": "Value"
225
+ },
226
+ "sentence2": {
227
+ "dtype": "string",
228
+ "id": null,
229
+ "_type": "Value"
230
+ },
231
+ "label": {
232
+ "num_classes": 2,
233
+ "names": [
234
+ "0",
235
+ "1"
236
+ ],
237
+ "names_file": null,
238
+ "id": null,
239
+ "_type": "ClassLabel"
240
+ }
241
+ },
242
+ "post_processed": null,
243
+ "supervised_keys": null,
244
+ "builder_name": "pawsx",
245
+ "config_name": "fr",
246
+ "version": {
247
+ "version_str": "1.1.0",
248
+ "description": "",
249
+ "major": 1,
250
+ "minor": 1,
251
+ "patch": 0
252
+ },
253
+ "splits": {
254
+ "train": {
255
+ "name": "train",
256
+ "num_bytes": 13295597,
257
+ "num_examples": 49401,
258
+ "dataset_name": "pawsx"
259
+ },
260
+ "test": {
261
+ "name": "test",
262
+ "num_bytes": 535101,
263
+ "num_examples": 2000,
264
+ "dataset_name": "pawsx"
265
+ },
266
+ "validation": {
267
+ "name": "validation",
268
+ "num_bytes": 533031,
269
+ "num_examples": 2000,
270
+ "dataset_name": "pawsx"
271
+ }
272
+ },
273
+ "download_checksums": {
274
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
275
+ "num_bytes": 30282057,
276
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
277
+ }
278
+ },
279
+ "download_size": 30282057,
280
+ "post_processing_size": null,
281
+ "dataset_size": 14363729,
282
+ "size_in_bytes": 44645786
283
+ },
284
+ "ja": {
285
+ "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",
286
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
287
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
288
+ "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.",
289
+ "features": {
290
+ "id": {
291
+ "dtype": "int32",
292
+ "id": null,
293
+ "_type": "Value"
294
+ },
295
+ "sentence1": {
296
+ "dtype": "string",
297
+ "id": null,
298
+ "_type": "Value"
299
+ },
300
+ "sentence2": {
301
+ "dtype": "string",
302
+ "id": null,
303
+ "_type": "Value"
304
+ },
305
+ "label": {
306
+ "num_classes": 2,
307
+ "names": [
308
+ "0",
309
+ "1"
310
+ ],
311
+ "names_file": null,
312
+ "id": null,
313
+ "_type": "ClassLabel"
314
+ }
315
+ },
316
+ "post_processed": null,
317
+ "supervised_keys": null,
318
+ "builder_name": "pawsx",
319
+ "config_name": "ja",
320
+ "version": {
321
+ "version_str": "1.1.0",
322
+ "description": "",
323
+ "major": 1,
324
+ "minor": 1,
325
+ "patch": 0
326
+ },
327
+ "splits": {
328
+ "train": {
329
+ "name": "train",
330
+ "num_bytes": 15041632,
331
+ "num_examples": 49401,
332
+ "dataset_name": "pawsx"
333
+ },
334
+ "test": {
335
+ "name": "test",
336
+ "num_bytes": 668636,
337
+ "num_examples": 2000,
338
+ "dataset_name": "pawsx"
339
+ },
340
+ "validation": {
341
+ "name": "validation",
342
+ "num_bytes": 661778,
343
+ "num_examples": 2000,
344
+ "dataset_name": "pawsx"
345
+ }
346
+ },
347
+ "download_checksums": {
348
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
349
+ "num_bytes": 30282057,
350
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
351
+ }
352
+ },
353
+ "download_size": 30282057,
354
+ "post_processing_size": null,
355
+ "dataset_size": 16372046,
356
+ "size_in_bytes": 46654103
357
+ },
358
+ "ko": {
359
+ "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",
360
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
361
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
362
+ "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.",
363
+ "features": {
364
+ "id": {
365
+ "dtype": "int32",
366
+ "id": null,
367
+ "_type": "Value"
368
+ },
369
+ "sentence1": {
370
+ "dtype": "string",
371
+ "id": null,
372
+ "_type": "Value"
373
+ },
374
+ "sentence2": {
375
+ "dtype": "string",
376
+ "id": null,
377
+ "_type": "Value"
378
+ },
379
+ "label": {
380
+ "num_classes": 2,
381
+ "names": [
382
+ "0",
383
+ "1"
384
+ ],
385
+ "names_file": null,
386
+ "id": null,
387
+ "_type": "ClassLabel"
388
+ }
389
+ },
390
+ "post_processed": null,
391
+ "supervised_keys": null,
392
+ "builder_name": "pawsx",
393
+ "config_name": "ko",
394
+ "version": {
395
+ "version_str": "1.1.0",
396
+ "description": "",
397
+ "major": 1,
398
+ "minor": 1,
399
+ "patch": 0
400
+ },
401
+ "splits": {
402
+ "train": {
403
+ "name": "train",
404
+ "num_bytes": 13934221,
405
+ "num_examples": 49401,
406
+ "dataset_name": "pawsx"
407
+ },
408
+ "test": {
409
+ "name": "test",
410
+ "num_bytes": 562300,
411
+ "num_examples": 2000,
412
+ "dataset_name": "pawsx"
413
+ },
414
+ "validation": {
415
+ "name": "validation",
416
+ "num_bytes": 554875,
417
+ "num_examples": 2000,
418
+ "dataset_name": "pawsx"
419
+ }
420
+ },
421
+ "download_checksums": {
422
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
423
+ "num_bytes": 30282057,
424
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
425
+ }
426
+ },
427
+ "download_size": 30282057,
428
+ "post_processing_size": null,
429
+ "dataset_size": 15051396,
430
+ "size_in_bytes": 45333453
431
+ },
432
+ "zh": {
433
+ "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",
434
+ "citation": "@InProceedings{pawsx2019emnlp,\n title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},\n author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},\n booktitle = {Proc. of EMNLP},\n year = {2019}\n}\n",
435
+ "homepage": "https://github.com/google-research-datasets/paws/tree/master/pawsx",
436
+ "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.",
437
+ "features": {
438
+ "id": {
439
+ "dtype": "int32",
440
+ "id": null,
441
+ "_type": "Value"
442
+ },
443
+ "sentence1": {
444
+ "dtype": "string",
445
+ "id": null,
446
+ "_type": "Value"
447
+ },
448
+ "sentence2": {
449
+ "dtype": "string",
450
+ "id": null,
451
+ "_type": "Value"
452
+ },
453
+ "label": {
454
+ "num_classes": 2,
455
+ "names": [
456
+ "0",
457
+ "1"
458
+ ],
459
+ "names_file": null,
460
+ "id": null,
461
+ "_type": "ClassLabel"
462
+ }
463
+ },
464
+ "post_processed": null,
465
+ "supervised_keys": null,
466
+ "builder_name": "pawsx",
467
+ "config_name": "zh",
468
+ "version": {
469
+ "version_str": "1.1.0",
470
+ "description": "",
471
+ "major": 1,
472
+ "minor": 1,
473
+ "patch": 0
474
+ },
475
+ "splits": {
476
+ "train": {
477
+ "name": "train",
478
+ "num_bytes": 10815499,
479
+ "num_examples": 49401,
480
+ "dataset_name": "pawsx"
481
+ },
482
+ "test": {
483
+ "name": "test",
484
+ "num_bytes": 474644,
485
+ "num_examples": 2000,
486
+ "dataset_name": "pawsx"
487
+ },
488
+ "validation": {
489
+ "name": "validation",
490
+ "num_bytes": 473118,
491
+ "num_examples": 2000,
492
+ "dataset_name": "pawsx"
493
+ }
494
+ },
495
+ "download_checksums": {
496
+ "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
497
+ "num_bytes": 30282057,
498
+ "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
499
+ }
500
+ },
501
+ "download_size": 30282057,
502
+ "post_processing_size": null,
503
+ "dataset_size": 11763261,
504
+ "size_in_bytes": 42045318
505
+ }
506
+ }
en/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb1e43f1068cf0cec955327cfdedc2d3065f15d3cd673c9d0002e6e87cc7915
3
+ size 309849
en/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de6e8a4ba4bd88ee79c883349d112ec1ca85cda78726b59c215fab5849e49f3
3
+ size 8428142
en/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91c4c89a3d74deaf82bf2e87e626cf8d69d85f3c8e736b1ab3b6c3503ff26da
3
+ size 307014