docs(evaluation): Ground truth (concept)#723
Merged
Merged
Conversation
…e-agi/docs into docs/eval-ground-truth
… to Guides Add the two-jobs mental model (answer key + few-shot calibration), switch to evaluator-model terminology, point the reference-based eval mentions at the Built-in evals reference, state the upload formats, and convert the footer to Keep exploring cards. Rename the Evaluation nav section from How to guides to Guides, matching Observe. 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.
Summary
New Evaluation concept page: Ground truth — reference values that reference-based evals compare model outputs against.
Covers when to use ground truth, which templates consume it, how the data is structured, variable/role mapping, and few-shot grounding via embeddings.
Grounding (verified against the product repo)
model_hub/models/evals_metric.py,model_hub/services/ground_truth_service.pyground_truth_match,answer_similarity,fuzzy_match,recall_at_k,mean_average_precision—model_hub/system_evals/Checks
astro devdocs/evaluation-revamp; title matches the sidebar labelTH-6675