research(srt): adjudicate the SRT interpretive-signal proposal as study-only - #50
Open
aurascoper wants to merge 1 commit into
Open
Conversation
…dy-only Records an externally-supplied proposal to adopt SRT (Semiotic-Reflexive Transformer) for dialectical fork detection, discourse-aware retrieval, and cross-modal provenance. Filing does not authorize work; no milestone identifier is assigned. Precedent: ADR-005 adjudicated a pasted proposal rather than implementing it. Findings that changed the disposition: - SRT's headline TruthfulQA-MC2 AUCs are attributed to a separate probe over the frozen backbone, explicitly not an adapter capability. The adapter's own novel channels are disclaimed by its authors as not separating hallucinated from faithful free-form output above chance. - The proposal omits Semantic Entropy Probes, a linear single-forward-pass baseline with public code. Without that comparator a positive SRT result cannot show SRT was needed, so the reproduction is reordered behind it. - Hidden-state methods are documented to degrade under genuine ambiguity by conflating it with model confusion. The safety question is therefore whether a signal separates interpretive plurality from model ignorance, which existing turn records cannot answer -- they carry no labels. - The loop already computes post-generation candidate tension, but not branch preservation. The genuine gap is timing, not semantics. Also records a blocking prerequisite: embedding-space comparability fails open. cosineSimilarity compares on dimension alone, so two distinct same-dimension spaces mix silently, contradicting the documented rule that vectors from different space identities never share one index. Four register entries validate against research-decision-register.schema.json, all study_only or deferred with runtime_dependency_authorized false. Docs only: no code, no dependency, no queue change, no milestone label. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs-only adjudication of an externally-supplied proposal to adopt SRT (Semiotic-Reflexive Transformer) for dialectical fork detection, discourse-aware retrieval, and cross-modal provenance.
Tracks #49. Filing does not authorize work — no milestone identifier is assigned,
nc-queue.yamland every goal file are unamended, andm7-bremains the only active milestone.Contents
docs/research/srt-interpretive-signal-evaluation_v1.md— the adjudication recorddocs/scoping/srt-interpretive-signal-register-v0.json— 4 register entries, all validating againstresearch-decision-register.schema.json, allstudy_onlyordeferredwithruntime_dependency_authorized: falseWhy this base branch
Based on
feat/local-dialectic-review, notmain. The research-decision-register apparatus (docs/scoping/research-decision-register.schema.json) arrives in2a8869eand is absent frommain— a register entry targeted atmainwould reference a schema that does not exist there.Findings that changed the disposition
Also recorded: a blocking prerequisite
Embedding-space comparability fails open.
Embedding.cosineSimilarity(to:)compares on dimension alone, so two distinct same-dimension spaces mix silently — contradicting the documented rule that vectors from different space identities never share one index. Live correctness defect independent of SRT; blocks the retrieval question.Verification
docs/nc-queue.yamluntouched (operator-owned, outside any git repo)🤖 Generated with Claude Code