{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2607-26873","title":"SERPO: Self-Evolving Rubric Policy Optimization for Open-Ended Test-Time Reinforcement Learning","arxiv_id":"2607.26873","date":"2026-07-29","proceeding":null,"authors":["Jianze Wang","Kunwang Zheng","Ying Liu","Yu Cao","Qilong Zhang","Jinlong Chen","Hua Yang","Qianglong Chen"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2607.26873","url_pdf":"https://arxiv.org/pdf/2607.26873","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2607.26873","atlas_url":"https://app.syntology.ai/?focus=2607.26873","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.26873"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/chiefovoavicii/SERPO","reach":null}],"summary":{"ran":10,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":18,"ran":10,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"ae8e147c9885175d","entry":"build_prompt","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"eval/eval_gpqa_diamond.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/eval/eval_gpqa_diamond.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ae8e147c9885175d"}},{"code_sha256_prefix":"8d0125d1a3448fc0","entry":"filter_omission_negative_items","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/task_profile.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/task_profile.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8d0125d1a3448fc0"}},{"code_sha256_prefix":"5b5a97722558faae","entry":"is_omission_negative_description","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/task_profile.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/task_profile.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5b5a97722558faae"}},{"code_sha256_prefix":"50407af2b94bd853","entry":"make_endpoint_pool","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/endpoint_pool.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/endpoint_pool.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"50407af2b94bd853"}},{"code_sha256_prefix":"6505f9eaae0bb8ab","entry":"normalize_rubric_items","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/judge_common.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/judge_common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6505f9eaae0bb8ab"}},{"code_sha256_prefix":"a1fadfeff49766bf","entry":"parse_answer","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"eval/eval_gpqa_diamond.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/eval/eval_gpqa_diamond.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a1fadfeff49766bf"}},{"code_sha256_prefix":"ecc928163e8700e9","entry":"profile_name","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/task_profile.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/task_profile.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ecc928163e8700e9"}},{"code_sha256_prefix":"000874a8c21be8d2","entry":"rubric_cache_key","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/judge_common.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/judge_common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"000874a8c21be8d2"}},{"code_sha256_prefix":"9d223b7627f33549","entry":"rubric_signature","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/judge_common.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/judge_common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9d223b7627f33549"}},{"code_sha256_prefix":"4532ee2180460047","entry":"select_gnb","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/adaptive_pool.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/adaptive_pool.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4532ee2180460047"}},{"code_sha256_prefix":"8e17bc0c535d7fb6","entry":"decode_prefilled_grades","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/probabilistic_judge.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/probabilistic_judge.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8e17bc0c535d7fb6"}},{"code_sha256_prefix":"05b8f187596ad436","entry":"generate","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"eval/eval_gpqa_diamond.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/eval/eval_gpqa_diamond.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"05b8f187596ad436"}},{"code_sha256_prefix":"e60420ffaa8114bb","entry":"parse_rubrics","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/rubric_gen.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/rubric_gen.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e60420ffaa8114bb"}},{"code_sha256_prefix":"b50bcff31255adcc","entry":"parse_rubrics_payload","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/base_pool.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/base_pool.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b50bcff31255adcc"}},{"code_sha256_prefix":"010584ba165fdae2","entry":"parse_rubrics_with_polarity","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/rubric_gen.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/rubric_gen.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"010584ba165fdae2"}},{"code_sha256_prefix":"b692d22854533775","entry":"probability_from_choice","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/probabilistic_judge.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/probabilistic_judge.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b692d22854533775"}},{"code_sha256_prefix":"4283fd1107a3c74f","entry":"record_reward_score","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/hook.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/hook.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4283fd1107a3c74f"}},{"code_sha256_prefix":"a3a193603c2084a2","entry":"render_probabilistic_prompt","repo":"chiefovoavicii/SERPO","repo_kind":"found_in_text","path":"serpo/probabilistic_judge.py","file_url":"https://github.com/chiefovoavicii/SERPO/blob/HEAD/serpo/probabilistic_judge.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a3a193603c2084a2"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}