Papers › LEEPS: Latent-Guided Explore-Exploit Prompt Sampling for Efficient RLVR in Large...

LEEPS: Latent-Guided Explore-Exploit Prompt Sampling for Efficient RLVR in Large Language Models

30 Jul 2026arXiv:2607.28077added by Syntology

Shuang Liang, Haoyang Zhou, Yifan Gong, Guowei Wang, Xiting Wang

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

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models, but prompt groups with identical rollout rewards consume generation budget without effective learning signals. Pre-rollout prompt selection can reduce this waste by screening prompts before rollout generation. However, existing pre-rollout methods struggle to balance exploitation and exploration: repeatedly exploiting historically informative prompts can narrow training coverage, whereas broader exploration can lower the fraction of informative prompts. To address these limitations, we introduce LEEPS, a Latent-Guided Explore--Exploit Prompt Sampler that adaptively balances the reuse of previously observed informative prompts with continued exploration of uncertain ones. LEEPS partitions candidates into exploit and explore portfolios and adaptively allocates rollout budget according to their recent non-trivial ratios. It further uses representation-space neighbors and historical rollout outcomes to prioritize uncertain prompts likely to yield non-zero reward variance, thereby making exploration more targeted without additional rollouts. Across six mathematical reasoning benchmarks, LEEPS achieves the highest average score at both model scales, with relative gains of 2.6\% and 3.7\% over the strongest baseline for Qwen2.5-Math-1.5B and 7B, respectively, and generally improves faster during the training process. It also achieves the highest average score across the three evaluated OOD general-reasoning benchmarks at both model scales and adds only about 2 seconds of online sampling overhead per training step. Code is available at https://github.com/ShuangLiangX/LEEPS.

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.28077")

Code

Syntology Ran 9 of 10 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · violated contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

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

ShuangLiangX/LEEPS 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

10 samples harvested; 9 ran; 1 honoured the contract we drafted; 1 has 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 · honoured contract
4ran · violated contract
3ran · our draft was wrong
1ran
1unverified

Licence: 0 of the 10 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 ShuangLiangX/LEEPS. “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.

_as_bool ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · f894b12627feeb71 · report
_as_float ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 928b8813c0c6ff67 · report
_cfg_get ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 57ae4bb54b785f88 · report
_normalize_id ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 4644280371daaab5 · report
_slice_value ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d3cf54397bde9ee3 · report
_tasksampler_cfg ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 9b03d151644f93ab · report
_to_embedding_matrix ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · ccd102431be91db5 · report
_to_numpy_indices ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · f20078df7a8b992b · report
l2_normalize ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 4bb9a4bd0cf9085d · report
KNNExploreExploitSampler ShuangLiangX/LEEPS/recipe/leeps/task_sampler.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4537898ad5f25bd4 · report

Results from the paper

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