Jev 1.13 as a Reward Model

September 20, 2026 · View on GitHub

Live report Model Completed tracks Successful evaluations API errors SOTA comparisons

A reproducible evaluation of Jev's structured classification API as a reward model, LLM judge, and process verifier.

Author: Linhao Wang · Contact: wanglinhao4140@gmail.com
Benchmark evaluation, reward-model research, and applied collaboration inquiries are welcome.

Important

Open the interactive benchmark report →

Explore all eight tracks, difficulty curves, capability heatmaps, PPE metrics, efficiency analysis, and 54-row SOTA comparisons sourced from official leaderboards and paper tables.

中文报告 · Headline results · Capability profile · Benchmark notes · Methodology · Reproduce · Citation

Data: summary · full SOTA comparisons · curated baselines · capability breakdown

Executive summary

Jev 1.13 is a strong general preference signal, especially for safety, reasoning, and aggregate model ranking. Across eight completed evaluation tracks it processed 40,940 examples with zero API errors, using 76.0M input tokens at an estimated input cost of $3.19.

The strongest evidence for practical use is:

  • RewardBench v1: 92.58%, 2.53 percentage points behind the frozen leaderboard leader.
  • RewardBench 2: 81.15%, ahead of the captured Gemini-2.5-Pro reference (79.5%) and 2.95 points behind the leader.
  • PRMBench: 66.38%, within 0.42 points of GPT-4o and 2.42 points of the best model result.
  • PPE Human Preference: 64.40% accuracy, essentially matching Athene-RM-8B (64.59%), while producing stronger aggregate model ranking correlation (Spearman 92.63 vs. 90.53).
  • ProcessBench: 69.51%, ahead of the original-paper GPT-4o reference (61.9%) but behind QwQ-32B-Preview (71.5%) and o1-mini (87.9%).

The main weakness is not ordinary preference ranking but fine-grained verification: RewardBench 2 Precise IF is 50.63%, and ProcessBench performance falls from 74.63% on GSM8K to 66.01% on OlympiadBench.

Jev versus selected public baselines

Headline results

These are eight evaluation tracks across seven benchmark families. RM-Bench is intentionally evaluated under two protocols: a structured pairwise judge and independent pointwise scoring.

Evaluation trackPrimary metricJev 1.13Selected referenceDifference
RewardBench v1Official 4-section macro92.58%INF-ORM-Llama3.1-70B: 95.11%−2.53 pp
RewardBench 2Official 6-domain macro81.15%Skywork-Reward-V2-Llama-3.1-8B: 84.10%−2.95 pp
RM-Bench · structured pairwiseOfficial 4-domain macro81.29%DeepSeek R1: 85.30%−4.01 pp
RubricBench · human rubricPairwise accuracy76.02%OpenRubric + Gemini-3-Flash oracle: 85.30%−9.28 pp
PPE · Human Preference V1No-tie pairwise accuracy64.40%Ensemble Judges (ArenaHard): 68.59%−4.19 pp
ProcessBenchOfficial mean F169.51%o1-mini: 87.90%−18.39 pp
PRMBench PreviewOfficial PRM score66.38%Gemini-2.0-thinking: 68.80%−2.42 pp
RM-Bench · pointwiseOfficial 4-domain macro83.79%REWARDANYTHING-8B: 86.40%−2.61 pp

The reference column is not a universal rank. It selects a strong, protocol-adjacent public result for each track. Model size, inference budget, prompting, and publication date differ. See data/baselines.csv for additional baselines and comparability notes.

For the complete comparison—not only one selected reference per track—open the interactive SOTA section or inspect data/sota_comparisons.csv. It contains 54 rows across frozen leaderboards, live/public snapshots, and original-paper main tables, with those source types explicitly separated.

Capability profile

Jev capability heatmap

Three patterns recur across the benchmarks:

  1. Safety is the clearest strength. Jev scores 95.33% on RewardBench 2 Safety, 93.40% on RM-Bench pointwise Safety, and 82.50% on RubricBench SAFE.
  2. Precise instruction constraints need deterministic support. RewardBench 2 Precise IF is 50.63%, far below Focus (90.10%) and Safety (95.33%).
  3. The harder the verification task, the larger the gap. ProcessBench falls from 74.63% on GSM8K to 66.01% on OlympiadBench, while RM-Bench Code (75.93%) trails Safety (93.40%).

Benchmark notes

RewardBench v1

Jev reaches 92.58% official macro and 94.51% micro accuracy. Its best section is Reasoning (97.48%); Chat Hard is the weakest (85.75%). The frozen public leaderboard warns that several top submissions may be affected by benchmark contamination, so this result should be treated as capability evidence rather than proof of generalization.

RewardBench 2

Jev's 81.15% sits between the captured LMUnit-Qwen2.5-72B result (82.1%) and Gemini-2.5-Pro (79.5%). Safety (95.33%), Ties (94.04%), and Focus (90.10%) are strong. Precise IF (50.63%) is the dominant failure mode.

RM-Bench: two protocols

  • Structured pairwise: one structured call reconstructs the pairwise preference matrix for each prompt; official domain macro is 81.29%.
  • Pointwise: every response is scored independently before reconstructing the official comparison matrix; official domain macro improves to 83.79%.

The +2.50 point gain suggests that independent scoring reduces some within-call coupling or ordering effects. Pointwise evaluation also lifts Code from 67.64% to 75.93%, while keeping Safety above 93%.

RubricBench

Jev receives the benchmark's human-authored rubric and directly chooses the better response, scoring 76.02%. This is an oracle-rubric input setting, but it is not an exact reproduction of the paper's CheckEval/TICK/OpenRubric oracle pipelines. The closest paper references score 80.6–85.3%; self-generated-rubric methods top out at 58.1% in the supplied paper table.

PPE Human Preference V1

Pairwise accuracy is only one part of the story. Jev nearly matches Athene-RM-8B on per-example accuracy, while its aggregate ranking metrics are stronger.

PPE multi-metric comparison

ModelAccuracyR.W. PearsonSeparabilityConf. agreementKendall τSpearman ρBrier ↓
Jev 1.1364.4077.7183.1690.7181.0592.630.08
Ensemble Judges (ArenaHard)68.5982.4984.2196.2187.3796.540.05
Athene-RM-70B66.5680.6984.7493.9482.1193.230.07
Athene-RM-8B64.5976.8583.6891.6777.8990.530.10

Jev therefore looks more reliable for large-sample model ranking than for treating every individual preference decision as a ground-truth human label.

ProcessBench and PRMBench

ProcessBench asks for the earliest erroneous reasoning step. Jev's mean F1 is 69.51%, between GPT-4o-0806 (61.9%) and QwQ-32B-Preview (71.5%) in the original paper, but well below o1-mini (87.9%).

PRMBench tests fine-grained process errors. Jev scores 66.38%, close to GPT-4o (66.8%) and the joint-best Gemini-2.0-thinking/o1-mini result (68.8%). Its correct-step recall is 80.12%, but wrong-step recall is only 63.46%, indicating a tendency to accept flawed reasoning steps.

Evaluation scope

Evaluation operating profile

TrackSuccessful recordsInput tokensEstimated input costp50p95
RewardBench v12,9852.46M$0.1034657 ms1,490 ms
RewardBench 21,8654.22M$0.1771726 ms1,532 ms
RM-Bench · structured pairwise1,3275.18M$0.2178735 ms1,450 ms
RubricBench1,1472.11M$0.0885555 ms823 ms
PPE Human Preference V116,03825.72M$1.0803563 ms901 ms
ProcessBench3,4004.84M$0.2034555 ms864 ms
PRMBench Preview6,21624.10M$1.0121572 ms901 ms
RM-Bench · pointwise7,9627.39M$0.3102509 ms820 ms
Total40,94076.02M$3.1927

Cost uses $0.042 per million input tokens and excludes any unreported output or platform charges. All completed records returned model version jev-1.13.0; observed API error count is zero.

Jev is ready for experiments in:

  • candidate reranking and Best-of-N selection;
  • large-scale model A/B ranking;
  • safety review and synthetic-data filtering;
  • rubric-guided evaluation where the rubric is already available.

Before using Jev as the only scalar reward signal, add:

  • deterministic checks for exact instruction following and code execution;
  • task-specific score calibration;
  • a separate tie or indifference policy;
  • fresh private holdouts to measure contamination-resistant generalization.

Reproduce

uv sync
export TYPESAFE_API_KEY='...'

uv run jev-eval --benchmarks \
  rewardbench1 rewardbench2 rm_bench rubric_bench ppe \
  processbench prmbench rm_bench_pointwise

uv run jev-report
python scripts/generate_charts.py
pytest -q

Never commit an API key. Raw result JSONL files are intentionally excluded from Git; the repository publishes only aggregate, non-secret evidence.

Sources

Citation

@misc{wang2026jev,
  author       = {Linhao Wang},
  title        = {Jev 1.13 as a Reward Model: An Eight-Track Benchmark Evaluation},
  year         = {2026},
  howpublished = {GitHub},
  url          = {https://github.com/goya4140/jev-reward-model-evaluation}
}

Citation metadata is also available in CITATION.cff.

Contact

For benchmark evaluation, reward-model research, engineering applications, or other collaboration opportunities, contact Linhao Wang at wanglinhao4140@gmail.com. Discussions and collaborations are welcome.

Limitations

  • This is an independent evaluation, not an official benchmark submission.
  • Public benchmarks may have appeared in training data.
  • Baselines differ in architecture, parameter count, prompt, inference budget, and evaluation date.
  • The eight tracks are not statistically interchangeable; scores should only be compared within the same benchmark and protocol.
  • The report does not claim statistical significance for small score differences.
  • Raw prompts and model responses are omitted from the public repository.

Repository layout

assets/                    Generated SVG charts
data/                      Curated aggregate results and baselines
docs/METHODOLOGY.md        Protocols, metric definitions, and caveats
jev_eval/                  Dataset loaders, inference protocols, and scorers
scripts/generate_charts.py Dependency-free chart generator
tests/                     Metric and protocol tests