agreement stringclasses 5
values | caseId stringclasses 6
values | caseSha256 stringclasses 6
values | caseType stringclasses 3
values | claim stringclasses 6
values | lesson stringclasses 6
values | primaryAnswer stringclasses 6
values | proofRouter stringclasses 4
values | shadowAnswer stringclasses 6
values | title stringclasses 6
values | verdict stringclasses 5
values | verifierEvidence stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
AGREE | agreement-trap-001 | 426acbc9315b5ef4738d92b13fd1452fb39dcdb286a6fc028f8c38fde69ee5f2 | synthetic_demonstration | 174 is a prime number. | Model agreement is evidence of agreement, not evidence of truth. | Yes. 174 is prime. | formal_computation | Yes. 174 is prime. | Two answers agree. Arithmetic says NO. | CONTRADICTED | 174 = 2 × 87 = 3 × 58, so 174 has non-trivial divisors. |
AGREE | proof-route-001 | 5f19a624a752233c465e2ef0140a87a31d285f6fc67d2dbbe23f47e16bee9977 | synthetic_demonstration | 173 is a prime number. | Agreement becomes stronger only when an independent verifier supplies reproducible evidence. | Yes. 173 is prime. | formal_computation | Yes. 173 is prime. | Agreement plus executable proof. | PROVEN | No integer divisor exists from 2 through floor(sqrt(173)) = 13. |
WEAK_AGREEMENT | abstention-gate-001 | 9efc63fd4bb57fc22ed3b2018932078a4788bd8443cc312b24fd20b7abeaf4b9 | synthetic_demonstration | An unnamed private service is currently healthy. | Absence of evidence should produce abstention, not a confident green status. | It is probably healthy. | runtime_readback | It appears healthy. | Good systems are allowed to say “not proven”. | UNPROVEN | No authenticated health, revision, digest or target-system readback was supplied. |
AGREE_ON_BUILD_ONLY | runtime-trap-001 | df11bdaf601cc47106f9d329df7eb845b220b62efbb3958e89b9c16812d3c22c | conceptual_contract | A green CI workflow proves the production revision is live. | Evidence must match the class of claim being made. | CI passed, so deployment is complete. | runtime_readback | The build is green. | Build success is not runtime success. | CONTRADICTED_AS_RUNTIME_PROOF | A runtime claim additionally requires target-system revision/digest/health readback. |
AGREE_ON_COUNT | source-trap-001 | f1fa02198e9a66a347a7ae2277b7fe0be7358f0267df97ee102b0a57b6b8377b | conceptual_contract | Five websites repeating the same statement provide five independent confirmations. | Source independence is a graph problem, not a citation-count problem. | Five sources confirm it. | source_provenance | There are five matching citations. | Five copies of one source are still one source. | CONTRADICTED | Independent confirmation depends on provenance and original source lineage, not URL count. |
NOT_A_TRUTH_TEST | shadow-live-001 | 0ac8a12224940473138faa68c1a666c258b0c7b0e4f9a77e588bb659d953a322 | real_public_receipt | The published shadow lane has executed a real Hugging Face inference request. | A receipt proves the observed execution event; it does not prove arbitrary semantic truth. | OpenRouter/Revolver remains the declared primary authority. | receipt_and_provider_readback | HF provider nscale returned the literal canary for Qwen/Qwen3-4B-Instruct-2507. | A real Hugging Face shadow receipt. | PROVEN_FOR_EXECUTION_EVENT | Public receipt SHA-256 82f51e58b35cfe9bc9cf9bd734842a50fac25c7352851a8ea65ae9ace0093a67 records one request, zero retries and no fallback. |
Sovereign Evidence Observatory Casebook
The interesting question is not “Which AI sounds smartest?” It is “What kind of evidence would make this claim true, false, or still undecidable?”
This public casebook is the first dataset for the Sovereign Evidence Observatory. It turns model agreement, disagreement and abstention into inspectable evidence objects instead of treating consensus as truth.
Five layers
- Shadow Mesh — independent model/provider observations.
- Disagreement Radar — records where outputs agree, diverge or answer different questions.
- Proof Router — routes each claim to the evidence class that can actually verify it: formal computation, structured data, source provenance, target-system runtime, or human judgment.
- Abstention Gate — missing evidence becomes
UNPROVEN, not a fake green status. - Evidence Passport — a portable, hash-bound summary of claim, observations, verifier class, evidence and verdict.
Why this is useful
A multi-model vote can improve robustness, but agreement alone cannot establish truth. Research on multi-agent debate reports factuality gains from independent agents, while work on semantic entropy shows that uncertainty can help detect confabulations. Recent fact-verification work also highlights the importance of executable evidence and the difficulty models have with abstention.
The Observatory therefore separates model consensus from evidence class and verification state. A result can be PROVEN, CONTRADICTED, UNPROVEN, or NOT_APPLICABLE without pretending that every claim has a machine-verifiable truth condition.
Public companion
Interactive Space: Thorsu/sovereign-evidence-observatory
Existing live shadow receipts: Thorsu/sovereign-shadow-inference-bench
Current Hugging Face participant evidence
The public Shadow Bench now represents 15 distinct actual inference requests: 11 are compatible with the legacy shadow-inference-receipt.v1 contract and four additional 96/128-token requests are preserved in two separately hash-bound controlled budget slices.
Two independent Groq slices used openai/gpt-oss-120b, temperature 0, the same prompt template and the same 64/96/128 ladder with fixed seeds 424242 and 424243. Both failed to emit the bounded literal at 64 and both emitted it at 128, but the first conformant tested budget differed: 96 for seed 424242 versus 128 for seed 424243. The current evidence state is therefore CONTROLLED_BUDGET_BOUNDARY_SEED_VARIABILITY_OBSERVED, not a universal 96-token threshold.
Qwen and gpt-oss remain CROSS_PROVIDER_OBSERVED; route-replication evidence remains public, including all non-conformant observations. No participant leaderboard or provider-quality ranking is enabled from this small heterogeneous corpus.
See metrics/HF_PARTICIPANT_EVALUATION_2026-08-26.json for the current machine-readable snapshot bound to Shadow Bench revision 9ee746234cf1292b639744298af551959ada2f35.
Public failure-mode story
The interactive Space now has a Budget Boundary Lab that re-reads and hash-verifies the two public Groq 64/96/128 slices without performing new inference. The public research note is in the Shadow Bench at research-notes/2026-08-26-groq-reasoning-budget-boundary.md.
The machine-readable participant evaluation remains historically bound to Shadow Bench revision 9ee746234cf1292b639744298af551959ada2f35, where the evaluated slice data was published. The later Shadow Bench revision c93877086acc70a64b27a42b036c88456141436a is a documentation-only research-note commit; it does not rewrite the underlying receipts or controlled slices.
Public entry points:
- Space:
https://huggingface.co/spaces/Thorsu/sovereign-evidence-observatory - Shadow Bench:
https://huggingface.co/datasets/Thorsu/sovereign-shadow-inference-bench - Research note:
https://huggingface.co/datasets/Thorsu/sovereign-shadow-inference-bench/blob/main/research-notes/2026-08-26-groq-reasoning-budget-boundary.md
Research anchors
- Du et al., ICML 2024 — Improving Factuality and Reasoning in Language Models through Multiagent Debate.
- Farquhar et al., Nature 2024 — Detecting hallucinations in large language models using semantic entropy.
- ClaimDB, ACL 2026 — large structured-data fact verification and abstention.
- UniFact, 2025 — complementary roles of hallucination detection and fact verification.
Truth boundary
This dataset contains both real receipts and explicitly labeled synthetic/conceptual demonstrations. Synthetic model answers are never presented as actual provider outputs. Public receipts prove only the execution or evidence event they record.
Proof Router V2
The public Space now includes executable evidence routing across formal computation, structured data, source provenance, runtime readback, human judgment and abstention. See PROOF_ROUTER_V2.md, the V2 schemas under schema/, and reproducible example receipts under examples/.
V2.0.1 stability evidence
The exact-revision live stabilization readback is published at data/proof-router-v2-stability-live-readback.json. It separates unit tests, live API soak/burst results, Hub runtime revision/state, and remaining truth boundaries.
Requested multi-model canary matrix
The public Shadow Bench now contains a bounded ten-name identity/execution matrix covering Ox Alpha, Gemini 3.7 Flash, GPT-5.6 Sol/Terra, MiniMax M2.7, Claude Opus 5, DeepSeek, Llama, Claude Sonnet 4.5 and GLM 5.2. Four official models were executable through Hugging Face Inference Providers. Proprietary/stealth identities were recorded without substituting similarly named community distills.
At the primary 128-token budget, DeepSeek V4 Flash 0731 and Llama 4 Maverick produced the exact literal; MiniMax M2.7 and GLM 5.2 ended at length with no visible literal, then both conformed at the single separately recorded 256-token expansion. This is budget/route evidence, not a model leaderboard. See metrics/HF_MULTIMODEL_CANARY_MATRIX_2026-08-25.json.
- Downloads last month
- 154