sandeepdhuriauthor commited on
Commit
20560b8
·
verified ·
1 Parent(s): ab3cb2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -15
README.md CHANGED
@@ -8,13 +8,13 @@ pretty_name: Delta Frame Validation Study
8
 
9
  # Delta Frame Validation Study (mirror)
10
 
11
- **Canonical record and citation: Zenodo, https://doi.org/10.5281/zenodo.22598205.** This mirror exists for discoverability. If the two differ, Zenodo wins.
12
 
13
  ## What it is
14
 
15
  50 regulated-domain Python backend tasks (money, idempotency, date and time, authentication and access), each generated twice by five frontier models from five vendors: once from the bare prompt, once from the same prompt preceded by a 267-word specification frame. 500 outputs total, one attempt each, temperature 0 where the endpoint accepts it.
16
 
17
- Included: the 100 prompts with SHA-256, the frame, nine AST-based checkers with validity fixtures, scoring and statistics code with seeds, Bandit results, the manual adjudication table, run and verifier logs, and the pre-registration with four dated addenda.
18
 
19
  ## Headline result
20
 
@@ -22,23 +22,27 @@ Findings in nine named defect classes: 148 in the bare arm, 23 in the frame arm.
22
 
23
  ## Files
24
 
25
- One archive, byte-identical to the Zenodo deposit. Unzip and see README inside for the layout and the re-scoring instructions.
 
 
 
 
 
26
 
27
  ## How to cite
28
 
29
- Dhuri, S. (2026). Delta Frame Validation Study: complete results dataset (500 generations, 5 model families, pre-registered paired evaluation). Zenodo. https://doi.org/10.5281/zenodo.22598205
30
 
31
- Related: Book and Specification Frame: https://acuity.press/specification-frame.html · The ten laws: https://acuity.press/laws/
32
  Code, checkers, and harness: https://github.com/sandeep-dhuri/specification-frame · Position paper: https://doi.org/10.5281/zenodo.21988044
33
- ```bibtex
34
- @misc{dhuri2026dataset,
35
- author = {Dhuri, Sandeep},
36
- title = {Delta Frame Validation Study: complete results dataset (500 generations, 5 model families, pre-registered paired evaluation)},
37
- year = {2026},
38
- publisher = {Zenodo},
39
- doi = {10.5281/zenodo.22598205},
40
- url = {https://doi.org/10.5281/zenodo.22598205}
41
- }
42
- ```
43
 
44
  Author: Sandeep Dhuri, ORCID 0009-0008-1829-2431. License: CC BY 4.0.
 
8
 
9
  # Delta Frame Validation Study (mirror)
10
 
11
+ **Canonical record and citation: Zenodo, https://doi.org/10.5281/zenodo.22598204 (all versions, always resolves to the latest).** This mirror exists for discoverability. If the two differ, Zenodo wins.
12
 
13
  ## What it is
14
 
15
  50 regulated-domain Python backend tasks (money, idempotency, date and time, authentication and access), each generated twice by five frontier models from five vendors: once from the bare prompt, once from the same prompt preceded by a 267-word specification frame. 500 outputs total, one attempt each, temperature 0 where the endpoint accepts it.
16
 
17
+ Included: the 100 prompts with SHA-256, the frame, nine AST-based checkers with their unit gauntlet and 50 task fixture pairs (v1.1), scoring and statistics code with seeds, Bandit results, the manual adjudication table, run and verifier logs, and the pre-registration with four dated addenda.
18
 
19
  ## Headline result
20
 
 
22
 
23
  ## Files
24
 
25
+ Two archives, byte-identical to the Zenodo deposits.
26
+
27
+ - `Delta_STUDY_Results_DATA_v1.1.zip` (version 1.1, 2026-09-19): adds tests/test_checks.py (checker gauntlet and 50-task fixture gauntlet), fixtures/ (100 task fixture files), harness/providers.py, and DATASET_v1.1_NOTE.md, which records that 16 of the 500 raw outputs are truncated in transport and gives the sensitivity analysis excluding them (every per-model result holds). No output was regenerated or modified. DOI https://doi.org/10.5281/zenodo.22850887
28
+ - `Delta_STUDY_Results_DATA.zip` (version 1.0, 2026-09-07). DOI https://doi.org/10.5281/zenodo.22598205
29
+
30
+ Unzip and see the README inside for the layout and the re-scoring instructions. Paper preprint: https://doi.org/10.5281/zenodo.22830263
31
 
32
  ## How to cite
33
 
34
+ Dhuri, S. (2026). Delta Frame Validation Study: complete results dataset (500 generations, 5 model families, pre-registered paired evaluation). Zenodo. https://doi.org/10.5281/zenodo.22598204
35
 
36
+ Related: Book and Specification Frame: https://acuity.press/specification-frame.html · The ten laws: https://acuity.press/laws/
37
  Code, checkers, and harness: https://github.com/sandeep-dhuri/specification-frame · Position paper: https://doi.org/10.5281/zenodo.21988044
38
+
39
+ @misc{dhuri2026dataset,
40
+ author = {Dhuri, Sandeep},
41
+ title = {Delta Frame Validation Study: complete results dataset (500 generations, 5 model families, pre-registered paired evaluation)},
42
+ year = {2026},
43
+ publisher = {Zenodo},
44
+ doi = {10.5281/zenodo.22598204},
45
+ url = {https://doi.org/10.5281/zenodo.22598204}
46
+ }
 
47
 
48
  Author: Sandeep Dhuri, ORCID 0009-0008-1829-2431. License: CC BY 4.0.