Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Saibo-creator commited on
Commit
eccd4ae
·
verified ·
1 Parent(s): 69d52d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -144,6 +144,58 @@ The dataset is organized into the following subsets:
144
  - **Original Source**: [dataunitylab/json-schema-store](https://huggingface.co/datasets/dataunitylab/json-schema-store)
145
 
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  ## Citation
148
 
149
  The datasets listed above are featured in the paper "Witness Generation for JSON Schema." We extend our gratitude to the authors for their valuable contributions. For more detailed information about the datasets and the methods used, please refer to the paper: [Witness Generation for JSON Schema](https://arxiv.org/abs/2202.12849).
 
144
  - **Original Source**: [dataunitylab/json-schema-store](https://huggingface.co/datasets/dataunitylab/json-schema-store)
145
 
146
 
147
+ ## Dataset Validation and Filtering
148
+
149
+ To ensure the quality and validity of the JSON schemas in each split, a filtering process was applied to remove invalid schemas. The following statistics summarize the filtering results for each subset:
150
+
151
+ - **Washington Post**:
152
+ - Dropped: 0/125 invalid schemas
153
+ - Kept: 125/125 valid schemas
154
+
155
+ - **Snowplow**:
156
+ - Dropped: 6/420 invalid schemas
157
+ - Kept: 414/420 valid schemas
158
+
159
+ - **Kubernetes**:
160
+ - Dropped: 0/1087 invalid schemas
161
+ - Kept: 1087/1087 valid schemas
162
+
163
+ - **Github**:
164
+ - Dropped: 380/6335 invalid schemas
165
+ - Kept: 5955/6335 valid schemas
166
+
167
+ - **Handwritten**:
168
+ - Dropped: 50/197 invalid schemas
169
+ - Kept: 147/197 valid schemas
170
+
171
+ - **Synthesized**:
172
+ - Dropped: 35/450 invalid schemas
173
+ - Kept: 415/450 valid schemas
174
+
175
+ - **Github Trivial**:
176
+ - Dropped: 37/570 invalid schemas
177
+ - Kept: 533/570 valid schemas
178
+
179
+ - **Github Easy**:
180
+ - Dropped: 59/2035 invalid schemas
181
+ - Kept: 1976/2035 valid schemas
182
+
183
+ - **Github Medium**:
184
+ - Dropped: 112/2121 invalid schemas
185
+ - Kept: 2009/2121 valid schemas
186
+
187
+ - **Github Hard**:
188
+ - Dropped: 139/1405 invalid schemas
189
+ - Kept: 1266/1405 valid schemas
190
+
191
+ - **Github Ultra**:
192
+ - Dropped: 33/204 invalid schemas
193
+ - Kept: 171/204 valid schemas
194
+
195
+ - **JSON Schema Store (JsonSchemaStore)**:
196
+ - Dropped: 59/650 invalid schemas
197
+ - Kept: 591/650 valid schemas
198
+
199
  ## Citation
200
 
201
  The datasets listed above are featured in the paper "Witness Generation for JSON Schema." We extend our gratitude to the authors for their valuable contributions. For more detailed information about the datasets and the methods used, please refer to the paper: [Witness Generation for JSON Schema](https://arxiv.org/abs/2202.12849).