Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,3 +42,55 @@ configs:
|
|
42 |
- split: Synthesized
|
43 |
path: data/Synthesized-*
|
44 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
- split: Synthesized
|
43 |
path: data/Synthesized-*
|
44 |
---
|
45 |
+
|
46 |
+
# JSON Schema Witness Generation Dataset
|
47 |
+
|
48 |
+
## Overview
|
49 |
+
|
50 |
+
This dataset is a collection of JSON schema witnesses generated from various sources, aimed at facilitating the study and evaluation of JSON schema transformations, validations, and other related operations. The dataset consists of several subsets, each derived from a different domain or source, and is structured to allow for comprehensive testing and benchmarking of tools and algorithms dealing with JSON schemas.
|
51 |
+
|
52 |
+
## Dataset Structure
|
53 |
+
|
54 |
+
The dataset is organized into the following subsets:
|
55 |
+
|
56 |
+
### 1. Washington Post (wp)
|
57 |
+
- **Samples**: 125
|
58 |
+
- **Description**: This subset contains JSON schema witnesses from the Washington Post dataset. The schemas have been processed and formatted for easy integration and analysis.
|
59 |
+
- **Original Directory**: [Washington Post](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/wp)
|
60 |
+
|
61 |
+
### 2. Snowplow (dg)
|
62 |
+
- **Samples**: 420
|
63 |
+
- **Description**: The Snowplow subset includes 420 JSON schema witnesses, each representing a structured data format used within the Snowplow event data pipeline.
|
64 |
+
- **Original Directory**: [Snowplow](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/snowplow/dg)
|
65 |
+
|
66 |
+
### 3. Kubernetes (sat)
|
67 |
+
- **Samples**: 1087
|
68 |
+
- **Description**: This subset contains JSON schema witnesses from the Kubernetes ecosystem. It is particularly useful for analyzing configuration and deployment schemas.
|
69 |
+
- **Original Directory**: [Kubernetes](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/kubernetes/sat)
|
70 |
+
|
71 |
+
### 4. Github (sat)
|
72 |
+
- **Samples**: 6335
|
73 |
+
- **Description**: The largest subset in the dataset, containing 6335 samples from GitHub repositories. These schemas are ideal for studying open-source project configurations and automation.
|
74 |
+
- **Original Directory**: [Github](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/github/sat)
|
75 |
+
|
76 |
+
### 5. Handwritten (sat)
|
77 |
+
- **Samples**: 197
|
78 |
+
- **Description**: The Handwritten subset consists of 197 manually crafted JSON schema witnesses, designed to test edge cases and complex schema configurations.
|
79 |
+
- **Original Directory**: [Handwritten](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/handwritten/sat)
|
80 |
+
|
81 |
+
### 6. Synthesized (sat)
|
82 |
+
- **Samples**: 450
|
83 |
+
- **Description**: This subset is synthesized from various sources to cover a broad range of JSON schema use cases, particularly focusing on containment and validation.
|
84 |
+
- **Original Directory**: [Synthesized](https://github.com/sdbs-uni-p/JSONSchemaWitnessGeneration/tree/main/artifacts/JSONAlgebra/JsonSchema_To_Algebra/expDataset/containment/sat)
|
85 |
+
|
86 |
+
## Citation
|
87 |
+
|
88 |
+
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).
|
89 |
+
|
90 |
+
## License
|
91 |
+
|
92 |
+
This dataset is provided under the [MIT License](https://opensource.org/licenses/MIT). Please ensure that you comply with the license terms when using or distributing this dataset.
|
93 |
+
|
94 |
+
## Acknowledgements
|
95 |
+
|
96 |
+
We would like to thank the contributors and maintainers of the JSON schema projects and the open-source community for their invaluable work and support.
|