Papers › Exploiting Verification-Generation Gap: Test-Time Reinforcement Learning with...

Exploiting Verification-Generation Gap: Test-Time Reinforcement Learning with Confidence-Conditioned Verification

2 Jun 2026arXiv:2606.03608added by Syntology

Jiahui Li, Jianfeng Shan, Wenpei Chen, Shunyu Wu, Jian Lou, Wenjie Feng, Dan Li, See-Kiong Ng

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 has emerged as a promising paradigm for enhancing the complex reasoning abilities of large language models in a completely label-free manner. Despite existing studies focusing on Pass@1 performance, optimizing Pass@k remains under-explored yet critical in label-free settings, which measures generation coverage for sustained exploration. Optimizing Pass@k in label-free setting is highly non-trivial, as directly applying the Pass@k advantage designs effective for RLVR yields unsatisfactory performance. Through in-depth empirical analysis, we discover the root causes hindering performance: pseudo-label estimations for low-confidence samples have a high probability of being incorrect, while candidate answers for high-confidence samples suffer from severe diversity collapse. To overcome these hurdles, we propose TTRL-CoCoV (Test-Time Reinforcement Learning with Confidence-Conditioned Verification), a novel confidence-adaptive framework that expands Pass@k coverage and improves Pass@1 performance. Based on our key insight that verification capability generally leads generation capability, TTRL-CoCoV employs a confidence-conditioned mechanism: for high-confidence samples, it bootstraps verifier and applies an exploration-enhancing reward to prevent diversity collapse; for low-confidence samples, it delegates pseudo-label selection to the verifier to filter incorrect pseudo-labels; and for medium-confidence samples, it bypasses verification entirely. Extensive experiments demonstrate that TTRL-CoCoV outperforms the best competing methods across 6 widely-recognized benchmarks, achieves average absolute gains of +9.8% in Pass@1 and +18.7% in Pass@16 over TTRL, and even achieves absolute Pass@1 improvements of up to +5.0% across multiple reasoning benchmarks when compared against fully supervised RL methods. Our code repository: https://github.com/shanjf666/CoCoV.

PaperPDFCode Syntology ran

In Syntology 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="2606.03608")

Code

Syntology Ran 2 of 11 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

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

shanjf666/CoCoV 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

11 samples harvested; 2 ran; 0 honoured the contract we drafted; 9 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.

1ran · our draft was wrong
1ran
9unverified

Licence: 11 of the 11 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 shanjf666/CoCoV. “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.

init_mcore_model_qwen2_moe shanjf666/CoCoV/verl/verl/models/mcore/model_initializer.py found in paper text by Syntology ran no licence file found · pointer only · db6a3399cbd9ff7d · report
unpad_dataproto shanjf666/CoCoV/verl/verl/protocol.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 25f0ea3f460f6ce1 · report
get_generation_config shanjf666/CoCoV/verl/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · 68aa34a57b353cae · report
get_huggingface_actor_config shanjf666/CoCoV/verl/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · 9411d1fb7e4f68e5 · report
get_weight_loader shanjf666/CoCoV/verl/verl/models/weight_loader_registry.py found in paper text by Syntology unverified no licence file found · pointer only · acf240079d434746 · report
get_weight_saver shanjf666/CoCoV/verl/verl/models/weight_loader_registry.py found in paper text by Syntology unverified no licence file found · pointer only · d1e077d222a806ec · report
init_mcore_model shanjf666/CoCoV/verl/verl/models/mcore/registry.py found in paper text by Syntology unverified no licence file found · pointer only · 7352f43d0a5f4491 · report
init_mcore_model_dense shanjf666/CoCoV/verl/verl/models/mcore/model_initializer.py found in paper text by Syntology unverified no licence file found · pointer only · c721e4bc593beb04 · report
init_mcore_model_llama4 shanjf666/CoCoV/verl/verl/models/mcore/model_initializer.py found in paper text by Syntology unverified no licence file found · pointer only · 9547c4285fb6502b · report
load_state_dict_to_megatron_gptmodel shanjf666/CoCoV/verl/verl/models/mcore/loader.py found in paper text by Syntology unverified no licence file found · pointer only · 0d364d43436cf1dd · report
squeeze shanjf666/CoCoV/verl/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · 3b15e2ac7497c441 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.03608, was issued in June 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