Loading collection...
Loading collection...
Measuring and monitoring AI performance

systematic tests to measure model performance on specific tasks
“Running evals after every prompt change ensures no regressions.”

using a strong LLM to evaluate the outputs of another model
“LLM-as-a-Judge scales evaluation better than human review.”

a trusted reference label or answer used for evaluation, which may itself contain uncertainty or annotation error
“The team compared model output with human-reviewed reference answers and audited disputed labels.”

recording the flow of execution and data through a complex system
“Tracing showed exactly which retrieval step failed.”

the frequency with which a model generates incorrect information
“The goal is to minimize the hallucination rate.”

a standardized test used to compare performance
“MMLU is a popular benchmark for general knowledge.”

a hand-verified set of examples used as the standard for judging model output
“Every release is scored against the golden dataset before it ships.”

an explicit scoring guide that turns judgment into repeatable criteria
“The judge model grades each answer against a five-point rubric.”

the probability that at least one of k sampled attempts is correct
“The coding model hit 90% pass@10 but only 55% pass@1.”

gradual change in inputs or behavior that quietly erodes performance
“Monitoring caught the drift when user queries shifted to a new product line.”

systematically reading failures to find the patterns worth fixing
“Error analysis showed half the misses came from date formats.”

a measure of how surprised a model is by text; lower means better prediction
“Perplexity fell steadily as pre-training progressed.”

when models max out a test so it can no longer tell them apart
“Benchmark saturation forced the lab to commission a harder eval.”

the degree to which a system's inner behavior can be inferred from what it emits
“Tracing gave the pipeline enough observability to find the slow retrieval step.”

a judge's tendency to score longer answers higher regardless of quality
“Controlling for verbosity bias flipped the leaderboard.”
Explore other vocabulary categories in this collection.