Skip to content

Evidence independence as a fourth probe dimension: fixture and argument - #107

Merged
Silentpartnercoding merged 1 commit into
mainfrom
agent/nist-independence-probe
Aug 18, 2026
Merged

Evidence independence as a fourth probe dimension: fixture and argument#107
Silentpartnercoding merged 1 commit into
mainfrom
agent/nist-independence-probe

Conversation

@Silentpartnercoding

Copy link
Copy Markdown
Owner

Fixture and argument. Nothing sent to NIST, nothing asks NIST to adopt Minority Prophet.

The gap

usnistgov/agentic-research-evaluation-probes scores each citation with three LM-judge probes — faithfulness, completeness, sufficiency — and its docs/probes.md calls them "mutually exclusive, collectively exhaustive" for how a citation is used.

All three are per-citation: each judge sees one source passage and one citing sentence. A judge shown one citation at a time cannot observe a relation between citations, so it cannot see that three cited documents descend from one observation. Each is faithful, complete and sufficient on its own — and the report still presents one observation as three.

Not a defect in the probes. A dimension outside the unit they evaluate. Their architecture already admits the fix: ProbeFunc receives the section's full list[Finding], and SectionVerdict exists for per-section probes.

What is demonstrated

corpus/ holds one measurement plus two secondary reports, each stating in its own text that it made no measurement. The documents are deliberately honest — nothing misquotes, drops caveats, or overreaches — because the existing probes are supposed to score them well.

$ python3 interop/nist-agentic-research-probes/independence_demo.py
  counting citations : 3 supporting sources
  counting roots     : 1 supporting root (MIL-2291)
  weakest basis      : declared

Deterministic, no model, no network. The independence side needs no judge.

What is NOT demonstrated

The three existing probes have not been run on this corpus. They need an OpenAI-compatible endpoint; no run has been performed. This PR does not claim they score well here — only that they are structurally unable to see the derivation.

The discriminating experiment is written down with both outcomes named:

  • Supports a fourth probe: all three score well while the root count is 1.
  • Refutes it: any of the three flags the derivative citations — then an existing probe already covers this, no fourth dimension is warranted, and that finding gets recorded here rather than discarded.

Until that run happens the argument is structural, not empirical. Proposing this to NIST beforehand would be asserting a measurement nobody made.

Verified vs not

Verified at source (18 Aug 2026): the repo exists, is public, is not archived, and its probe docs say what is quoted. Not verified: anything about NIST's intentions or receptiveness. Last push was 15 Apr 2026, so "ongoing" should not be assumed.

🤖 Generated with Claude Code

NIST's agentic-research-evaluation-probes scores every citation with three
LM-judge probes -- faithfulness, completeness, sufficiency -- and its
docs/probes.md states the three are "mutually exclusive, collectively
exhaustive" for how a citation is used.

All three are per-citation: each judge is shown one source passage and one
citing sentence. A judge that sees one citation at a time cannot observe a
relation between citations, so it cannot observe that three cited documents
descend from one observation. Each citation is faithful, complete and sufficient
on its own, and the report still presents one observation as three.

The corpus is three documents: one measurement and two secondary reports that
each state in their own text that they made no measurement. Deliberately honest
-- nothing misquotes, drops caveats or overreaches -- because the three existing
probes are supposed to score them well.

independence_demo.py runs the provenance-aware aggregator over the three
citations and prints 3 citations against 1 root. It is deterministic and needs
no model: the independence side requires no judge.

What is NOT here, and the README says so plainly: the three existing probes have
not been run on this corpus. They need an OpenAI-compatible endpoint and no run
has been performed. The discriminating experiment is written down with both
outcomes named -- all three scoring well supports a fourth dimension; any of
them flagging the derivatives refutes it and should be recorded here rather than
discarded. Until then the argument is structural, not empirical, and nothing
should be proposed to NIST on it.

Their architecture already admits the fourth probe: ProbeFunc receives the
section's full list[Finding] and SectionVerdict exists for per-section probes.

Read from the NIST repository on 18 Aug 2026. Nothing sent anywhere.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Silentpartnercoding
Silentpartnercoding marked this pull request as ready for review August 18, 2026 19:17
@Silentpartnercoding
Silentpartnercoding merged commit 50516c5 into main Aug 18, 2026
6 checks passed
@Silentpartnercoding
Silentpartnercoding deleted the agent/nist-independence-probe branch August 18, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant