Commit e1c37a5
committed
docs(deepnsm): psychometric validation framework + vertical HHTL bundling spec
Two architectural concepts saved for dedicated implementation sessions:
1. Psychometric validation for DeepNSM measurement instrument:
- Cronbach's α across 128 projections (2³ SPO × 2⁴ HHTL)
- Split-half reliability: Strategy A vs Strategy B distance
- IRT item parameters: per-word difficulty + discrimination
- Factor analysis: do 74 primes factor into 16 NsmCategory?
- Construct/convergent/discriminant validity across codec chain
- Polysemy detection via α drop across projections
- P-values with 128 independent measurements per pair
2. Vertical HHTL bundling (studio mixing analogy):
- Leaves → bundle → Twigs → bundle → Branches → bundle → Hip
- Each level = majority vote denoising (background noise removal)
- Unbind bottom-up to verify reconstruction (information loss audit)
- Combined SPO × HHTL = 128-way factorial decomposition
- Cascade as psychometric filter: discrimination, factor analysis,
composite reliability, SEM, residual analysis
Key insight: NARS confidence IS measurement reliability (formalized).
Every similarity judgment gets a confidence interval backed by
128 independent projection measurements.
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o71 parent d76c631 commit e1c37a5
1 file changed
Lines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
0 commit comments