chrisliu298/awesome-rubric-rewards

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

See the code

README

📋 Awesome Rubric Rewards

Awesome Rubric Rewards

Entries GitHub Stars GitHub Forks Last Commit

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:

  1. Rubrics as reward signals — RL where a rubric, checklist, or criteria set produces the scalar or preference signal, especially in non-verifiable and open-ended domains.
  2. Criteria-consuming scorers — rubric-conditioned reward models, LLM-as-a-judge systems, generative and reasoning judges, process reward models, and programmatic verifiers.
  3. Rubric construction and quality — where criteria come from, how they aggregate, whether they are valid and reliable, and how they get gamed.
  4. Rubric-graded evaluation — benchmarks and suites where a rubric grades, whether or not it yet drives training.

New to the area? Read Start Here. Picking a method or benchmark? Jump to Quick Start by Goal.

Contents

Quick Start by Goal

Start Here

The fastest reading path through the area:

  1. The founding trio. Rubrics as Rewards, Reinforcement Learning with Rubric Anchors, and Checklists Are Better Than Reward Models landed within weeks of each other in mid-2025 and are the near-universal citation anchors. Almost every later paper cites at least one.
  2. Why rubrics instead of a reward model. Chasing the Tail shows where scalar reward models fail on fine gradations that a written criterion can name.
  3. Where the criteria come from. OpenRubrics mines them contrastively from preference pairs; Auto-Rubric distills them from implicit reward-model weights.
  4. Making the reward hold up. Robust Reward Modeling via Causal Rubrics anchors criteria causally so the reward tracks the intended construct rather than spurious cues.
  5. How it breaks. Reward Hacking in Rubric-Based Reinforcement Learning separates verifier failure from rubric-design failure; Rubrics as an Attack Surface shows judges can be drifted deliberately.
  6. The judge underneath. Prometheus established rubric-conditioned open evaluators; RM-R1 turns reward modeling into chain-of-rubrics reasoning.
  7. Beyond text. VisionReward is the cross-cutting image-and-video anchor; RubricRL and DeltaRubric show prompt-adaptive criteria for visual generation.
  8. Agents. Agentic Rubrics as Contextual Verifiers and DR Tulu are the flagships for software engineering and deep research respectively.
  9. The survey. The Rules of the Game: A Survey of Rubrics for Large Language Models organizes the field into construction, training, and evaluation.

Taxonomy

Many papers fit multiple categories. The tables below are for orientation, not strict partitioning.

By where the criteria come from

OriginTypical papers
Human- or expert-authoredRubric Anchors, HealthBench, PRBench (Professional Reasoning), ComplexConstraints
Model-generated, task-levelRubricHub, ARES, OptimSyn
Model-generated, instance-specificQworld, WritingBench, TICK, DyCoRM
Contrastively mined from preferencesOpenRubrics, CDRRM, Auto-Rubric, C2
Self-generated by the policySelf-Rewarding Rubric-Based RL, Think-with-Rubrics, EvoRubric
Spec-, policy-, or constitution-derivedConstitutional AI, Deliberative Alignment, Rule Based Rewards
Reference- or evidence-derivedDEEPRUBRIC, RefGrader, RubricRAG

By what applies the criteria

ApplierTypical papers
LLM or VLM judgePrometheus, G-Eval, MLLM-as-a-Judge
Trained rubric-conditioned reward modelRobust Reward Modeling via Causal Rubrics, C2
Process reward model, step-levelStep-wise Rubric Rewards, Dynamic and Generalizable PRM, VisualPRM
Programmatic verifier or rule engineRule Based Rewards, IFEval, TRON
Agentic evaluator dispatching toolsVISTA, SeekJudge, VideoWeaver, VideoArgus
Hybrid routing across the aboveRLR3, SCRIBE, StitchCUDA, AsymmetryZero

By what evidence the criteria are checked against

A separate axis from the applier — the same judge can read a candidate alone, a reference, retrieved sources, or live environment state.

EvidenceTypical papers
Candidate output aloneRubrics as Rewards, Checklists Are Better Than Reward Models
Reference answer or source textFrom Rubrics to Reliable Scores, LLM-Rubric
Retrieved external evidenceARBOR, DR Tulu
Environment or execution stateOpenComputer, MCP-Universe, Interactive Reward Agent
Geometry, physics, or sensor signalVIGOR, PhyGround, CamVerse

By how criteria aggregate into a signal

AggregationTypical papers
Binary checklist fractionChecklists Are Better Than Reward Models, CM2, GAMUT
Point-weighted sumRubrics as Rewards, HealthBench
Learned aggregator or expert gateArmoRM, MJ-VIDEO
Dynamic or policy-aware reweightingNot Every Rubric Teaches Equally, Focal Reward, Learning What Matters
Pairwise with criteriaOpen Rubric System, DyCoRM, CriterAlign
Hierarchical or tree-structuredLegal Issue Tree Rubrics, QUEST, DEEPRUBRIC
Explicitly non-scalarizedAlternating RL with Contextual Rubric Rewards, Probabilistic Graphical Reward Aggregation

By modality

ModalityTypical papers
Textthe bulk of this list
Image generationRubricRL, AutoRubric-T2I, SpatialReward
VideoVisionReward, Claim-Level Rubric Rewards
Audio and musicEvolving Rubrics for Audio Reasoning, AnyAudio-Judge, PrismAudio
3DCREward, 3DGen-Bench
GUI and computer useSeekJudge, OSReward, CUARewardBench
Embodied and roboticRobo-Dopamine, RoboAlign-R1

Core Rubric Reward Papers

The papers below are the fastest way to get a working mental model of the field.

Foundations

Background rather than subject matter. These explain why modern rubric rewards look the way they do; they are not themselves rubric-reward work.

Preference modeling and RLHF background

LLM-as-a-judge origins

Reward hacking and specification gaming before rubrics

Rubrics before LLMs: educational assessment

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.

Single-scalar preference scorers for generative models

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.

Rubrics as Reward Signals for RL

The heart of the list: work where a rubric produces the training signal.

Core algorithms

Exploration, stability, and aggregation

Self-evolving and adaptive rubrics

Note the naming hazard: EvoRubric, EvoRubrics, and EvoLM are three different papers with near-identical framing.

Process, step, and token-level rubric credit

Rubric Construction

Where criteria come from is its own research problem. The four-way split below follows the survey.

Direct generation

Contrastive generation

Iterative refinement

Online and co-evolving generation

Checklists, Principles, Constitutions, and Specs

Structurally rubrics under different names.

Checklist feedback as reward

Constitutions and principle-following

Specs and instruction hierarchies

Instruction and constraint verification

Question decomposition and atomic-claim verification

Rubric-Conditioned Reward Models

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.

Rubric- and criteria-conditioned reward models

Multi-attribute and multi-objective reward models

Fine-grained, dense, and span-level rewards

Self-rewarding and self-generated criteria

Criteria Compilers and Programmatic Rubric Graders

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.

Process Reward Models and Step-Level Criteria

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.

Rubric-Conditioned Judges and Rubric-Specific Judge Science

The substrate rubric rewards are built on. Kept deliberately compact relative to its literature; for depth see the dedicated lists under Adjacent collections.

Judge models and generative reward models

Critic models and explainable metrics

Judge behavior science: bias

Judge behavior science: reliability and calibration

Judge behavior science: adversarial robustness

Multi-agent, debate, and ensemble judges

Efficient judges

Reward Hacking and Robustness

Rubric-specific hacking and attack surface

Reward model over-optimization and mitigations

Specification gaming and reward tampering

Multimodal Rubric Rewards

Criteria-decomposed rewards outside text. For single-scalar visual preference scorers see Foundations.

Criteria-decomposed image rewards

Question decomposition for text-to-image

Three parallel lineages independently invented "decompose the prompt into checkable criteria."

Question-answering family

Object-detection checklist family

Reasoning family

Multimodal judges and reward models

Multimodal reasoning rubrics

Video

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.

Per-dimension benchmarks and suites

Reward models and judges for generated video

Question and claim decomposition

Physics and identity criteria

Post-training recipes and agentic loops

Rewards for video understanding

Audio, speech, and music

An emerging area: one 2020 anchor, then almost everything from late 2025 onward.

3D generation

Agent, GUI, and Embodied Verification

The densest 2026 area. Verification mechanisms here — environment-state probing, milestone rewards, executable checkers — are architecturally distinct from text judging.

GUI and computer-use agents

Embodied and robotic verification

Rubric rewards for agents, tool use, and software engineering

Rubric rewards for deep research

Rubric Quality and Meta-Evaluation

Whether criteria-based judging is reliable at all.

Rubric-Graded Benchmarks

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.

NameYearDomainWhat the criteria grade
HealthBench2025Medical dialoguePhysician-written weighted criteria per conversation
HealthBench Professional2026Clinical chatRubric grading of real clinician-authored transcripts
ClinConsensus2026Chinese medical QAPhysician-calibrated criteria coverage
Rethinking Evidence Hierarchies2025Medical dialogueCritique of the evidence hierarchy behind physician criteria
HealthBench in Action2025Clinical queriesPhysician-rubric grading applied to a deployed assistant
From Feedback to Checklists2025Clinical notesChecklists derived from aggregated physician feedback
LiveMedBench2026Medical QAAutomated criteria over contamination-free live cases
MedDialogRubrics2026Medical consultationClinician-refined criteria over synthetic multi-turn cases
QuarkMedBench2026Medical QAPer-query criteria from multi-model consensus, hierarchically weighted
PanCanBench2026Oncology QAQuestion-specific expert criteria over real patient questions
Med-RewardBench2025Medical multimodalSix clinically critical dimensions over expert cases
GAPS2025Clinical QAAgent-synthesized guideline-anchored criteria, ensemble-judged
PaperBench2025Research replicationHierarchical criteria decomposing paper reproduction
ReviewBench / ReviewGrounder2026Scientific peer reviewPaper-specific criteria instantiated from official guidelines, submissions, and human reviews
SWE Atlas2026Agentic codingCode quality and design beyond issue resolution
Harness-IF2026Coding agentsPer-rule execution evidence across configurable instruction surfaces
WebDevJudge2025Web developmentStructured query-grounded criteria as judge ground truth
OSWorld2024Computer usePer-task verifiable criteria with partial credit
DeepResearch Bench2025Research reportsReport quality and citation accuracy criteria
DeepResearch Bench II2026Research reportsBinary criteria from expert investigative articles
ResearchRubrics2025Deep researchExpert-written criteria measuring rubric adherence
ResearchQA2025Scholarly QASurvey-mined criteria on citations, explanations, limitations
DEER2025Expert reportsFine-grained criteria under a multi-dimension taxonomy
ResearcherBench2025Deep researchExpert-designed criteria plus factual and citation checks
Dr. Bench2025Deep researchSemantic quality, topical focus, retrieval trustworthiness
DRACO2026Cross-domain researchTask-specific criteria on accuracy, completeness, presentation, citations
MiroEval2026Multimodal researchPer-query criteria plus atomic-claim factuality
Expert Consulting Benchmark2026ConsultingDeterministic verifiers plus an expert criterion set
ProfBench2025Professional reasoningCriteria requiring expertise to answer and to grade
UpBench2025Real labor-market tasksExpert-decomposed acceptance criteria with per-criterion feedback
FrontierScience2026Expert science tasksGranular criteria grading the process, not just final answers
GIM2026Cross-domain integrationRubric-decomposed scoring, several independently judged criteria per item
COMPOSITE-Stem2026Doctoral STEMCriterion-based rubrics with an LLM-jury protocol beside exact match
PRBench (Professional Reasoning)2025Legal and financeLarge expert-authored criteria sets
GreekBarBench2025Legal (Greek bar)Three-dimensional scoring rubric with span-based grounding
oab-bench2025Legal (Brazilian bar)The same evaluation guidelines human examiners apply
LLMEval-Med2025Clinical scenariosExpert checklists inside a physician-refined judge pipeline
$OneMillion-Bench2026Multi-domain expertAccuracy, coherence, professional compliance
PLawBench2026Legal practiceExpert-designed criteria across legal scenarios
LexRubric2026Legal tasksAtomic criteria under a six-dimensional framework
Magis-Bench2026Legal reasoningCriteria-based magistrate-level grading
Legal Issue Tree Rubrics2025Legal tracesTree-structured criteria for issue-spotting
FinResearchBench II2026Financial reportsConsensus-derived gold criteria
FinProBench2026Financial agentsRole-grounded criteria synthesized from professional deliverables
WritingBench2025Generative writingQuery-specific dynamic criteria via a critic model
Benchmarking LLM-as-a-Judge for Long-Form Output Evaluation2026Long-form outputMeta-eval of judge reliability on document-length text
HelloBench2024Long textHierarchical checklist across five task types
DeepSynth-Eval2026Survey writingFactual-coverage plus structural-constraint checklists
MoReBench2025Moral reasoningPluralistic criteria on the reasoning process
FLASK2023General alignmentPer-skill ratings across alignment competencies
BiGGen Bench2024GeneralPer-instance criteria across many capabilities
LMUnit2024GeneralNatural-language criteria as pass/fail unit tests
IFEval2023InstructionsProgrammatically verifiable constraints
InFoBench2024InstructionsPer-instruction yes/no decomposition
FollowBench2023InstructionsMulti-level constraint difficulty ladder
M-IFEval2025Multilingual instructionsVerifiable constraints in three languages
CoDI-Eval2024Controllable generationExplicit constraint attributes graded automatically for compliance
XIFBench2025Multilingual instructionsCategorized content, style, format, and numerical constraints
SIFo2024Sequential instructionsFinal-step verification of an instruction chain
LLMBar2023Judge meta-evalJudge accuracy on instruction-following pairs
RewardBench2024Reward modelsChosen-rejected accuracy across categories
RewardBench 22025Reward modelsHarder best-of-N-style discrimination
JudgeBench2024JudgesObjectively verifiable correctness pairs
RM-Bench2024Reward modelsSubtle content edits versus stylistic bias
IF-RewardBench2026JudgesPreference-graph instruction-following ranking
MCJudgeBench2026Judges (instructions)Per-constraint gold labels over multi-constraint instructions
UEval2026Unified multimodal generationHuman-validated per-question criteria for image and text output
PerceptionRubrics2026Multimodal perceptionMandatory visual facts and fine-grained details with gated penalties
XpertBench2026Expert tasksGranular per-task criteria under a dedicated judge
JobBench2026Delegated workChained all-or-nothing criteria
Long-Horizon-Terminal-Bench2026Terminal agentsSubtask-level partial-credit grading
TRAJECT-Bench2025Tool useStep-by-step trajectory diagnosis
MCP-Universe2025Tool useExecution-based evaluators against live servers
ASTRA-bench2026Tool usePersonal-context-aware planning criteria
AgentBoard2024Multi-turn agentsFine-grained subgoal-completion progress
MultiChallenge2025Multi-turn chatFour per-turn challenge categories
PresentBench2026Slide generationBinary checklist items on content and layout
GDP.pdf2026Professional PDF QAA rubric of atomic criteria reported beside strict pass rates
TechImage-Bench2025Technical imagesBinary criteria mined from textbooks
Video-Bench2025Video generationMultimodal judges applied across every evaluation dimension
EvalVerse2026Cinematic videoExpert-calibrated taxonomy following the filmmaking pipeline
VABench2025Audio-video generationFifteen dimensions spanning cross-modal similarity, sync, and lip-speech
MSAVBench2026Multi-shot audio-videoVideo, audio, shot, and reference dimensions with instance-wise rubrics
VEFX-Bench2026Video editing and VFXInstruction following, rendering quality, edit exclusivity scored separately
Apple-pi2026Physical reasoning videoPerception, formulation, and deduction stages scored separately
VideoScience-Bench2025Scientific videoFive physics- and chemistry-grounded consistency dimensions
AV-Phys Bench2026Audio-video physicsFive semantic and physical-commonsense dimensions across both modalities
AIGVE-Bench2025Video generationNine critical quality dimensions under a five-category method taxonomy
WorldScore2025World generationControllability, quality, and dynamics across 3D, 4D, and video
Stable Cinemetrics2025Professional videoSeventy-six filmmaking control nodes scored by auto-generated questions
AVGen-Bench2026Text-to-audio-videoAesthetics separated from fine-grained semantic controllability per task
AIGVE-60K2025Video generationTwenty fine-grained task dimensions with paired opinion and QA labels
T2VEval-Bench2025Text-to-videoOverall impression, text consistency, realness, and technical quality
TDVE-DB2025Text-driven video editingEdited quality, editing alignment, and structural consistency rated separately
VideoPhy-22025Action-centric physicsSemantic adherence, physical commonsense, and physical-rule grounding
Physion-Eval2026Physical realismExpert reasoning traces localizing twenty-two named physical-failure categories
TiViBench2025Image-to-video reasoningStructural, spatial, symbolic, and action-planning reasoning dimensions
SafeGen-Bench2026Video safetyTen malicious categories spanning risky temporal sequences and behaviors
T2VPhysBench2025Text-to-video physicsTwelve enumerated physical laws each scored separately by humans
VideoVerse2025World-model videoTen per-prompt dimensions targeting event-level temporal causality
IVEBench2025Instruction-guided video editingVideo quality, instruction compliance, and video fidelity
LoCoT2V-Bench2025Long-form text-to-videoFive dimensions including a human-expectation realization degree
V-ReasonBench2025Video generation reasoningStructured, spatial, pattern-based, and physical reasoning scored apart
RULER-Bench2025Rule-based video reasoningPer-video checklists spanning six cognitive rule categories
VIPER2025Generative video reasoningHierarchical rubric grading intermediate frame-reasoning validity
WorldBench2026World-model physicsOne isolated physical concept per diagnostic test
UniEditBench2026Image and video editingStructural fidelity, text alignment, background consistency, and naturalness
WorldMark2026Interactive video world modelsDirection accuracy, purity, response latency, and motion stability
BRITE2026Implausible-scenario videoHuman-verified question-answer criteria covering audio-visual consistency
Edit-Compass2026Image editingStructured-reasoning scoring rubrics across progressively harder editing categories
LongAV-Compass2026Minute-scale audio-visualWithin-segment quality, cross-segment consistency, and narrative coherence
DirectorBench2026Long-form video generationForty checkpoint criteria across script, visual, audio, and stability
CoVEBench2026Complex video editingChecklist items covering requested edits and preservation constraints
MultiRef-Compass2026Multi-reference audio-videoFour dimensions decomposed into fourteen auditable sub-metrics
CultureVidBench2026Cultural text-to-videoFourteen cultural aspects scored for faithfulness and rendering
WorldExam2026Video world modelsVisual quality, control adherence, spatial consistency, and world reactivity
OmniEdit-Bench2026Instruction-based video editingPreservation, realism, and consistency gated on edit accuracy
RAVEN-Eval2026Video generationTask-specific rubrics for pairwise video-model preference judgments
Sci-VBench2026Scientific video generationPer-example scientific causality, prompt grounding, spatiotemporal consistency, and perceptual fidelity
GAUGE2026Physical fidelityTask-specific physical observables calibrated from real-world trajectories
Mind2Web 22025Agentic searchTree-structured per-task rubrics grading correctness and source attribution
FinResearchBench2025Financial research agentsExtracted logic trees of the research outcome per task type
UniGenBench++2025Text-to-image semanticsTen primary and twenty-seven sub-criteria over bilingual prompt themes
T2AV-Compass2025Text-to-audio-videoSignal-level video, audio, and cross-modal scores plus judged instruction following
AJ-Bench2026Agent-as-a-judgeJudge information acquisition, state verification, and process verification
ICE-Bench2025Image creation and editingSix dimensions from aesthetics to controllability across thirty-one tasks
EdiVal-Agent2025Multi-turn image editingInstruction following, content consistency, and visual quality per turn
VinaBench2025Visual narrativesAnnotated commonsense and discourse constraints for faithfulness and consistency
DEVIL2024Text-to-video dynamicsDynamics range, controllability, and dynamics-based quality scored separately
DynamicEval2025Dynamic-camera text-to-videoBackground scene consistency and foreground object consistency measured separately
ViDiC2025Video difference captioningDual similarity and difference checklists across seven comparison categories
SVBench2025Social reasoning in videoFive interpretable social-reasoning dimensions over thirty psychology paradigms
MechVerse2026Mechanical motion in videoPart identity, motion primitive, and inter-part coupling constraints per clip
BlueFin2026Financial spreadsheet agentsExpert-validated granular rubric criteria per task, graded by a judge
GAUGE (Financial Models)2026Financial spreadsheet agentsAuditable facets plus validity gates calibrated against analyst workbooks
V2V-Bench2026Video-to-video generationEleven dimensions across temporal alignment, structural fidelity, and semantic alignment
StrongREJECT2024SafetyDetailed harmfulness rubric for jailbreak responses
Claw-Eval2026Autonomous agentsTrajectory-aware safety and robustness criteria
RefGrader2025Math proofsProblem-specific criteria for partial credit
Beyond Score Prediction2026Essay feedbackBinary criteria grading feedback quality
LiveCodeBench Pro2025Competitive programmingOlympiad-medalist expert judgment
SCRuB2026Social concept reasoningFive critical-thinking dimensions comparing model against expert responses

Datasets

NameYearWhat it contains
Feedback Collection / Prometheus2023Customized score rubrics with graded responses for evaluator training
[EditHF-1M](https://arxi

Truncated — view the full README on GitHub.

alignment
awesome
awesome-list
evaluation
large-language-models
llm-as-a-judge
reinforcement-learning
reward-models
rlhf
rubric-rewards
rubrics
verifiers

Contributors

chrisliu298

32 commits

chrisliu298/awesome-rubric-rewards

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

See the code

README

📋 Awesome Rubric Rewards

Awesome Rubric Rewards

Entries GitHub Stars GitHub Forks Last Commit

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:

  1. Rubrics as reward signals — RL where a rubric, checklist, or criteria set produces the scalar or preference signal, especially in non-verifiable and open-ended domains.
  2. Criteria-consuming scorers — rubric-conditioned reward models, LLM-as-a-judge systems, generative and reasoning judges, process reward models, and programmatic verifiers.
  3. Rubric construction and quality — where criteria come from, how they aggregate, whether they are valid and reliable, and how they get gamed.
  4. Rubric-graded evaluation — benchmarks and suites where a rubric grades, whether or not it yet drives training.

New to the area? Read Start Here. Picking a method or benchmark? Jump to Quick Start by Goal.

Contents

Quick Start by Goal

Start Here

The fastest reading path through the area:

  1. The founding trio. Rubrics as Rewards, Reinforcement Learning with Rubric Anchors, and Checklists Are Better Than Reward Models landed within weeks of each other in mid-2025 and are the near-universal citation anchors. Almost every later paper cites at least one.
  2. Why rubrics instead of a reward model. Chasing the Tail shows where scalar reward models fail on fine gradations that a written criterion can name.
  3. Where the criteria come from. OpenRubrics mines them contrastively from preference pairs; Auto-Rubric distills them from implicit reward-model weights.
  4. Making the reward hold up. Robust Reward Modeling via Causal Rubrics anchors criteria causally so the reward tracks the intended construct rather than spurious cues.
  5. How it breaks. Reward Hacking in Rubric-Based Reinforcement Learning separates verifier failure from rubric-design failure; Rubrics as an Attack Surface shows judges can be drifted deliberately.
  6. The judge underneath. Prometheus established rubric-conditioned open evaluators; RM-R1 turns reward modeling into chain-of-rubrics reasoning.
  7. Beyond text. VisionReward is the cross-cutting image-and-video anchor; RubricRL and DeltaRubric show prompt-adaptive criteria for visual generation.
  8. Agents. Agentic Rubrics as Contextual Verifiers and DR Tulu are the flagships for software engineering and deep research respectively.
  9. The survey. The Rules of the Game: A Survey of Rubrics for Large Language Models organizes the field into construction, training, and evaluation.

Taxonomy

Many papers fit multiple categories. The tables below are for orientation, not strict partitioning.

By where the criteria come from

OriginTypical papers
Human- or expert-authoredRubric Anchors, HealthBench, PRBench (Professional Reasoning), ComplexConstraints
Model-generated, task-levelRubricHub, ARES, OptimSyn
Model-generated, instance-specificQworld, WritingBench, TICK, DyCoRM
Contrastively mined from preferencesOpenRubrics, CDRRM, Auto-Rubric, C2
Self-generated by the policySelf-Rewarding Rubric-Based RL, Think-with-Rubrics, EvoRubric
Spec-, policy-, or constitution-derivedConstitutional AI, Deliberative Alignment, Rule Based Rewards
Reference- or evidence-derivedDEEPRUBRIC, RefGrader, RubricRAG

By what applies the criteria

ApplierTypical papers
LLM or VLM judgePrometheus, G-Eval, MLLM-as-a-Judge
Trained rubric-conditioned reward modelRobust Reward Modeling via Causal Rubrics, C2
Process reward model, step-levelStep-wise Rubric Rewards, Dynamic and Generalizable PRM, VisualPRM
Programmatic verifier or rule engineRule Based Rewards, IFEval, TRON
Agentic evaluator dispatching toolsVISTA, SeekJudge, VideoWeaver, VideoArgus
Hybrid routing across the aboveRLR3, SCRIBE, StitchCUDA, AsymmetryZero

By what evidence the criteria are checked against

A separate axis from the applier — the same judge can read a candidate alone, a reference, retrieved sources, or live environment state.

EvidenceTypical papers
Candidate output aloneRubrics as Rewards, Checklists Are Better Than Reward Models
Reference answer or source textFrom Rubrics to Reliable Scores, LLM-Rubric
Retrieved external evidenceARBOR, DR Tulu
Environment or execution stateOpenComputer, MCP-Universe, Interactive Reward Agent
Geometry, physics, or sensor signalVIGOR, PhyGround, CamVerse

By how criteria aggregate into a signal

AggregationTypical papers
Binary checklist fractionChecklists Are Better Than Reward Models, CM2, GAMUT
Point-weighted sumRubrics as Rewards, HealthBench
Learned aggregator or expert gateArmoRM, MJ-VIDEO
Dynamic or policy-aware reweightingNot Every Rubric Teaches Equally, Focal Reward, Learning What Matters
Pairwise with criteriaOpen Rubric System, DyCoRM, CriterAlign
Hierarchical or tree-structuredLegal Issue Tree Rubrics, QUEST, DEEPRUBRIC
Explicitly non-scalarizedAlternating RL with Contextual Rubric Rewards, Probabilistic Graphical Reward Aggregation

By modality

ModalityTypical papers
Textthe bulk of this list
Image generationRubricRL, AutoRubric-T2I, SpatialReward
VideoVisionReward, Claim-Level Rubric Rewards
Audio and musicEvolving Rubrics for Audio Reasoning, AnyAudio-Judge, PrismAudio
3DCREward, 3DGen-Bench
GUI and computer useSeekJudge, OSReward, CUARewardBench
Embodied and roboticRobo-Dopamine, RoboAlign-R1

Core Rubric Reward Papers

The papers below are the fastest way to get a working mental model of the field.

Foundations

Background rather than subject matter. These explain why modern rubric rewards look the way they do; they are not themselves rubric-reward work.

Preference modeling and RLHF background

LLM-as-a-judge origins

Reward hacking and specification gaming before rubrics

Rubrics before LLMs: educational assessment

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.

Single-scalar preference scorers for generative models

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.

Rubrics as Reward Signals for RL

The heart of the list: work where a rubric produces the training signal.

Core algorithms

Exploration, stability, and aggregation

Self-evolving and adaptive rubrics

Note the naming hazard: EvoRubric, EvoRubrics, and EvoLM are three different papers with near-identical framing.

Process, step, and token-level rubric credit

Rubric Construction

Where criteria come from is its own research problem. The four-way split below follows the survey.

Direct generation

Contrastive generation

Iterative refinement

Online and co-evolving generation

Checklists, Principles, Constitutions, and Specs

Structurally rubrics under different names.

Checklist feedback as reward

Constitutions and principle-following

Specs and instruction hierarchies

Instruction and constraint verification

Question decomposition and atomic-claim verification

Rubric-Conditioned Reward Models

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.

Rubric- and criteria-conditioned reward models

Multi-attribute and multi-objective reward models

Fine-grained, dense, and span-level rewards

Self-rewarding and self-generated criteria

Criteria Compilers and Programmatic Rubric Graders

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.

Process Reward Models and Step-Level Criteria

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.

Rubric-Conditioned Judges and Rubric-Specific Judge Science

The substrate rubric rewards are built on. Kept deliberately compact relative to its literature; for depth see the dedicated lists under Adjacent collections.

Judge models and generative reward models

Critic models and explainable metrics

Judge behavior science: bias

Judge behavior science: reliability and calibration

Judge behavior science: adversarial robustness

Multi-agent, debate, and ensemble judges

Efficient judges

Reward Hacking and Robustness

Rubric-specific hacking and attack surface

Reward model over-optimization and mitigations

Specification gaming and reward tampering

Multimodal Rubric Rewards

Criteria-decomposed rewards outside text. For single-scalar visual preference scorers see Foundations.

Criteria-decomposed image rewards

Question decomposition for text-to-image

Three parallel lineages independently invented "decompose the prompt into checkable criteria."

Question-answering family

Object-detection checklist family

Reasoning family

Multimodal judges and reward models

Multimodal reasoning rubrics

Video

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.

Per-dimension benchmarks and suites

Reward models and judges for generated video

Question and claim decomposition

Physics and identity criteria

Post-training recipes and agentic loops

Rewards for video understanding

Audio, speech, and music

An emerging area: one 2020 anchor, then almost everything from late 2025 onward.

3D generation

Agent, GUI, and Embodied Verification

The densest 2026 area. Verification mechanisms here — environment-state probing, milestone rewards, executable checkers — are architecturally distinct from text judging.

GUI and computer-use agents

Embodied and robotic verification

Rubric rewards for agents, tool use, and software engineering

Rubric rewards for deep research

Rubric Quality and Meta-Evaluation

Whether criteria-based judging is reliable at all.

Rubric-Graded Benchmarks

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.

NameYearDomainWhat the criteria grade
HealthBench2025Medical dialoguePhysician-written weighted criteria per conversation
HealthBench Professional2026Clinical chatRubric grading of real clinician-authored transcripts
ClinConsensus2026Chinese medical QAPhysician-calibrated criteria coverage
Rethinking Evidence Hierarchies2025Medical dialogueCritique of the evidence hierarchy behind physician criteria
HealthBench in Action2025Clinical queriesPhysician-rubric grading applied to a deployed assistant
From Feedback to Checklists2025Clinical notesChecklists derived from aggregated physician feedback
LiveMedBench2026Medical QAAutomated criteria over contamination-free live cases
MedDialogRubrics2026Medical consultationClinician-refined criteria over synthetic multi-turn cases
QuarkMedBench2026Medical QAPer-query criteria from multi-model consensus, hierarchically weighted
PanCanBench2026Oncology QAQuestion-specific expert criteria over real patient questions
Med-RewardBench2025Medical multimodalSix clinically critical dimensions over expert cases
GAPS2025Clinical QAAgent-synthesized guideline-anchored criteria, ensemble-judged
PaperBench2025Research replicationHierarchical criteria decomposing paper reproduction
ReviewBench / ReviewGrounder2026Scientific peer reviewPaper-specific criteria instantiated from official guidelines, submissions, and human reviews
SWE Atlas2026Agentic codingCode quality and design beyond issue resolution
Harness-IF2026Coding agentsPer-rule execution evidence across configurable instruction surfaces
WebDevJudge2025Web developmentStructured query-grounded criteria as judge ground truth
OSWorld2024Computer usePer-task verifiable criteria with partial credit
DeepResearch Bench2025Research reportsReport quality and citation accuracy criteria
DeepResearch Bench II2026Research reportsBinary criteria from expert investigative articles
ResearchRubrics2025Deep researchExpert-written criteria measuring rubric adherence
ResearchQA2025Scholarly QASurvey-mined criteria on citations, explanations, limitations
DEER2025Expert reportsFine-grained criteria under a multi-dimension taxonomy
ResearcherBench2025Deep researchExpert-designed criteria plus factual and citation checks
Dr. Bench2025Deep researchSemantic quality, topical focus, retrieval trustworthiness
DRACO2026Cross-domain researchTask-specific criteria on accuracy, completeness, presentation, citations
MiroEval2026Multimodal researchPer-query criteria plus atomic-claim factuality
Expert Consulting Benchmark2026ConsultingDeterministic verifiers plus an expert criterion set
ProfBench2025Professional reasoningCriteria requiring expertise to answer and to grade
UpBench2025Real labor-market tasksExpert-decomposed acceptance criteria with per-criterion feedback
FrontierScience2026Expert science tasksGranular criteria grading the process, not just final answers
GIM2026Cross-domain integrationRubric-decomposed scoring, several independently judged criteria per item
COMPOSITE-Stem2026Doctoral STEMCriterion-based rubrics with an LLM-jury protocol beside exact match
PRBench (Professional Reasoning)2025Legal and financeLarge expert-authored criteria sets
GreekBarBench2025Legal (Greek bar)Three-dimensional scoring rubric with span-based grounding
oab-bench2025Legal (Brazilian bar)The same evaluation guidelines human examiners apply
LLMEval-Med2025Clinical scenariosExpert checklists inside a physician-refined judge pipeline
$OneMillion-Bench2026Multi-domain expertAccuracy, coherence, professional compliance
PLawBench2026Legal practiceExpert-designed criteria across legal scenarios
LexRubric2026Legal tasksAtomic criteria under a six-dimensional framework
Magis-Bench2026Legal reasoningCriteria-based magistrate-level grading
Legal Issue Tree Rubrics2025Legal tracesTree-structured criteria for issue-spotting
FinResearchBench II2026Financial reportsConsensus-derived gold criteria
FinProBench2026Financial agentsRole-grounded criteria synthesized from professional deliverables
WritingBench2025Generative writingQuery-specific dynamic criteria via a critic model
Benchmarking LLM-as-a-Judge for Long-Form Output Evaluation2026Long-form outputMeta-eval of judge reliability on document-length text
HelloBench2024Long textHierarchical checklist across five task types
DeepSynth-Eval2026Survey writingFactual-coverage plus structural-constraint checklists
MoReBench2025Moral reasoningPluralistic criteria on the reasoning process
FLASK2023General alignmentPer-skill ratings across alignment competencies
BiGGen Bench2024GeneralPer-instance criteria across many capabilities
LMUnit2024GeneralNatural-language criteria as pass/fail unit tests
IFEval2023InstructionsProgrammatically verifiable constraints
InFoBench2024InstructionsPer-instruction yes/no decomposition
FollowBench2023InstructionsMulti-level constraint difficulty ladder
M-IFEval2025Multilingual instructionsVerifiable constraints in three languages
CoDI-Eval2024Controllable generationExplicit constraint attributes graded automatically for compliance
XIFBench2025Multilingual instructionsCategorized content, style, format, and numerical constraints
SIFo2024Sequential instructionsFinal-step verification of an instruction chain
LLMBar2023Judge meta-evalJudge accuracy on instruction-following pairs
RewardBench2024Reward modelsChosen-rejected accuracy across categories
RewardBench 22025Reward modelsHarder best-of-N-style discrimination
JudgeBench2024JudgesObjectively verifiable correctness pairs
RM-Bench2024Reward modelsSubtle content edits versus stylistic bias
IF-RewardBench2026JudgesPreference-graph instruction-following ranking
MCJudgeBench2026Judges (instructions)Per-constraint gold labels over multi-constraint instructions
UEval2026Unified multimodal generationHuman-validated per-question criteria for image and text output
PerceptionRubrics2026Multimodal perceptionMandatory visual facts and fine-grained details with gated penalties
XpertBench2026Expert tasksGranular per-task criteria under a dedicated judge
JobBench2026Delegated workChained all-or-nothing criteria
Long-Horizon-Terminal-Bench2026Terminal agentsSubtask-level partial-credit grading
TRAJECT-Bench2025Tool useStep-by-step trajectory diagnosis
MCP-Universe2025Tool useExecution-based evaluators against live servers
ASTRA-bench2026Tool usePersonal-context-aware planning criteria
AgentBoard2024Multi-turn agentsFine-grained subgoal-completion progress
MultiChallenge2025Multi-turn chatFour per-turn challenge categories
PresentBench2026Slide generationBinary checklist items on content and layout
GDP.pdf2026Professional PDF QAA rubric of atomic criteria reported beside strict pass rates
TechImage-Bench2025Technical imagesBinary criteria mined from textbooks
Video-Bench2025Video generationMultimodal judges applied across every evaluation dimension
EvalVerse2026Cinematic videoExpert-calibrated taxonomy following the filmmaking pipeline
VABench2025Audio-video generationFifteen dimensions spanning cross-modal similarity, sync, and lip-speech
MSAVBench2026Multi-shot audio-videoVideo, audio, shot, and reference dimensions with instance-wise rubrics
VEFX-Bench2026Video editing and VFXInstruction following, rendering quality, edit exclusivity scored separately
Apple-pi2026Physical reasoning videoPerception, formulation, and deduction stages scored separately
VideoScience-Bench2025Scientific videoFive physics- and chemistry-grounded consistency dimensions
AV-Phys Bench2026Audio-video physicsFive semantic and physical-commonsense dimensions across both modalities
AIGVE-Bench2025Video generationNine critical quality dimensions under a five-category method taxonomy
WorldScore2025World generationControllability, quality, and dynamics across 3D, 4D, and video
Stable Cinemetrics2025Professional videoSeventy-six filmmaking control nodes scored by auto-generated questions
AVGen-Bench2026Text-to-audio-videoAesthetics separated from fine-grained semantic controllability per task
AIGVE-60K2025Video generationTwenty fine-grained task dimensions with paired opinion and QA labels
T2VEval-Bench2025Text-to-videoOverall impression, text consistency, realness, and technical quality
TDVE-DB2025Text-driven video editingEdited quality, editing alignment, and structural consistency rated separately
VideoPhy-22025Action-centric physicsSemantic adherence, physical commonsense, and physical-rule grounding
Physion-Eval2026Physical realismExpert reasoning traces localizing twenty-two named physical-failure categories
TiViBench2025Image-to-video reasoningStructural, spatial, symbolic, and action-planning reasoning dimensions
SafeGen-Bench2026Video safetyTen malicious categories spanning risky temporal sequences and behaviors
T2VPhysBench2025Text-to-video physicsTwelve enumerated physical laws each scored separately by humans
VideoVerse2025World-model videoTen per-prompt dimensions targeting event-level temporal causality
IVEBench2025Instruction-guided video editingVideo quality, instruction compliance, and video fidelity
LoCoT2V-Bench2025Long-form text-to-videoFive dimensions including a human-expectation realization degree
V-ReasonBench2025Video generation reasoningStructured, spatial, pattern-based, and physical reasoning scored apart
RULER-Bench2025Rule-based video reasoningPer-video checklists spanning six cognitive rule categories
VIPER2025Generative video reasoningHierarchical rubric grading intermediate frame-reasoning validity
WorldBench2026World-model physicsOne isolated physical concept per diagnostic test
UniEditBench2026Image and video editingStructural fidelity, text alignment, background consistency, and naturalness
WorldMark2026Interactive video world modelsDirection accuracy, purity, response latency, and motion stability
BRITE2026Implausible-scenario videoHuman-verified question-answer criteria covering audio-visual consistency
Edit-Compass2026Image editingStructured-reasoning scoring rubrics across progressively harder editing categories
LongAV-Compass2026Minute-scale audio-visualWithin-segment quality, cross-segment consistency, and narrative coherence
DirectorBench2026Long-form video generationForty checkpoint criteria across script, visual, audio, and stability
CoVEBench2026Complex video editingChecklist items covering requested edits and preservation constraints
MultiRef-Compass2026Multi-reference audio-videoFour dimensions decomposed into fourteen auditable sub-metrics
CultureVidBench2026Cultural text-to-videoFourteen cultural aspects scored for faithfulness and rendering
WorldExam2026Video world modelsVisual quality, control adherence, spatial consistency, and world reactivity
OmniEdit-Bench2026Instruction-based video editingPreservation, realism, and consistency gated on edit accuracy
RAVEN-Eval2026Video generationTask-specific rubrics for pairwise video-model preference judgments
Sci-VBench2026Scientific video generationPer-example scientific causality, prompt grounding, spatiotemporal consistency, and perceptual fidelity
GAUGE2026Physical fidelityTask-specific physical observables calibrated from real-world trajectories
Mind2Web 22025Agentic searchTree-structured per-task rubrics grading correctness and source attribution
FinResearchBench2025Financial research agentsExtracted logic trees of the research outcome per task type
UniGenBench++2025Text-to-image semanticsTen primary and twenty-seven sub-criteria over bilingual prompt themes
T2AV-Compass2025Text-to-audio-videoSignal-level video, audio, and cross-modal scores plus judged instruction following
AJ-Bench2026Agent-as-a-judgeJudge information acquisition, state verification, and process verification
ICE-Bench2025Image creation and editingSix dimensions from aesthetics to controllability across thirty-one tasks
EdiVal-Agent2025Multi-turn image editingInstruction following, content consistency, and visual quality per turn
VinaBench2025Visual narrativesAnnotated commonsense and discourse constraints for faithfulness and consistency
DEVIL2024Text-to-video dynamicsDynamics range, controllability, and dynamics-based quality scored separately
DynamicEval2025Dynamic-camera text-to-videoBackground scene consistency and foreground object consistency measured separately
ViDiC2025Video difference captioningDual similarity and difference checklists across seven comparison categories
SVBench2025Social reasoning in videoFive interpretable social-reasoning dimensions over thirty psychology paradigms
MechVerse2026Mechanical motion in videoPart identity, motion primitive, and inter-part coupling constraints per clip
BlueFin2026Financial spreadsheet agentsExpert-validated granular rubric criteria per task, graded by a judge
GAUGE (Financial Models)2026Financial spreadsheet agentsAuditable facets plus validity gates calibrated against analyst workbooks
V2V-Bench2026Video-to-video generationEleven dimensions across temporal alignment, structural fidelity, and semantic alignment
StrongREJECT2024SafetyDetailed harmfulness rubric for jailbreak responses
Claw-Eval2026Autonomous agentsTrajectory-aware safety and robustness criteria
RefGrader2025Math proofsProblem-specific criteria for partial credit
Beyond Score Prediction2026Essay feedbackBinary criteria grading feedback quality
LiveCodeBench Pro2025Competitive programmingOlympiad-medalist expert judgment
SCRuB2026Social concept reasoningFive critical-thinking dimensions comparing model against expert responses

Datasets

NameYearWhat it contains
Feedback Collection / Prometheus2023Customized score rubrics with graded responses for evaluator training
[EditHF-1M](https://arxi

Truncated — view the full README on GitHub.

alignment
awesome
awesome-list
evaluation
large-language-models
llm-as-a-judge
reinforcement-learning
reward-models
rlhf
rubric-rewards
rubrics
verifiers

Contributors

chrisliu298

32 commits