A curated list of rubrics, checklists, criteria sets, principles, and scoring guides used to score, rank, verify, filter, or train modern generative models.
5
32 commits
updated Aug 30, 2026
A curated collection of papers, datasets, benchmarks, and code for rubric rewards: rubrics, checklists, criteria sets, principles, constitutions, and scoring guides used to score, rank, verify, filter, or train modern generative models.
Rubric reward = an explicit, decomposed, human-readable set of criteria applied to a model output to produce a reward, a preference label, or a quality score. Three properties separate it from an ordinary reward model: the criteria are written down rather than latent in weights, decomposed into many items rather than collapsed to one scalar, and inspectable so a person can read, audit, and edit them.
The organizing idea: rubrics turn open-ended objectives into inspectable reward specifications. RLVR works wherever a checker already exists — a unit test, a math answer key. Rubrics supply an auditable proxy where none did, which is what makes RL tractable for writing, medicine, law, research, dialogue, and open-ended agentic work. The proxy is not a guarantee: its validity depends on whether the criteria capture the intended construct, whether the judge applies them faithfully, and whether the policy exploits what they omit. Every entry here is either building that specification, using it as a reward, measuring whether it holds, or documenting how it breaks.
This list deliberately ignores two distinctions the surrounding literature treats as important. Reward model versus verifier is not a boundary here — a learned rubric-conditioned reward model, an LLM judge reading a checklist, and a programmatic grader running assertions are three implementations of one idea. Text versus everything else is not a boundary either: criteria-decomposed rewards for image, video, audio, 3D, embodied, and GUI agents are first-class.
The scope is the foundation-model era. Single-scalar preference scorers, classical RL reward shaping, and pre-LLM assessment theory appear only in Foundations, as background for why the modern work looks the way it does.
The field splits into four partially overlapping camps:
New to the area? Read Start Here. Picking a method or benchmark? Jump to Quick Start by Goal.
| Goal | Start with | Then read |
|---|---|---|
| New to the area | Rubrics as Rewards, Reinforcement Learning with Rubric Anchors | Checklists Are Better Than Reward Models, From Holistic Evaluation to Structured Criteria |
| Training a policy with rubric rewards | Rubrics as Rewards, Breaking the Exploration Bottleneck | Focal Reward, PAPO, Not Every Rubric Teaches Equally |
| Generating rubrics automatically | OpenRubrics, Auto-Rubric | Rethinking Rubric Generation, Online Rubrics Elicitation |
| Building a rubric-conditioned reward model | Robust Reward Modeling via Causal Rubrics, RM-R1 | C2, Prometheus |
| Worried about reward hacking | Reward Hacking in Rubric-Based RL, Rubrics as an Attack Surface | RIFT, Reinforcement Learning with Robust Rubric Rewards |
| Working on image or video generation | VisionReward, RubricRL | AutoRubric-T2I, DeltaRubric, Omni-RRM |
| Working on agents or computer use | Agentic Rubrics as Contextual Verifiers, CM2 | ARCO, SeekJudge, The Art of Building Verifiers |
| Evaluating with rubrics | HealthBench, PaperBench | ProfBench, RubricEval, PReMISE |
The fastest reading path through the area:
Many papers fit multiple categories. The tables below are for orientation, not strict partitioning.
| Origin | Typical papers |
|---|---|
| Human- or expert-authored | Rubric Anchors, HealthBench, PRBench (Professional Reasoning), ComplexConstraints |
| Model-generated, task-level | RubricHub, ARES, OptimSyn |
| Model-generated, instance-specific | Qworld, WritingBench, TICK, DyCoRM |
| Contrastively mined from preferences | OpenRubrics, CDRRM, Auto-Rubric, C2 |
| Self-generated by the policy | Self-Rewarding Rubric-Based RL, Think-with-Rubrics, EvoRubric |
| Spec-, policy-, or constitution-derived | Constitutional AI, Deliberative Alignment, Rule Based Rewards |
| Reference- or evidence-derived | DEEPRUBRIC, RefGrader, RubricRAG |
| Applier | Typical papers |
|---|---|
| LLM or VLM judge | Prometheus, G-Eval, MLLM-as-a-Judge |
| Trained rubric-conditioned reward model | Robust Reward Modeling via Causal Rubrics, C2 |
| Process reward model, step-level | Step-wise Rubric Rewards, Dynamic and Generalizable PRM, VisualPRM |
| Programmatic verifier or rule engine | Rule Based Rewards, IFEval, TRON |
| Agentic evaluator dispatching tools | VISTA, SeekJudge, VideoWeaver, VideoArgus |
| Hybrid routing across the above | RLR3, SCRIBE, StitchCUDA, AsymmetryZero |
A separate axis from the applier — the same judge can read a candidate alone, a reference, retrieved sources, or live environment state.
| Evidence | Typical papers |
|---|---|
| Candidate output alone | Rubrics as Rewards, Checklists Are Better Than Reward Models |
| Reference answer or source text | From Rubrics to Reliable Scores, LLM-Rubric |
| Retrieved external evidence | ARBOR, DR Tulu |
| Environment or execution state | OpenComputer, MCP-Universe, Interactive Reward Agent |
| Geometry, physics, or sensor signal | VIGOR, PhyGround, CamVerse |
| Aggregation | Typical papers |
|---|---|
| Binary checklist fraction | Checklists Are Better Than Reward Models, CM2, GAMUT |
| Point-weighted sum | Rubrics as Rewards, HealthBench |
| Learned aggregator or expert gate | ArmoRM, MJ-VIDEO |
| Dynamic or policy-aware reweighting | Not Every Rubric Teaches Equally, Focal Reward, Learning What Matters |
| Pairwise with criteria | Open Rubric System, DyCoRM, CriterAlign |
| Hierarchical or tree-structured | Legal Issue Tree Rubrics, QUEST, DEEPRUBRIC |
| Explicitly non-scalarized | Alternating RL with Contextual Rubric Rewards, Probabilistic Graphical Reward Aggregation |
| Modality | Typical papers |
|---|---|
| Text | the bulk of this list |
| Image generation | RubricRL, AutoRubric-T2I, SpatialReward |
| Video | VisionReward, Claim-Level Rubric Rewards |
| Audio and music | Evolving Rubrics for Audio Reasoning, AnyAudio-Judge, PrismAudio |
| 3D | CREward, 3DGen-Bench |
| GUI and computer use | SeekJudge, OSReward, CUARewardBench |
| Embodied and robotic | Robo-Dopamine, RoboAlign-R1 |
The papers below are the fastest way to get a working mental model of the field.
Background rather than subject matter. These explain why modern rubric rewards look the way they do; they are not themselves rubric-reward work.
Where the word comes from. Analytic versus holistic rubrics, inter-rater reliability, and automated scoring long predate this literature and anticipate several of its findings.
The immediate ancestors of criteria-decomposed visual rewards. A single learned scalar is the opposite of a rubric, which is exactly why the field moved past them.
The heart of the list: work where a rubric produces the training signal.
Note the naming hazard: EvoRubric, EvoRubrics, and EvoLM are three different papers with near-identical framing.
Where criteria come from is its own research problem. The four-way split below follows the survey.
Structurally rubrics under different names.
Scorers that consume or emit criteria. A reward model with several heads, or one that lands credit at token level, is not in scope here just for being fine-grained — granularity in where reward lands is not explicitness about what standard is applied. For general and dense reward models see Adjacent collections.
Reward-model versus verifier is not a boundary this list observes. What matters is whether the target is expressed as inspectable criteria — a program running several named predicates, acceptance conditions, or partial-credit rules. A monolithic correctness check (answer equals reference, proof checks, tests pass) is verification but not a rubric, and lives in the RLVR lists under Adjacent collections.
Step-level scoring alone does not qualify — a binary "this step is correct" label is not a criteria set. Entries here carry an explicit criteria tree, error taxonomy, checklist, or independently weighted process components. General PRM literature is in Adjacent collections.
The substrate rubric rewards are built on. Kept deliberately compact relative to its literature; for depth see the dedicated lists under Adjacent collections.
Criteria-decomposed rewards outside text. For single-scalar visual preference scorers see Foundations.
Three parallel lineages independently invented "decompose the prompt into checkable criteria."
Question-answering family
Object-detection checklist family
Reasoning family
Judging whether a generated video follows its prompt and stays self-consistent is a first-class use case for this list. Entries here are the criteria-decomposed cut — multi-dimensional, checklist, or claim-level scoring — as distinct from single-scalar video preference scorers.
An emerging area: one 2020 anchor, then almost everything from late 2025 onward.
The densest 2026 area. Verification mechanisms here — environment-state probing, milestone rewards, executable checkers — are architecturally distinct from text judging.
Whether criteria-based judging is reliable at all.
Three strata cut across domain: expert-authored criteria written once by specialists, dynamically generated criteria synthesized per query at evaluation time, and meta-evaluation of whether criteria-based judging works at all.
| Name | Year | Domain | What the criteria grade |
|---|---|---|---|
| HealthBench | 2025 | Medical dialogue | Physician-written weighted criteria per conversation |
| HealthBench Professional | 2026 | Clinical chat | Rubric grading of real clinician-authored transcripts |
| ClinConsensus | 2026 | Chinese medical QA | Physician-calibrated criteria coverage |
| Rethinking Evidence Hierarchies | 2025 | Medical dialogue | Critique of the evidence hierarchy behind physician criteria |
| HealthBench in Action | 2025 | Clinical queries | Physician-rubric grading applied to a deployed assistant |
| From Feedback to Checklists | 2025 | Clinical notes | Checklists derived from aggregated physician feedback |
| LiveMedBench | 2026 | Medical QA | Automated criteria over contamination-free live cases |
| MedDialogRubrics | 2026 | Medical consultation | Clinician-refined criteria over synthetic multi-turn cases |
| QuarkMedBench | 2026 | Medical QA | Per-query criteria from multi-model consensus, hierarchically weighted |
| PanCanBench | 2026 | Oncology QA | Question-specific expert criteria over real patient questions |
| Med-RewardBench | 2025 | Medical multimodal | Six clinically critical dimensions over expert cases |
| GAPS | 2025 | Clinical QA | Agent-synthesized guideline-anchored criteria, ensemble-judged |
| PaperBench | 2025 | Research replication | Hierarchical criteria decomposing paper reproduction |
| ReviewBench / ReviewGrounder | 2026 | Scientific peer review | Paper-specific criteria instantiated from official guidelines, submissions, and human reviews |
| SWE Atlas | 2026 | Agentic coding | Code quality and design beyond issue resolution |
| Harness-IF | 2026 | Coding agents | Per-rule execution evidence across configurable instruction surfaces |
| WebDevJudge | 2025 | Web development | Structured query-grounded criteria as judge ground truth |
| OSWorld | 2024 | Computer use | Per-task verifiable criteria with partial credit |
| DeepResearch Bench | 2025 | Research reports | Report quality and citation accuracy criteria |
| DeepResearch Bench II | 2026 | Research reports | Binary criteria from expert investigative articles |
| ResearchRubrics | 2025 | Deep research | Expert-written criteria measuring rubric adherence |
| ResearchQA | 2025 | Scholarly QA | Survey-mined criteria on citations, explanations, limitations |
| DEER | 2025 | Expert reports | Fine-grained criteria under a multi-dimension taxonomy |
| ResearcherBench | 2025 | Deep research | Expert-designed criteria plus factual and citation checks |
| Dr. Bench | 2025 | Deep research | Semantic quality, topical focus, retrieval trustworthiness |
| DRACO | 2026 | Cross-domain research | Task-specific criteria on accuracy, completeness, presentation, citations |
| MiroEval | 2026 | Multimodal research | Per-query criteria plus atomic-claim factuality |
| Expert Consulting Benchmark | 2026 | Consulting | Deterministic verifiers plus an expert criterion set |
| ProfBench | 2025 | Professional reasoning | Criteria requiring expertise to answer and to grade |
| UpBench | 2025 | Real labor-market tasks | Expert-decomposed acceptance criteria with per-criterion feedback |
| FrontierScience | 2026 | Expert science tasks | Granular criteria grading the process, not just final answers |
| GIM | 2026 | Cross-domain integration | Rubric-decomposed scoring, several independently judged criteria per item |
| COMPOSITE-Stem | 2026 | Doctoral STEM | Criterion-based rubrics with an LLM-jury protocol beside exact match |
| PRBench (Professional Reasoning) | 2025 | Legal and finance | Large expert-authored criteria sets |
| GreekBarBench | 2025 | Legal (Greek bar) | Three-dimensional scoring rubric with span-based grounding |
| oab-bench | 2025 | Legal (Brazilian bar) | The same evaluation guidelines human examiners apply |
| LLMEval-Med | 2025 | Clinical scenarios | Expert checklists inside a physician-refined judge pipeline |
| $OneMillion-Bench | 2026 | Multi-domain expert | Accuracy, coherence, professional compliance |
| PLawBench | 2026 | Legal practice | Expert-designed criteria across legal scenarios |
| LexRubric | 2026 | Legal tasks | Atomic criteria under a six-dimensional framework |
| Magis-Bench | 2026 | Legal reasoning | Criteria-based magistrate-level grading |
| Legal Issue Tree Rubrics | 2025 | Legal traces | Tree-structured criteria for issue-spotting |
| FinResearchBench II | 2026 | Financial reports | Consensus-derived gold criteria |
| FinProBench | 2026 | Financial agents | Role-grounded criteria synthesized from professional deliverables |
| WritingBench | 2025 | Generative writing | Query-specific dynamic criteria via a critic model |
| Benchmarking LLM-as-a-Judge for Long-Form Output Evaluation | 2026 | Long-form output | Meta-eval of judge reliability on document-length text |
| HelloBench | 2024 | Long text | Hierarchical checklist across five task types |
| DeepSynth-Eval | 2026 | Survey writing | Factual-coverage plus structural-constraint checklists |
| MoReBench | 2025 | Moral reasoning | Pluralistic criteria on the reasoning process |
| FLASK | 2023 | General alignment | Per-skill ratings across alignment competencies |
| BiGGen Bench | 2024 | General | Per-instance criteria across many capabilities |
| LMUnit | 2024 | General | Natural-language criteria as pass/fail unit tests |
| IFEval | 2023 | Instructions | Programmatically verifiable constraints |
| InFoBench | 2024 | Instructions | Per-instruction yes/no decomposition |
| FollowBench | 2023 | Instructions | Multi-level constraint difficulty ladder |
| M-IFEval | 2025 | Multilingual instructions | Verifiable constraints in three languages |
| CoDI-Eval | 2024 | Controllable generation | Explicit constraint attributes graded automatically for compliance |
| XIFBench | 2025 | Multilingual instructions | Categorized content, style, format, and numerical constraints |
| SIFo | 2024 | Sequential instructions | Final-step verification of an instruction chain |
| LLMBar | 2023 | Judge meta-eval | Judge accuracy on instruction-following pairs |
| RewardBench | 2024 | Reward models | Chosen-rejected accuracy across categories |
| RewardBench 2 | 2025 | Reward models | Harder best-of-N-style discrimination |
| JudgeBench | 2024 | Judges | Objectively verifiable correctness pairs |
| RM-Bench | 2024 | Reward models | Subtle content edits versus stylistic bias |
| IF-RewardBench | 2026 | Judges | Preference-graph instruction-following ranking |
| MCJudgeBench | 2026 | Judges (instructions) | Per-constraint gold labels over multi-constraint instructions |
| UEval | 2026 | Unified multimodal generation | Human-validated per-question criteria for image and text output |
| PerceptionRubrics | 2026 | Multimodal perception | Mandatory visual facts and fine-grained details with gated penalties |
| XpertBench | 2026 | Expert tasks | Granular per-task criteria under a dedicated judge |
| JobBench | 2026 | Delegated work | Chained all-or-nothing criteria |
| Long-Horizon-Terminal-Bench | 2026 | Terminal agents | Subtask-level partial-credit grading |
| TRAJECT-Bench | 2025 | Tool use | Step-by-step trajectory diagnosis |
| MCP-Universe | 2025 | Tool use | Execution-based evaluators against live servers |
| ASTRA-bench | 2026 | Tool use | Personal-context-aware planning criteria |
| AgentBoard | 2024 | Multi-turn agents | Fine-grained subgoal-completion progress |
| MultiChallenge | 2025 | Multi-turn chat | Four per-turn challenge categories |
| PresentBench | 2026 | Slide generation | Binary checklist items on content and layout |
| GDP.pdf | 2026 | Professional PDF QA | A rubric of atomic criteria reported beside strict pass rates |
| TechImage-Bench | 2025 | Technical images | Binary criteria mined from textbooks |
| Video-Bench | 2025 | Video generation | Multimodal judges applied across every evaluation dimension |
| EvalVerse | 2026 | Cinematic video | Expert-calibrated taxonomy following the filmmaking pipeline |
| VABench | 2025 | Audio-video generation | Fifteen dimensions spanning cross-modal similarity, sync, and lip-speech |
| MSAVBench | 2026 | Multi-shot audio-video | Video, audio, shot, and reference dimensions with instance-wise rubrics |
| VEFX-Bench | 2026 | Video editing and VFX | Instruction following, rendering quality, edit exclusivity scored separately |
| Apple-pi | 2026 | Physical reasoning video | Perception, formulation, and deduction stages scored separately |
| VideoScience-Bench | 2025 | Scientific video | Five physics- and chemistry-grounded consistency dimensions |
| AV-Phys Bench | 2026 | Audio-video physics | Five semantic and physical-commonsense dimensions across both modalities |
| AIGVE-Bench | 2025 | Video generation | Nine critical quality dimensions under a five-category method taxonomy |
| WorldScore | 2025 | World generation | Controllability, quality, and dynamics across 3D, 4D, and video |
| Stable Cinemetrics | 2025 | Professional video | Seventy-six filmmaking control nodes scored by auto-generated questions |
| AVGen-Bench | 2026 | Text-to-audio-video | Aesthetics separated from fine-grained semantic controllability per task |
| AIGVE-60K | 2025 | Video generation | Twenty fine-grained task dimensions with paired opinion and QA labels |
| T2VEval-Bench | 2025 | Text-to-video | Overall impression, text consistency, realness, and technical quality |
| TDVE-DB | 2025 | Text-driven video editing | Edited quality, editing alignment, and structural consistency rated separately |
| VideoPhy-2 | 2025 | Action-centric physics | Semantic adherence, physical commonsense, and physical-rule grounding |
| Physion-Eval | 2026 | Physical realism | Expert reasoning traces localizing twenty-two named physical-failure categories |
| TiViBench | 2025 | Image-to-video reasoning | Structural, spatial, symbolic, and action-planning reasoning dimensions |
| SafeGen-Bench | 2026 | Video safety | Ten malicious categories spanning risky temporal sequences and behaviors |
| T2VPhysBench | 2025 | Text-to-video physics | Twelve enumerated physical laws each scored separately by humans |
| VideoVerse | 2025 | World-model video | Ten per-prompt dimensions targeting event-level temporal causality |
| IVEBench | 2025 | Instruction-guided video editing | Video quality, instruction compliance, and video fidelity |
| LoCoT2V-Bench | 2025 | Long-form text-to-video | Five dimensions including a human-expectation realization degree |
| V-ReasonBench | 2025 | Video generation reasoning | Structured, spatial, pattern-based, and physical reasoning scored apart |
| RULER-Bench | 2025 | Rule-based video reasoning | Per-video checklists spanning six cognitive rule categories |
| VIPER | 2025 | Generative video reasoning | Hierarchical rubric grading intermediate frame-reasoning validity |
| WorldBench | 2026 | World-model physics | One isolated physical concept per diagnostic test |
| UniEditBench | 2026 | Image and video editing | Structural fidelity, text alignment, background consistency, and naturalness |
| WorldMark | 2026 | Interactive video world models | Direction accuracy, purity, response latency, and motion stability |
| BRITE | 2026 | Implausible-scenario video | Human-verified question-answer criteria covering audio-visual consistency |
| Edit-Compass | 2026 | Image editing | Structured-reasoning scoring rubrics across progressively harder editing categories |
| LongAV-Compass | 2026 | Minute-scale audio-visual | Within-segment quality, cross-segment consistency, and narrative coherence |
| DirectorBench | 2026 | Long-form video generation | Forty checkpoint criteria across script, visual, audio, and stability |
| CoVEBench | 2026 | Complex video editing | Checklist items covering requested edits and preservation constraints |
| MultiRef-Compass | 2026 | Multi-reference audio-video | Four dimensions decomposed into fourteen auditable sub-metrics |
| CultureVidBench | 2026 | Cultural text-to-video | Fourteen cultural aspects scored for faithfulness and rendering |
| WorldExam | 2026 | Video world models | Visual quality, control adherence, spatial consistency, and world reactivity |
| OmniEdit-Bench | 2026 | Instruction-based video editing | Preservation, realism, and consistency gated on edit accuracy |
| RAVEN-Eval | 2026 | Video generation | Task-specific rubrics for pairwise video-model preference judgments |
| Sci-VBench | 2026 | Scientific video generation | Per-example scientific causality, prompt grounding, spatiotemporal consistency, and perceptual fidelity |
| GAUGE | 2026 | Physical fidelity | Task-specific physical observables calibrated from real-world trajectories |
| Mind2Web 2 | 2025 | Agentic search | Tree-structured per-task rubrics grading correctness and source attribution |
| FinResearchBench | 2025 | Financial research agents | Extracted logic trees of the research outcome per task type |
| UniGenBench++ | 2025 | Text-to-image semantics | Ten primary and twenty-seven sub-criteria over bilingual prompt themes |
| T2AV-Compass | 2025 | Text-to-audio-video | Signal-level video, audio, and cross-modal scores plus judged instruction following |
| AJ-Bench | 2026 | Agent-as-a-judge | Judge information acquisition, state verification, and process verification |
| ICE-Bench | 2025 | Image creation and editing | Six dimensions from aesthetics to controllability across thirty-one tasks |
| EdiVal-Agent | 2025 | Multi-turn image editing | Instruction following, content consistency, and visual quality per turn |
| VinaBench | 2025 | Visual narratives | Annotated commonsense and discourse constraints for faithfulness and consistency |
| DEVIL | 2024 | Text-to-video dynamics | Dynamics range, controllability, and dynamics-based quality scored separately |
| DynamicEval | 2025 | Dynamic-camera text-to-video | Background scene consistency and foreground object consistency measured separately |
| ViDiC | 2025 | Video difference captioning | Dual similarity and difference checklists across seven comparison categories |
| SVBench | 2025 | Social reasoning in video | Five interpretable social-reasoning dimensions over thirty psychology paradigms |
| MechVerse | 2026 | Mechanical motion in video | Part identity, motion primitive, and inter-part coupling constraints per clip |
| BlueFin | 2026 | Financial spreadsheet agents | Expert-validated granular rubric criteria per task, graded by a judge |
| GAUGE (Financial Models) | 2026 | Financial spreadsheet agents | Auditable facets plus validity gates calibrated against analyst workbooks |
| V2V-Bench | 2026 | Video-to-video generation | Eleven dimensions across temporal alignment, structural fidelity, and semantic alignment |
| StrongREJECT | 2024 | Safety | Detailed harmfulness rubric for jailbreak responses |
| Claw-Eval | 2026 | Autonomous agents | Trajectory-aware safety and robustness criteria |
| RefGrader | 2025 | Math proofs | Problem-specific criteria for partial credit |
| Beyond Score Prediction | 2026 | Essay feedback | Binary criteria grading feedback quality |
| LiveCodeBench Pro | 2025 | Competitive programming | Olympiad-medalist expert judgment |
| SCRuB | 2026 | Social concept reasoning | Five critical-thinking dimensions comparing model against expert responses |
| Name | Year | What it contains |
|---|---|---|
| Feedback Collection / Prometheus | 2023 | Customized score rubrics with graded responses for evaluator training |
| [EditHF-1M](https://arxi |
Truncated — view the full README on GitHub.
32 commits
A curated list of rubrics, checklists, criteria sets, principles, and scoring guides used to score, rank, verify, filter, or train modern generative models.
5
32 commits
updated Aug 30, 2026
A curated collection of papers, datasets, benchmarks, and code for rubric rewards: rubrics, checklists, criteria sets, principles, constitutions, and scoring guides used to score, rank, verify, filter, or train modern generative models.
Rubric reward = an explicit, decomposed, human-readable set of criteria applied to a model output to produce a reward, a preference label, or a quality score. Three properties separate it from an ordinary reward model: the criteria are written down rather than latent in weights, decomposed into many items rather than collapsed to one scalar, and inspectable so a person can read, audit, and edit them.
The organizing idea: rubrics turn open-ended objectives into inspectable reward specifications. RLVR works wherever a checker already exists — a unit test, a math answer key. Rubrics supply an auditable proxy where none did, which is what makes RL tractable for writing, medicine, law, research, dialogue, and open-ended agentic work. The proxy is not a guarantee: its validity depends on whether the criteria capture the intended construct, whether the judge applies them faithfully, and whether the policy exploits what they omit. Every entry here is either building that specification, using it as a reward, measuring whether it holds, or documenting how it breaks.
This list deliberately ignores two distinctions the surrounding literature treats as important. Reward model versus verifier is not a boundary here — a learned rubric-conditioned reward model, an LLM judge reading a checklist, and a programmatic grader running assertions are three implementations of one idea. Text versus everything else is not a boundary either: criteria-decomposed rewards for image, video, audio, 3D, embodied, and GUI agents are first-class.
The scope is the foundation-model era. Single-scalar preference scorers, classical RL reward shaping, and pre-LLM assessment theory appear only in Foundations, as background for why the modern work looks the way it does.
The field splits into four partially overlapping camps:
New to the area? Read Start Here. Picking a method or benchmark? Jump to Quick Start by Goal.
| Goal | Start with | Then read |
|---|---|---|
| New to the area | Rubrics as Rewards, Reinforcement Learning with Rubric Anchors | Checklists Are Better Than Reward Models, From Holistic Evaluation to Structured Criteria |
| Training a policy with rubric rewards | Rubrics as Rewards, Breaking the Exploration Bottleneck | Focal Reward, PAPO, Not Every Rubric Teaches Equally |
| Generating rubrics automatically | OpenRubrics, Auto-Rubric | Rethinking Rubric Generation, Online Rubrics Elicitation |
| Building a rubric-conditioned reward model | Robust Reward Modeling via Causal Rubrics, RM-R1 | C2, Prometheus |
| Worried about reward hacking | Reward Hacking in Rubric-Based RL, Rubrics as an Attack Surface | RIFT, Reinforcement Learning with Robust Rubric Rewards |
| Working on image or video generation | VisionReward, RubricRL | AutoRubric-T2I, DeltaRubric, Omni-RRM |
| Working on agents or computer use | Agentic Rubrics as Contextual Verifiers, CM2 | ARCO, SeekJudge, The Art of Building Verifiers |
| Evaluating with rubrics | HealthBench, PaperBench | ProfBench, RubricEval, PReMISE |
The fastest reading path through the area:
Many papers fit multiple categories. The tables below are for orientation, not strict partitioning.
| Origin | Typical papers |
|---|---|
| Human- or expert-authored | Rubric Anchors, HealthBench, PRBench (Professional Reasoning), ComplexConstraints |
| Model-generated, task-level | RubricHub, ARES, OptimSyn |
| Model-generated, instance-specific | Qworld, WritingBench, TICK, DyCoRM |
| Contrastively mined from preferences | OpenRubrics, CDRRM, Auto-Rubric, C2 |
| Self-generated by the policy | Self-Rewarding Rubric-Based RL, Think-with-Rubrics, EvoRubric |
| Spec-, policy-, or constitution-derived | Constitutional AI, Deliberative Alignment, Rule Based Rewards |
| Reference- or evidence-derived | DEEPRUBRIC, RefGrader, RubricRAG |
| Applier | Typical papers |
|---|---|
| LLM or VLM judge | Prometheus, G-Eval, MLLM-as-a-Judge |
| Trained rubric-conditioned reward model | Robust Reward Modeling via Causal Rubrics, C2 |
| Process reward model, step-level | Step-wise Rubric Rewards, Dynamic and Generalizable PRM, VisualPRM |
| Programmatic verifier or rule engine | Rule Based Rewards, IFEval, TRON |
| Agentic evaluator dispatching tools | VISTA, SeekJudge, VideoWeaver, VideoArgus |
| Hybrid routing across the above | RLR3, SCRIBE, StitchCUDA, AsymmetryZero |
A separate axis from the applier — the same judge can read a candidate alone, a reference, retrieved sources, or live environment state.
| Evidence | Typical papers |
|---|---|
| Candidate output alone | Rubrics as Rewards, Checklists Are Better Than Reward Models |
| Reference answer or source text | From Rubrics to Reliable Scores, LLM-Rubric |
| Retrieved external evidence | ARBOR, DR Tulu |
| Environment or execution state | OpenComputer, MCP-Universe, Interactive Reward Agent |
| Geometry, physics, or sensor signal | VIGOR, PhyGround, CamVerse |
| Aggregation | Typical papers |
|---|---|
| Binary checklist fraction | Checklists Are Better Than Reward Models, CM2, GAMUT |
| Point-weighted sum | Rubrics as Rewards, HealthBench |
| Learned aggregator or expert gate | ArmoRM, MJ-VIDEO |
| Dynamic or policy-aware reweighting | Not Every Rubric Teaches Equally, Focal Reward, Learning What Matters |
| Pairwise with criteria | Open Rubric System, DyCoRM, CriterAlign |
| Hierarchical or tree-structured | Legal Issue Tree Rubrics, QUEST, DEEPRUBRIC |
| Explicitly non-scalarized | Alternating RL with Contextual Rubric Rewards, Probabilistic Graphical Reward Aggregation |
| Modality | Typical papers |
|---|---|
| Text | the bulk of this list |
| Image generation | RubricRL, AutoRubric-T2I, SpatialReward |
| Video | VisionReward, Claim-Level Rubric Rewards |
| Audio and music | Evolving Rubrics for Audio Reasoning, AnyAudio-Judge, PrismAudio |
| 3D | CREward, 3DGen-Bench |
| GUI and computer use | SeekJudge, OSReward, CUARewardBench |
| Embodied and robotic | Robo-Dopamine, RoboAlign-R1 |
The papers below are the fastest way to get a working mental model of the field.
Background rather than subject matter. These explain why modern rubric rewards look the way they do; they are not themselves rubric-reward work.
Where the word comes from. Analytic versus holistic rubrics, inter-rater reliability, and automated scoring long predate this literature and anticipate several of its findings.
The immediate ancestors of criteria-decomposed visual rewards. A single learned scalar is the opposite of a rubric, which is exactly why the field moved past them.
The heart of the list: work where a rubric produces the training signal.
Note the naming hazard: EvoRubric, EvoRubrics, and EvoLM are three different papers with near-identical framing.
Where criteria come from is its own research problem. The four-way split below follows the survey.
Structurally rubrics under different names.
Scorers that consume or emit criteria. A reward model with several heads, or one that lands credit at token level, is not in scope here just for being fine-grained — granularity in where reward lands is not explicitness about what standard is applied. For general and dense reward models see Adjacent collections.
Reward-model versus verifier is not a boundary this list observes. What matters is whether the target is expressed as inspectable criteria — a program running several named predicates, acceptance conditions, or partial-credit rules. A monolithic correctness check (answer equals reference, proof checks, tests pass) is verification but not a rubric, and lives in the RLVR lists under Adjacent collections.
Step-level scoring alone does not qualify — a binary "this step is correct" label is not a criteria set. Entries here carry an explicit criteria tree, error taxonomy, checklist, or independently weighted process components. General PRM literature is in Adjacent collections.
The substrate rubric rewards are built on. Kept deliberately compact relative to its literature; for depth see the dedicated lists under Adjacent collections.
Criteria-decomposed rewards outside text. For single-scalar visual preference scorers see Foundations.
Three parallel lineages independently invented "decompose the prompt into checkable criteria."
Question-answering family
Object-detection checklist family
Reasoning family
Judging whether a generated video follows its prompt and stays self-consistent is a first-class use case for this list. Entries here are the criteria-decomposed cut — multi-dimensional, checklist, or claim-level scoring — as distinct from single-scalar video preference scorers.
An emerging area: one 2020 anchor, then almost everything from late 2025 onward.
The densest 2026 area. Verification mechanisms here — environment-state probing, milestone rewards, executable checkers — are architecturally distinct from text judging.
Whether criteria-based judging is reliable at all.
Three strata cut across domain: expert-authored criteria written once by specialists, dynamically generated criteria synthesized per query at evaluation time, and meta-evaluation of whether criteria-based judging works at all.
| Name | Year | Domain | What the criteria grade |
|---|---|---|---|
| HealthBench | 2025 | Medical dialogue | Physician-written weighted criteria per conversation |
| HealthBench Professional | 2026 | Clinical chat | Rubric grading of real clinician-authored transcripts |
| ClinConsensus | 2026 | Chinese medical QA | Physician-calibrated criteria coverage |
| Rethinking Evidence Hierarchies | 2025 | Medical dialogue | Critique of the evidence hierarchy behind physician criteria |
| HealthBench in Action | 2025 | Clinical queries | Physician-rubric grading applied to a deployed assistant |
| From Feedback to Checklists | 2025 | Clinical notes | Checklists derived from aggregated physician feedback |
| LiveMedBench | 2026 | Medical QA | Automated criteria over contamination-free live cases |
| MedDialogRubrics | 2026 | Medical consultation | Clinician-refined criteria over synthetic multi-turn cases |
| QuarkMedBench | 2026 | Medical QA | Per-query criteria from multi-model consensus, hierarchically weighted |
| PanCanBench | 2026 | Oncology QA | Question-specific expert criteria over real patient questions |
| Med-RewardBench | 2025 | Medical multimodal | Six clinically critical dimensions over expert cases |
| GAPS | 2025 | Clinical QA | Agent-synthesized guideline-anchored criteria, ensemble-judged |
| PaperBench | 2025 | Research replication | Hierarchical criteria decomposing paper reproduction |
| ReviewBench / ReviewGrounder | 2026 | Scientific peer review | Paper-specific criteria instantiated from official guidelines, submissions, and human reviews |
| SWE Atlas | 2026 | Agentic coding | Code quality and design beyond issue resolution |
| Harness-IF | 2026 | Coding agents | Per-rule execution evidence across configurable instruction surfaces |
| WebDevJudge | 2025 | Web development | Structured query-grounded criteria as judge ground truth |
| OSWorld | 2024 | Computer use | Per-task verifiable criteria with partial credit |
| DeepResearch Bench | 2025 | Research reports | Report quality and citation accuracy criteria |
| DeepResearch Bench II | 2026 | Research reports | Binary criteria from expert investigative articles |
| ResearchRubrics | 2025 | Deep research | Expert-written criteria measuring rubric adherence |
| ResearchQA | 2025 | Scholarly QA | Survey-mined criteria on citations, explanations, limitations |
| DEER | 2025 | Expert reports | Fine-grained criteria under a multi-dimension taxonomy |
| ResearcherBench | 2025 | Deep research | Expert-designed criteria plus factual and citation checks |
| Dr. Bench | 2025 | Deep research | Semantic quality, topical focus, retrieval trustworthiness |
| DRACO | 2026 | Cross-domain research | Task-specific criteria on accuracy, completeness, presentation, citations |
| MiroEval | 2026 | Multimodal research | Per-query criteria plus atomic-claim factuality |
| Expert Consulting Benchmark | 2026 | Consulting | Deterministic verifiers plus an expert criterion set |
| ProfBench | 2025 | Professional reasoning | Criteria requiring expertise to answer and to grade |
| UpBench | 2025 | Real labor-market tasks | Expert-decomposed acceptance criteria with per-criterion feedback |
| FrontierScience | 2026 | Expert science tasks | Granular criteria grading the process, not just final answers |
| GIM | 2026 | Cross-domain integration | Rubric-decomposed scoring, several independently judged criteria per item |
| COMPOSITE-Stem | 2026 | Doctoral STEM | Criterion-based rubrics with an LLM-jury protocol beside exact match |
| PRBench (Professional Reasoning) | 2025 | Legal and finance | Large expert-authored criteria sets |
| GreekBarBench | 2025 | Legal (Greek bar) | Three-dimensional scoring rubric with span-based grounding |
| oab-bench | 2025 | Legal (Brazilian bar) | The same evaluation guidelines human examiners apply |
| LLMEval-Med | 2025 | Clinical scenarios | Expert checklists inside a physician-refined judge pipeline |
| $OneMillion-Bench | 2026 | Multi-domain expert | Accuracy, coherence, professional compliance |
| PLawBench | 2026 | Legal practice | Expert-designed criteria across legal scenarios |
| LexRubric | 2026 | Legal tasks | Atomic criteria under a six-dimensional framework |
| Magis-Bench | 2026 | Legal reasoning | Criteria-based magistrate-level grading |
| Legal Issue Tree Rubrics | 2025 | Legal traces | Tree-structured criteria for issue-spotting |
| FinResearchBench II | 2026 | Financial reports | Consensus-derived gold criteria |
| FinProBench | 2026 | Financial agents | Role-grounded criteria synthesized from professional deliverables |
| WritingBench | 2025 | Generative writing | Query-specific dynamic criteria via a critic model |
| Benchmarking LLM-as-a-Judge for Long-Form Output Evaluation | 2026 | Long-form output | Meta-eval of judge reliability on document-length text |
| HelloBench | 2024 | Long text | Hierarchical checklist across five task types |
| DeepSynth-Eval | 2026 | Survey writing | Factual-coverage plus structural-constraint checklists |
| MoReBench | 2025 | Moral reasoning | Pluralistic criteria on the reasoning process |
| FLASK | 2023 | General alignment | Per-skill ratings across alignment competencies |
| BiGGen Bench | 2024 | General | Per-instance criteria across many capabilities |
| LMUnit | 2024 | General | Natural-language criteria as pass/fail unit tests |
| IFEval | 2023 | Instructions | Programmatically verifiable constraints |
| InFoBench | 2024 | Instructions | Per-instruction yes/no decomposition |
| FollowBench | 2023 | Instructions | Multi-level constraint difficulty ladder |
| M-IFEval | 2025 | Multilingual instructions | Verifiable constraints in three languages |
| CoDI-Eval | 2024 | Controllable generation | Explicit constraint attributes graded automatically for compliance |
| XIFBench | 2025 | Multilingual instructions | Categorized content, style, format, and numerical constraints |
| SIFo | 2024 | Sequential instructions | Final-step verification of an instruction chain |
| LLMBar | 2023 | Judge meta-eval | Judge accuracy on instruction-following pairs |
| RewardBench | 2024 | Reward models | Chosen-rejected accuracy across categories |
| RewardBench 2 | 2025 | Reward models | Harder best-of-N-style discrimination |
| JudgeBench | 2024 | Judges | Objectively verifiable correctness pairs |
| RM-Bench | 2024 | Reward models | Subtle content edits versus stylistic bias |
| IF-RewardBench | 2026 | Judges | Preference-graph instruction-following ranking |
| MCJudgeBench | 2026 | Judges (instructions) | Per-constraint gold labels over multi-constraint instructions |
| UEval | 2026 | Unified multimodal generation | Human-validated per-question criteria for image and text output |
| PerceptionRubrics | 2026 | Multimodal perception | Mandatory visual facts and fine-grained details with gated penalties |
| XpertBench | 2026 | Expert tasks | Granular per-task criteria under a dedicated judge |
| JobBench | 2026 | Delegated work | Chained all-or-nothing criteria |
| Long-Horizon-Terminal-Bench | 2026 | Terminal agents | Subtask-level partial-credit grading |
| TRAJECT-Bench | 2025 | Tool use | Step-by-step trajectory diagnosis |
| MCP-Universe | 2025 | Tool use | Execution-based evaluators against live servers |
| ASTRA-bench | 2026 | Tool use | Personal-context-aware planning criteria |
| AgentBoard | 2024 | Multi-turn agents | Fine-grained subgoal-completion progress |
| MultiChallenge | 2025 | Multi-turn chat | Four per-turn challenge categories |
| PresentBench | 2026 | Slide generation | Binary checklist items on content and layout |
| GDP.pdf | 2026 | Professional PDF QA | A rubric of atomic criteria reported beside strict pass rates |
| TechImage-Bench | 2025 | Technical images | Binary criteria mined from textbooks |
| Video-Bench | 2025 | Video generation | Multimodal judges applied across every evaluation dimension |
| EvalVerse | 2026 | Cinematic video | Expert-calibrated taxonomy following the filmmaking pipeline |
| VABench | 2025 | Audio-video generation | Fifteen dimensions spanning cross-modal similarity, sync, and lip-speech |
| MSAVBench | 2026 | Multi-shot audio-video | Video, audio, shot, and reference dimensions with instance-wise rubrics |
| VEFX-Bench | 2026 | Video editing and VFX | Instruction following, rendering quality, edit exclusivity scored separately |
| Apple-pi | 2026 | Physical reasoning video | Perception, formulation, and deduction stages scored separately |
| VideoScience-Bench | 2025 | Scientific video | Five physics- and chemistry-grounded consistency dimensions |
| AV-Phys Bench | 2026 | Audio-video physics | Five semantic and physical-commonsense dimensions across both modalities |
| AIGVE-Bench | 2025 | Video generation | Nine critical quality dimensions under a five-category method taxonomy |
| WorldScore | 2025 | World generation | Controllability, quality, and dynamics across 3D, 4D, and video |
| Stable Cinemetrics | 2025 | Professional video | Seventy-six filmmaking control nodes scored by auto-generated questions |
| AVGen-Bench | 2026 | Text-to-audio-video | Aesthetics separated from fine-grained semantic controllability per task |
| AIGVE-60K | 2025 | Video generation | Twenty fine-grained task dimensions with paired opinion and QA labels |
| T2VEval-Bench | 2025 | Text-to-video | Overall impression, text consistency, realness, and technical quality |
| TDVE-DB | 2025 | Text-driven video editing | Edited quality, editing alignment, and structural consistency rated separately |
| VideoPhy-2 | 2025 | Action-centric physics | Semantic adherence, physical commonsense, and physical-rule grounding |
| Physion-Eval | 2026 | Physical realism | Expert reasoning traces localizing twenty-two named physical-failure categories |
| TiViBench | 2025 | Image-to-video reasoning | Structural, spatial, symbolic, and action-planning reasoning dimensions |
| SafeGen-Bench | 2026 | Video safety | Ten malicious categories spanning risky temporal sequences and behaviors |
| T2VPhysBench | 2025 | Text-to-video physics | Twelve enumerated physical laws each scored separately by humans |
| VideoVerse | 2025 | World-model video | Ten per-prompt dimensions targeting event-level temporal causality |
| IVEBench | 2025 | Instruction-guided video editing | Video quality, instruction compliance, and video fidelity |
| LoCoT2V-Bench | 2025 | Long-form text-to-video | Five dimensions including a human-expectation realization degree |
| V-ReasonBench | 2025 | Video generation reasoning | Structured, spatial, pattern-based, and physical reasoning scored apart |
| RULER-Bench | 2025 | Rule-based video reasoning | Per-video checklists spanning six cognitive rule categories |
| VIPER | 2025 | Generative video reasoning | Hierarchical rubric grading intermediate frame-reasoning validity |
| WorldBench | 2026 | World-model physics | One isolated physical concept per diagnostic test |
| UniEditBench | 2026 | Image and video editing | Structural fidelity, text alignment, background consistency, and naturalness |
| WorldMark | 2026 | Interactive video world models | Direction accuracy, purity, response latency, and motion stability |
| BRITE | 2026 | Implausible-scenario video | Human-verified question-answer criteria covering audio-visual consistency |
| Edit-Compass | 2026 | Image editing | Structured-reasoning scoring rubrics across progressively harder editing categories |
| LongAV-Compass | 2026 | Minute-scale audio-visual | Within-segment quality, cross-segment consistency, and narrative coherence |
| DirectorBench | 2026 | Long-form video generation | Forty checkpoint criteria across script, visual, audio, and stability |
| CoVEBench | 2026 | Complex video editing | Checklist items covering requested edits and preservation constraints |
| MultiRef-Compass | 2026 | Multi-reference audio-video | Four dimensions decomposed into fourteen auditable sub-metrics |
| CultureVidBench | 2026 | Cultural text-to-video | Fourteen cultural aspects scored for faithfulness and rendering |
| WorldExam | 2026 | Video world models | Visual quality, control adherence, spatial consistency, and world reactivity |
| OmniEdit-Bench | 2026 | Instruction-based video editing | Preservation, realism, and consistency gated on edit accuracy |
| RAVEN-Eval | 2026 | Video generation | Task-specific rubrics for pairwise video-model preference judgments |
| Sci-VBench | 2026 | Scientific video generation | Per-example scientific causality, prompt grounding, spatiotemporal consistency, and perceptual fidelity |
| GAUGE | 2026 | Physical fidelity | Task-specific physical observables calibrated from real-world trajectories |
| Mind2Web 2 | 2025 | Agentic search | Tree-structured per-task rubrics grading correctness and source attribution |
| FinResearchBench | 2025 | Financial research agents | Extracted logic trees of the research outcome per task type |
| UniGenBench++ | 2025 | Text-to-image semantics | Ten primary and twenty-seven sub-criteria over bilingual prompt themes |
| T2AV-Compass | 2025 | Text-to-audio-video | Signal-level video, audio, and cross-modal scores plus judged instruction following |
| AJ-Bench | 2026 | Agent-as-a-judge | Judge information acquisition, state verification, and process verification |
| ICE-Bench | 2025 | Image creation and editing | Six dimensions from aesthetics to controllability across thirty-one tasks |
| EdiVal-Agent | 2025 | Multi-turn image editing | Instruction following, content consistency, and visual quality per turn |
| VinaBench | 2025 | Visual narratives | Annotated commonsense and discourse constraints for faithfulness and consistency |
| DEVIL | 2024 | Text-to-video dynamics | Dynamics range, controllability, and dynamics-based quality scored separately |
| DynamicEval | 2025 | Dynamic-camera text-to-video | Background scene consistency and foreground object consistency measured separately |
| ViDiC | 2025 | Video difference captioning | Dual similarity and difference checklists across seven comparison categories |
| SVBench | 2025 | Social reasoning in video | Five interpretable social-reasoning dimensions over thirty psychology paradigms |
| MechVerse | 2026 | Mechanical motion in video | Part identity, motion primitive, and inter-part coupling constraints per clip |
| BlueFin | 2026 | Financial spreadsheet agents | Expert-validated granular rubric criteria per task, graded by a judge |
| GAUGE (Financial Models) | 2026 | Financial spreadsheet agents | Auditable facets plus validity gates calibrated against analyst workbooks |
| V2V-Bench | 2026 | Video-to-video generation | Eleven dimensions across temporal alignment, structural fidelity, and semantic alignment |
| StrongREJECT | 2024 | Safety | Detailed harmfulness rubric for jailbreak responses |
| Claw-Eval | 2026 | Autonomous agents | Trajectory-aware safety and robustness criteria |
| RefGrader | 2025 | Math proofs | Problem-specific criteria for partial credit |
| Beyond Score Prediction | 2026 | Essay feedback | Binary criteria grading feedback quality |
| LiveCodeBench Pro | 2025 | Competitive programming | Olympiad-medalist expert judgment |
| SCRuB | 2026 | Social concept reasoning | Five critical-thinking dimensions comparing model against expert responses |
| Name | Year | What it contains |
|---|---|---|
| Feedback Collection / Prometheus | 2023 | Customized score rubrics with graded responses for evaluator training |
| [EditHF-1M](https://arxi |
Truncated — view the full README on GitHub.
32 commits