Conversation
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.
Summary
This adds
Report.joint_evidence()for a declared parallel full-shadow OR oversaved per-item score maps. It reports the fixed population/denominator, score
thresholds, caller-declared guard configuration, full-exposure checks,
per-guard detection, union detection, static all-miss, residual coverage,
pairwise intersections, benign union burden when negatives exist, and an
explicit “not reported” uncertainty status for a fixed evaluated population.
The benchmark now writes an additive sidecar manifest with exact dataset and
prediction-file hashes. Joint reports require matching sidecars by default;
legacy maps can be inspected only with
require_manifest=Falseand are labelledunverified. The benchmark rejects a score-count mismatch, duplicate dataset IDs,
and a source file that changes while it is scored. The report similarly rejects
input changes while it is prepared.
Why this shape
The statistic is deliberately narrow: it makes static all-miss observable only
when all selected guards scored the same labelled items. It does not infer
runtime route risk, adaptive robustness, calibration, causal complementarity,
or deployment safety.
Validation
Observed locally: formatting/import checks passed;
19 passed; focused newreport tests passed; targeted test lint passed; diff check passed. The upstream
repository's broader Ruff baseline still reports 23 pre-existing diagnostics in
the touched source files, unchanged in kind/count from
e57e4aa.Compatibility and maintenance boundaries
benchmark(..., **kwargs)behavior is preserved; arbitrarymoderator kwargs—including a pre-existing
model_configurationkwarg—stillreach the moderator.
output is an additive
<model>.manifest.jsonsidecar.require_manifest=False; that output is markedunverified_legacy_maps.model_configurationsreport field is caller-declared at reporting time,not inferred from a filename or authenticated by a sidecar.
signed nor immutable and does not authenticate weights, code, or remote
services.
Full local diff
The Git commit is the non-duplicated source of the complete patch:
The contribution check found no upstream
CONTRIBUTING, pull-request template,CLA, DCO, or local submission rule. This payload deliberately avoids broader
claims about runtime route risk, adaptive robustness, calibration, causal
complementarity, or deployment safety.