Commit 23c6703
Rerun embedding-PRDC and calibrate-on-synth with post-snap microplex
B1 from paper/REVIEW-RESPONSE.md: both scripts predated the upstream
shared-col noise fix (Apr 17 08:03-08:06 vs snap commits at 12:06/12:20).
With microplex installed editable from the repaired upstream sibling,
rerunning both scripts now exercises the fixed generate() method.
embedding-PRDC (40k x 50 real ECPS, AE latent dim 16):
raw-50 embed-16
ZI-QRF 0.348 -> 0.982 0.309 -> 0.984 (post-snap)
ZI-QDNN 0.219 -> 0.791 0.222 -> 0.819
ZI-MAF 0.025 -> 0.183 0.038 -> 0.201
Ordering preserved in both spaces; absolute PRDC coverage rises
substantially for every method because noise on binary/categorical
conditioning variables is no longer forcing synthetic values off the
training support. ZI-QRF is near-ceiling (0.98+) in both spaces.
calibrate-on-synth (20k x 50, 500 epochs microcalibrate):
ZI-QRF pre 0.317 -> post 0.105
ZI-QDNN pre 0.386 -> post 0.251
ZI-MAF pre 17.51 -> post 11.86
Bumped from 200 to 500 epochs per reviewer's convergence concern.
Ordering unchanged. ZI-MAF still ~100x worse than ZI-QDNN post-cal,
consistent with the "calibration cannot rescue broken synthesis" story.
Pre-snap artifacts preserved as artifacts/*.pre-snap.json for audit trail.
Docs (embedding-prdc-validation.md, calibrate-on-synthesizer-result.md)
and paper/index.qmd §5.4 updated with post-snap numbers. Pre-snap
numbers kept inline as archived comparison for transparency.
Note: artifacts/ is .gitignore'd so the JSON files live on disk but
not in the repo. Log files also gitignore'd. This is intentional
per the repo's earlier cleanup; result tables in docs and paper
are the canonical record.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fa959d3 commit 23c6703
3 files changed
Lines changed: 36 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
27 | | - | |
| 37 | + | |
28 | 38 | | |
29 | | - | |
| 39 | + | |
30 | 40 | | |
31 | | - | |
| 41 | + | |
32 | 42 | | |
33 | 43 | | |
34 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments