NAVIGATION

What is a Outcome Reward Model?

Definition

Outcome Reward Model

An Outcome Reward Model (ORM) is a feedback mechanism that scores only the final response generated by a model, without evaluating the correctness of intermediate reasoning steps. It is simpler to train but less granular than step-by-step reward models.

Why It Matters for AI Builders

Helps AI builders design and scale robust architectures; mastering the implementation of Outcome Reward Model improves latency, accuracy, and operational efficiency for basic classification, text summarization, and simple question-answering validation.

Detailed Deep Dive

Outcome Reward Models (ORMs) are feedback systems that score only the final correctness or quality of a model's complete response. While ORMs are easy to configure and require less annotation effort than process-based models, they provide less guidance during multi-step reasoning. Without step-level feedback, ORMs can inadvertently reward model outputs that reach correct conclusions through incorrect or hallucinated logical steps.

Advertisement

Frequently Asked Questions

Q:Why would you use an ORM instead of a PRM?

ORMs are much easier and cheaper to train because labeling only the final correctness of a response is faster than labeling every reasoning step.

Q:What is the risk of using only an ORM for reasoning models?

It can reward "logical alignment by coincidence" where a model arrives at the correct answer through flawed logic or guessing.

Quick Facts

  • CategoryModel Training
  • Key ApplicationBasic classification, text summarization, and simple question-answering validation

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Reference this definition in your articles, research, or documentation to credit this source:

[Outcome Reward Model | SPIDITS Glossary](https://spidits.com/ai-glossary/outcome-reward-model)

Outcome Reward Model Media Coverage & Intelligence

No Direct Outcome Reward Model News Today

We currently have no direct coverage articles matching "Outcome Reward Model". Explore trending global AI topics below instead.

Trending AI Stories

AWS ML BlogSep 9, 2026

Deploying Qwen3.8-2.4T-A95B on Amazon SageMaker HyperPod with vLLM

Learn how to deploy Qwen3.8-2.4T-A95B, a 2.4-trillion-parameter open-weight model, on Amazon SageMaker HyperPod with vLLM. This walkthrough covers cluster...

Google AI BlogSep 9, 2026

Recreating a 70-year love story frame by frame

Discover how filmmakers and Google DeepMind used AI to recreate a couple's unrecorded past in the short film "Love, Rendered."

AWS ML BlogSep 9, 2026

ICYMI: What landed for AI builders in August 2026

A recap of August 2026 launches for AI builders across Amazon Bedrock, Amazon Bedrock AgentCore, and Strands: million-token context for OpenAI models...

AWS ML BlogSep 9, 2026

Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers

TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning Container is a supported, pre-tested...