Add benchmark contamination graph guard - #609
Open
pine-harbor wants to merge 1 commit into
Open
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.
/claim #17
Summary
Adds
benchmark-contamination-graph-guard, a focused Scientific Knowledge Graph Integration guard for model-to-benchmark graph edges. It detects when a model evaluation claim may be contaminated because the benchmark, held-out split, label source, or derived data appeared in training/pretraining/fine-tuning data before entity pages or AI recommendations treat the result as clean evidence.This is intentionally narrow: it does not rebuild graph ingestion, entity extraction, ontology aliasing, geospatial provenance, organism/strain boundaries, chemical identity, software dependency provenance, calibration evidence, negative evidence, funding provenance, or generic recommendation-path explanation.
What It Covers
trained_on,pretrained_on,fine_tuned_on,derived_from, andlabel_source.evaluated_on,claims_sota_on,recommended_for, andcompared_against.Included Artifacts
benchmark-contamination-graph-guard/src/index.jsbenchmark-contamination-graph-guard/data/sample_benchmark_graph_packets.jsonbenchmark-contamination-graph-guard/test/benchmark-contamination-graph-guard.test.jsbenchmark-contamination-graph-guard/scripts/demo.jsbenchmark-contamination-graph-guard/reports/Validation
npm.cmd test: 8 tests passed.npm.cmd run check: syntax checks passed.npm.cmd run demo: generated 4-packet report withPUBLISH: 1,REVIEW: 1,HOLD: 2.npm.cmd run video: generatedreports/demo.mp4.git diff --check: passed.ffprobe: H.264, 1280x720, 8.000 seconds, 30 fps, 240 frames.The MP4 is a generated FFmpeg color-source/drawtext slate, not a desktop or browser recording. It contains no private data.