docs(evaluation): Judge models concept#726
Merged
Merged
Conversation
What a judge is (reads and scores, never edits the output), the Turing/Protect model table on this page, bring-your-own judge, modality (image/audio need a multimodal judge), and how to choose. Fixed the audio-modality error (turing_small is text+image only). Keep-exploring cards avoid the prev/next neighbors. No About, minimal frontmatter, no em-dashes, all links resolve. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…scoring diagram Open directly at 'What a judge does' with no lead paragraph, add a diagram of how a judge scores (response and criteria -> judge -> result and optional reason), link first mentions (template, eval types), soften reason to optional, and shorten the description. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
"Judge models" read as the LLM-as-Judge eval type (Rishav's feedback), so the concept is now Evaluator model: page moved to concepts/evaluator-models, term renamed across the evaluation tree, FAQ, nav, and redirect targets; the LLM-as-Judge type name stays. Also addresses review on the page: stale guides/ links repointed, modality line made consistent with the table, first mention bolded, backward card swapped for Guardrails, redundant How to choose section dropped, and "Bring your own LLM" phrasing everywhere. Signed-off-by: khushalsonawat <khushalsonawat@gmail.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.
The Judge models concept page (
/docs/evaluation/concepts/judge-models).Also fixes a factual error from the old page: it listed
turing_smallfor audio, butturing_smallis text and image only.