Commit
•
6ddde35
1
Parent(s):
32e8ab1
Add labeled_swap data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -20
- labeled_swap/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -73,10 +73,10 @@ dataset_info:
|
|
73 |
'1': '1'
|
74 |
splits:
|
75 |
- name: train
|
76 |
-
num_bytes:
|
77 |
num_examples: 30397
|
78 |
-
download_size:
|
79 |
-
dataset_size:
|
80 |
- config_name: unlabeled_final
|
81 |
features:
|
82 |
- name: id
|
@@ -109,6 +109,10 @@ configs:
|
|
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
|
|
|
73 |
'1': '1'
|
74 |
splits:
|
75 |
- name: train
|
76 |
+
num_bytes: 7963619
|
77 |
num_examples: 30397
|
78 |
+
download_size: 5741756
|
79 |
+
dataset_size: 7963619
|
80 |
- config_name: unlabeled_final
|
81 |
features:
|
82 |
- name: id
|
|
|
109 |
path: labeled_final/test-*
|
110 |
- split: validation
|
111 |
path: labeled_final/validation-*
|
112 |
+
- config_name: labeled_swap
|
113 |
+
data_files:
|
114 |
+
- split: train
|
115 |
+
path: labeled_swap/train-*
|
116 |
---
|
117 |
|
118 |
# Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling
|
dataset_infos.json
CHANGED
@@ -67,33 +67,26 @@
|
|
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",
|
@@ -105,21 +98,14 @@
|
|
105 |
"splits": {
|
106 |
"train": {
|
107 |
"name": "train",
|
108 |
-
"num_bytes":
|
109 |
"num_examples": 30397,
|
110 |
-
"dataset_name":
|
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":
|
120 |
-
"
|
121 |
-
"
|
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",
|
|
|
67 |
"features": {
|
68 |
"id": {
|
69 |
"dtype": "int32",
|
|
|
70 |
"_type": "Value"
|
71 |
},
|
72 |
"sentence1": {
|
73 |
"dtype": "string",
|
|
|
74 |
"_type": "Value"
|
75 |
},
|
76 |
"sentence2": {
|
77 |
"dtype": "string",
|
|
|
78 |
"_type": "Value"
|
79 |
},
|
80 |
"label": {
|
|
|
81 |
"names": [
|
82 |
"0",
|
83 |
"1"
|
84 |
],
|
|
|
|
|
85 |
"_type": "ClassLabel"
|
86 |
}
|
87 |
},
|
|
|
|
|
88 |
"builder_name": "paws",
|
89 |
+
"dataset_name": "paws",
|
90 |
"config_name": "labeled_swap",
|
91 |
"version": {
|
92 |
"version_str": "1.1.0",
|
|
|
98 |
"splits": {
|
99 |
"train": {
|
100 |
"name": "train",
|
101 |
+
"num_bytes": 7963619,
|
102 |
"num_examples": 30397,
|
103 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
}
|
105 |
},
|
106 |
+
"download_size": 5741756,
|
107 |
+
"dataset_size": 7963619,
|
108 |
+
"size_in_bytes": 13705375
|
|
|
109 |
},
|
110 |
"unlabeled_final": {
|
111 |
"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",
|
labeled_swap/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21b9b68cd9398f01e6c766a9b12bc9a31cee11a6170a5acc5fa87ba853033a9b
|
3 |
+
size 5741756
|