refactor: rename LLM alignment score to Judge Agreement - #244
Merged
Conversation
Signed-off-by: memadi <memadi@nvidia.com>
Contributor
Greptile SummaryThis PR consistently renames the evaluation display term “LLM alignment score” to “Judge Agreement” without changing score computation or evaluation behavior.
Confidence Score: 5/5The PR appears safe to merge because it consistently updates presentation terminology without changing runtime evaluation behavior. The score calculation, verdict branching, data handling, and public APIs remain unchanged, while source labels, tests, docstrings, and generated notebook outputs use the new terminology consistently. Important Files Changed
Reviews (1): Last reviewed commit: "nit" | Re-trigger Greptile |
lipikaramaswamy
approved these changes
Aug 11, 2026
memadi-nv
added a commit
that referenced
this pull request
Aug 13, 2026
* update LLM alignment score naming Signed-off-by: memadi <memadi@nvidia.com> * nit Signed-off-by: memadi <memadi@nvidia.com> --------- Signed-off-by: memadi <memadi@nvidia.com>
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.
Related Issue
This PR will affect the screenshot of the shared report in PR #239
Summary
Replaces the term "LLM alignment score" with "Judge Agreement" across all evaluation-related code, comments, and documentation.
Changes
display.py— updated user-facing label, tooltip, and inline comments in the replace-mode judge rendering functionsreplace_runner.py— updated docstring referenceanonymizer.py— updated docstring references inpreview()andrun()Type of Change
Contributor Checklist
fix: handle empty entity listskills/anonymizer/SKILL.mdupdated if neededValidation
Documentation and Artifacts
make docs-buildpasses locallymake convert-notebooks