← Back to all posts

Release Preview

PRM-as-a-Judge 1.5 Is Coming

Date June 30, 2026 Target Mid-July 2026 By PRM-as-a-Judge Team

We are preparing PRM-as-a-Judge 1.5 for mid-July 2026: a more accessible toolkit, a more complete analysis package, and a technical report. This preview summarizes the main direction of the release: correcting a PPL sensitivity issue found in real evaluation practice, and lifting dense OPD curves into higher-level trajectory diagnostics.

In short: PRM-as-a-Judge 1.5 turns dense progress curves into higher-level trajectory diagnostics, so model developers can analyze failure-side progress, recovery after drawdown, and success-side execution quality more directly.

A PPL Correction Found Through Orca Collaboration

During our close collaboration with the BAAI Orca world-model team on embodied action evaluation, we found that the old PPL definition could be too sensitive to the final few frames. A rollout may already reach a meaningful high-progress state, then drop slightly at the end because of release motion, object contact, camera jitter, or a short unstable correction. In that case, using terminal progress can underestimate a trajectory that actually reached its best state efficiently.

Path Length

Old PPL

New PPL

The new PPL keeps the original process-efficiency idea, but anchors it to the best progress state reached by the rollout. Repeated back-and-forth behavior is still penalized through a longer path length, while final-frame noise no longer dominates the score.

Higher-Level Trajectory Diagnostics

PRM-as-a-Judge 1.5 also introduces a compact set of higher-level diagnostics distilled from OPD signals. In plain terms, they answer three questions: when a rollout fails, how much did it still move the task forward; when progress drops, can the model recover; and when a rollout succeeds, how clean and stable was the execution.

Let a rollout produce normalized progress values p0, ..., pT. We use MaxP = maxt pt, SRτ = 1[MaxP reaches the success threshold], M50 = 1[MaxP ≥ 0.50], and M75 = 1[MaxP ≥ 0.75].

FNS

For failed rollouts only: how much useful progress the model still makes before it fails.

DRR

After the largest setback: how much progress the rollout can recover.

SQS

For successful rollouts only: how clean, stable, and efficient the execution is.

MaxP-F is reported separately as the raw average best progress under failed trajectories, . It is intentionally simpler than FNS: MaxP-F asks only how far failed rollouts got, while FNS adds milestone structure to show whether those failures were genuinely near-success cases.

Serving Stronger Embodied Evaluation Workflows

PRM-as-a-Judge has already served Orca, the new flagship world model from BAAI, through a deep collaboration with the BAAI Orca team. Orca first learns a latent world representation and then uses downstream readouts for language, vision, and action. In the action-generation evaluation, PRM-as-a-Judge provides trajectory-level diagnostics beyond binary success, making it possible to compare how deeply each method progresses, how much failed rollouts approach success, and how well execution recovers after regressions.

Setting / Model M25 ↑ M50 ↑ SR ↑ MaxP-F ↑ FNS ↑ DRR ↑ SQS ↑
Environment OOD
V-JEPA 2.14012023.013.925.80.0
Qwen3.52610018.311.219.20.0
π0.55416227.917.731.51.5
Orca6416433.919.332.91.8
Object OOD
V-JEPA 2.1142011.86.315.20.0
Qwen3.510007.94.04.610.0
π0.55412825.112.921.94.5
Orca4612821.810.827.73.9
Overall
V-JEPA 2.1277017.410.120.50.0
Qwen3.5185013.17.611.90.0
π0.55414526.515.326.73.0
Orca5514627.915.130.32.9
Source: Orca action-generation evaluation on real-robot OOD settings. All columns are PRM-as-a-Judge trajectory diagnostics, higher is better, and values are reported on the same percentage-style scale used by the Orca results.

The results show that Orca's world-learning representation transfers effectively to embodied action readouts: it leads the overall comparison on M25, SR, MaxP-F, and DRR, while remaining highly competitive on FNS and SQS. The strong DRR is especially meaningful because it suggests better recovery after execution errors, not only better early progress.

We welcome more teams to use PRM-as-a-Judge for model evaluation, benchmark analysis, and policy diagnosis. Our team can provide technical support and evaluation consulting for collaborators who want to deploy dense trajectory auditing in their own embodied AI workflows.

The PRM-as-a-Judge 1.5 code package, easier-to-use toolkit, fuller experimental analysis, and technical report are planned for mid-July 2026.