Skip to content

Commit 468d1ff

Browse files
committed
Freeze V139 component applicability precommit
1 parent 4ef284e commit 468d1ff

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# V139 precommit — Component-specific applicability
2+
3+
## Controller continuation
4+
V138 closed the generic two-literal *whole-V135* gating language under its frozen admission rule, but all four meta-folds independently selected the same interaction family: `support_log <= q80 AND prior_disp > q20`, with ~64% coverage. The selector improved overall LL slightly versus full V135 and beat the equal-capacity shuffled selector, but only 2/4 folds beat V135.
5+
6+
## Residual
7+
The joint geometry is stable, but applying it to the entire V135 operator may discard the independently useful V75+RELATED composition outside the region.
8+
9+
## Diagnosis
10+
Primary: component applicability. Secondary: composition representation. This is not a new generic router search.
11+
12+
## Strongest rival
13+
The V138 interaction is incidental selection structure; component-specific application will not improve full V135 and any gain will be matched by a random same-coverage prior mask.
14+
15+
## K(rho)
16+
An admissible intervention must:
17+
1. retain exact V97 fallback for unsupported objectives;
18+
2. retain V75+RELATED composition on supported rows outside the prior region;
19+
3. use the full V75+RELATED+objective-prior stack only inside the fixed V138-derived region;
20+
4. use no target labels at inference;
21+
5. beat full V135 on cross-fitted session-held-out predictions;
22+
6. beat a matched-coverage random prior-activation control.
23+
24+
## Frozen operator
25+
For each outer fold, define thresholds from outer-training runtime fields only:
26+
- `support_log <= training q80`
27+
- `prior_disp > training q20`
28+
29+
Supported outer rows satisfying both receive the full V135 stack. Other supported rows receive the composition-only V75+RELATED stack. Unsupported rows receive exact V97.
30+
31+
No threshold search, no alternative conjunction, no tree/router, no post-result tuning.
32+
33+
## Control
34+
Within each untouched outer fold, randomly permute the binary prior-activation mask across supported rows, preserving the exact number of prior-enabled rows. Apply full V135 on the shuffled mask and composition-only elsewhere. Fixed seed 20260823.
35+
36+
## Action table
37+
PROMOTE_COMPONENT_LAW if:
38+
- incremental gain vs full V135 >= 0.0005;
39+
- advantage vs matched random control >= 0.0005;
40+
- >=3/4 folds beat V135;
41+
- all folds non-regress vs V97.
42+
43+
RETAIN_COMPONENT_SIGNAL if incremental gain > 0, control advantage >= 0.0002, and >=3/4 folds beat V135.
44+
45+
Otherwise CLOSE_COMPONENT_APPLICABILITY_HYPOTHESIS.
46+
47+
## Epistemic status
48+
V139 is a second-generation mechanism test induced by V138 on the same 35,072-row corpus. Even a pass is not final untouched admission; it must subsequently survive competition-shaped/runtime verification.
49+
50+
## Retention
51+
The run saves OOF predictions for V97, composition-only, full V135, V139, and matched random control so future tests do not need to rebuild the full transcript matrices merely to analyze this component law.

0 commit comments

Comments
 (0)