sigdelakshey commited on
Commit
4689f8d
·
verified ·
1 Parent(s): 0372b4e

Add v1.0.0 release notes

Browse files
Files changed (1) hide show
  1. docs/RELEASE_NOTES_v1.0.0.md +36 -0
docs/RELEASE_NOTES_v1.0.0.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SchemaStress v1.0.0 Release Notes
2
+
3
+ SchemaStress v1.0.0 is the first public benchmark release focused on structured output validity, repair, and compositional generalization.
4
+
5
+ ## What is in this release
6
+
7
+ - Public dataset with two configs:
8
+ - `form_easy`
9
+ - `workflow_hard`
10
+ - Split files for `train`, `validation`, `test_in_domain`, and `test_ood`.
11
+ - Schema files and metadata manifests.
12
+ - QA, diversity, and baseline reports for transparent quality checks.
13
+
14
+ ## Core quality signals
15
+
16
+ - QA status: pass across both configs.
17
+ - High-variance build size: 5000 rows.
18
+ - Composite-row uniqueness: 1.0.
19
+ - Normalized instruction uniqueness: 0.8308.
20
+
21
+ ## Reproducibility
22
+
23
+ Use:
24
+
25
+ ```bash
26
+ make highvar
27
+ make baselines
28
+ make test
29
+ ```
30
+
31
+ See `docs/REPRODUCIBILITY.md` for artifact paths and settings overrides.
32
+
33
+ ## Links
34
+
35
+ - GitHub: `https://github.com/akgitrepos/SchemaStress`
36
+ - Hugging Face Dataset: `https://huggingface.co/datasets/sigdelakshey/SchemaStress`