Papers › SERPO: Self-Evolving Rubric Policy Optimization for Open-Ended Test-Time Reinforcement Learning

SERPO: Self-Evolving Rubric Policy Optimization for Open-Ended Test-Time Reinforcement Learning

29 Jul 2026arXiv:2607.26873added by Syntology

Jianze Wang, Kunwang Zheng, Ying Liu, Yu Cao, Qilong Zhang, Jinlong Chen, Hua Yang, Qianglong Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Test-time reinforcement learning (TTRL) enables language models to self-evolve at inference time without labeled feedback. Existing methods rely on answer voting and therefore do not extend naturally to open-ended generation, where valid responses cannot be mapped to a shared canonical answer. Without external reward models or stronger judges, adaptation must instead construct reliable rewards from the model's own outputs. We introduce SERPO (Self-Evolving Rubric Policy Optimization), which replaces answer voting with a closed loop that co-evolves response evidence, query-specific rubrics, and policy parameters. Good-Normal-Bad (G-N-B) response evolution organizes maximally separated rollouts into ordered archives; rubric evolution retains criteria that discriminate these archives; probabilistic criterion scoring converts verdict-token likelihoods into reward signals; and policy evolution optimizes the actor with the resulting signals. New actor rollouts then refresh both the archives and rubrics, closing the three-way evolution loop. Across two model configurations, two in-domain benchmarks, and four OOD benchmarks, SERPO improves HealthBench and ResearchQA by up to 20.63 and 20.31 points over the corresponding base models, raises the six-benchmark macro-average by up to 8.06 points, and supports OOD transfer and continued cross-benchmark evolution.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.26873")

Code

Syntology Ran 10 of 18 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chiefovoavicii/SERPO found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 10 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
8unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chiefovoavicii/SERPO. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_prompt chiefovoavicii/SERPO/eval/eval_gpqa_diamond.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · ae8e147c9885175d · report
filter_omission_negative_items chiefovoavicii/SERPO/serpo/task_profile.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8d0125d1a3448fc0 · report
is_omission_negative_description chiefovoavicii/SERPO/serpo/task_profile.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5b5a97722558faae · report
make_endpoint_pool chiefovoavicii/SERPO/serpo/endpoint_pool.py found in paper text by Syntology ran Apache-2.0 (permissive) · 50407af2b94bd853 · report
normalize_rubric_items chiefovoavicii/SERPO/serpo/judge_common.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6505f9eaae0bb8ab · report
parse_answer chiefovoavicii/SERPO/eval/eval_gpqa_diamond.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · a1fadfeff49766bf · report
profile_name chiefovoavicii/SERPO/serpo/task_profile.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · ecc928163e8700e9 · report
rubric_cache_key chiefovoavicii/SERPO/serpo/judge_common.py found in paper text by Syntology ran Apache-2.0 (permissive) · 000874a8c21be8d2 · report
rubric_signature chiefovoavicii/SERPO/serpo/judge_common.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9d223b7627f33549 · report
select_gnb chiefovoavicii/SERPO/serpo/adaptive_pool.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4532ee2180460047 · report
decode_prefilled_grades chiefovoavicii/SERPO/serpo/probabilistic_judge.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8e17bc0c535d7fb6 · report
generate chiefovoavicii/SERPO/eval/eval_gpqa_diamond.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 05b8f187596ad436 · report
parse_rubrics chiefovoavicii/SERPO/serpo/rubric_gen.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e60420ffaa8114bb · report
parse_rubrics_payload chiefovoavicii/SERPO/serpo/base_pool.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b50bcff31255adcc · report
parse_rubrics_with_polarity chiefovoavicii/SERPO/serpo/rubric_gen.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 010584ba165fdae2 · report
probability_from_choice chiefovoavicii/SERPO/serpo/probabilistic_judge.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b692d22854533775 · report
record_reward_score chiefovoavicii/SERPO/serpo/hook.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4283fd1107a3c74f · report
render_probabilistic_prompt chiefovoavicii/SERPO/serpo/probabilistic_judge.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a3a193603c2084a2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.26873, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections