{"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-2605-15726","title":"Nudging Beyond the Comfort Zone: Efficient Strategy-Guided Exploration for RLVR","arxiv_id":"2605.15726","date":"2026-05-15","proceeding":null,"authors":["Chanuk Lee","Sangwoo Park","Minki Kang","Sung Ju Hwang"],"abstract":"Reinforcement learning with verifiable rewards (RLVR) has emerged as a scalable paradigm for improving the reasoning capabilities of large language models. However, its effectiveness is fundamentally limited by exploration: the policy can only improve on trajectories it has already sampled. While increasing the number of rollouts alleviates this issue, such brute-force scaling is computationally expensive, and existing approaches that modify the optimization objective provide limited control over what is explored. In this work, we propose NudgeRL, a framework for structured and diversity-driven exploration in RLVR. Our approach introduces Strategy Nudging, which conditions each rollout on lightweight, strategy-level contexts to induce diverse reasoning trajectories without relying on expensive oracle supervision. To effectively learn from such structured exploration, we further propose a unified objective, which decomposes the reward signal into inter- and intra-context components and incorporates a distillation objective to transfer discovered behaviors back to the base policy. Empirically, NudgeRL outperforms standard GRPO with up to 8 times larger rollout budgets, while outperforming oracle-guided RL baseline on average across five challenging math benchmarks. These results demonstrate that structured, context-driven exploration can serve as an efficient and scalable alternative to both brute-force rollout scaling and feasibility-oriented methods based on privileged information. Our code is available at https://github.com/tally0818/NudgeRL.","url_abs":"https://arxiv.org/abs/2605.15726","url_pdf":"https://arxiv.org/pdf/2605.15726","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":{"atlas_url":"https://app.syntology.ai/?focus=2605.15726","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.15726"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/tally0818/NudgeRL","reach":null}],"summary":{"ran":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":11,"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":11,"samples":[{"code_sha256_prefix":"7a369205c90fceef","entry":"build_messages","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/NudgeRLTrainer.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/NudgeRLTrainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7a369205c90fceef"}},{"code_sha256_prefix":"87c53da70db048f7","entry":"compute_advantage_with_groups","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/NudgeRLTrainer.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/NudgeRLTrainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"87c53da70db048f7"}},{"code_sha256_prefix":"9d4dd4ae74105e51","entry":"extract_solution_between_tags","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/generate_oracle_solutions.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/generate_oracle_solutions.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9d4dd4ae74105e51"}},{"code_sha256_prefix":"72df2b8209c90551","entry":"has_saved_tokenizer","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/train_nudgerl.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/train_nudgerl.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"72df2b8209c90551"}},{"code_sha256_prefix":"f70acc03f057bd82","entry":"has_sft_baseline","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/train_grpo.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/train_grpo.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f70acc03f057bd82"}},{"code_sha256_prefix":"4238d2cfcafc21b0","entry":"load_model_and_tokenizer","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/train_nudgerl.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/train_nudgerl.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4238d2cfcafc21b0"}},{"code_sha256_prefix":"de7fd72ffc80930f","entry":"nanmax","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/utils.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"de7fd72ffc80930f"}},{"code_sha256_prefix":"95a9accdc840e38e","entry":"nanmin","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/train/utils.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/train/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"95a9accdc840e38e"}},{"code_sha256_prefix":"fa27519cf6b19fce","entry":"parse_dataset_names","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/eval_model.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/eval_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fa27519cf6b19fce"}},{"code_sha256_prefix":"d06fc88c8edfb8b2","entry":"render_chat_prompt","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/eval_utils.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/eval_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d06fc88c8edfb8b2"}},{"code_sha256_prefix":"3912f4a204251a68","entry":"sanitize_name","repo":"tally0818/NudgeRL","repo_kind":"found_in_text","path":"src/eval_utils.py","file_url":"https://github.com/tally0818/NudgeRL/blob/HEAD/src/eval_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3912f4a204251a68"}}]},"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":null}