AI & Agent Evaluation
3,138total visitsadmin
reading room / notes / ai eval

Reading room

Short summaries of AI and agent evaluation research, organized by broad tags.

$ evals.index --public
category: ai eval
posts: 5
mode: short summaries
storage: postgres
status: listening
ai eval (43)ai engineering (28)
Sort by source dateLatest firstEarliest first

Filtering by rubrics. Clear filter.

Two-Level Meta-Rubrics for Open-Ended Generation: GAMUT

benchmark paper · source date 2026-07-21 · 0 comments · original

1. Problems / challenges / motivations - Factuality work overwhelmingly measures precision (is what was said true?) and neglects completeness (was anything important left out?). - Rich structured rubrics are hard for an LLM judge to apply consistently. - Rubric-based scores often move when you swap the judge model, which makes them hard to trust. 2. Key...

Inside the Unfair Judge: Mechanistic Interpretability of LLM-as-Judge Bias

arXiv paper · source date 2026-07-13 · 0 comments · original

1. Problems / challenges / motivations - LLM-judge bias is well documented at the input-output level (position bias, verbosity bias, self-preference) but not explained mechanistically. - Debiasing is therefore trial-and-error prompt engineering. - There is no way to predict in advance whether a judge will fail on a new benchmark. 2. Key ideas - Judge...

Quantifying the Salience of Geo-Cultural Values for Pluralistic Safety Alignment

peer-reviewed paper · source date 2026-07-10 · 0 comments · original

1. Problems / challenges / motivations - Safety evaluation ultimately rests on human ratings, and the composition of the rater pool is rarely treated as a measurement parameter. - Teams increasingly substitute LLM raters for humans to cut cost, assuming the substitution is roughly lossless. - If both assumptions fail, safety scores measure the rater pool as...

Before You Ship Your Agent: A Five-Step Path to Evaluations You Can Trust

engineering blog · source date 2026-07-08 · 0 comments · original

1. Problems / challenges / motivations - Teams adopt LLM judges to scale agent evaluation and then never check whether the judge itself is reliable. - Observability research tends to land as separate studies rather than one usable path. - "Ship when evals look good" needs an actual gating mechanism to mean anything. 2. Key ideas - Rolls up five Microsoft...

ResearchGate — From Holistic Evaluation to Structured Criteria: A Survey of Rubrics Across the Evolving LLM Landscape

preprint · source date 2026-05-31 · 0 comments · original

1. Problems / challenges / motivations - As LLMs move from task-specific systems toward open-ended agents, one scalar score is often too opaque. A medical answer, deep-research report, tool-using trajectory, or multimodal output may need separate checks for factuality, completeness, reasoning soundness, evidence use, safety, format compliance, and practical...