Add a per-language leakage dashboard renderer over benchmark runs#1757
Open
maziyarpanahi wants to merge 1 commit into
Open
Add a per-language leakage dashboard renderer over benchmark runs#1757maziyarpanahi wants to merge 1 commit into
maziyarpanahi wants to merge 1 commit into
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.
Description
Adds a per-language leakage dashboard over one or more benchmark runs so multilingual leakage trends, residual-PHI categories, and the worst labels are visible without exposing source text or report metadata. The dashboard produces both a self-contained sortable HTML report and deterministic companion JSON suitable for CI threshold checks.
Type of Change
Changes Made
Testing
Commands run:
make formatmake lintmake format-checkmake type-check.venv/bin/python -m pytest tests/ -q— 5,205 passed, 46 skippedDocumentation
Code Quality
make format,make lint, andmake format-check.Dependencies
Checklist
origin/master.Related Issues
Closes #932
Depends on #650, completed by #680.
Screenshots/Examples
The generated HTML is self-contained and includes a sortable language summary followed by detailed language panels. Tests verify that all wired languages are present and that source text, model names, fixture identifiers, and metadata cannot enter either artifact.