[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-85334-en":3,"doc-seo-85334-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},85334,13056703020460,"Valentina","https://ap-avatar.wpscdn.com/avatar/be000253dac470eee5d?_k=1778207105932848923",8,"Research & Report","SCOPE-RL 优化推理路径：成功之前与成功之后","Reinforcement learning with verifiable rewards (RLVR) improves LLMs using sparse terminal rewards that reliably confirm whether a trajectory succeeds, yet fail to provide feedback about the reasoning path. Before success, progress on hard problems yields no useful signal; after success, endpoint rewards cannot separate well-organized correct reasoning from redundant or locally flawed steps. SCOPE-RL introduces a two-stage framework to densify the reward signal while keeping GRPO updates, boosting accuracy up to 11.2 pp and reducing reasoning tokens by up to 27.1%.","SCOPE-RL: Optimizing Reasoning Paths Before and After Success  \nXiaojian Liu 1 ,2∗, Han Xu2∗†, Jianqiang Xia2 , Zhixuan Li2 , Ke Xu2 ,  \nYiwei Dai2 , Xinran Chen2 , Changwo Wu2 , Yuchen Li2  \n1 Baidu Inc. 2 Shandong University  \n[liux83596@gmail.com](liux83596@gmail.com), [xhbj66@gmail.com](xhbj66@gmail.com)  \narXiv :2607 . 1 1506v 1 [ cs .LG] 13 Jul 2026  \nAbstract  \nReinforcement learning with verifiable rewards (RLVR) optimizes LLMs using sparse verifiable final-answer rewards. This sparse anchor reliably verifies whether a trajectory succeeds but provides no direct feedback on the reasoning path that produced it. Before success, prerequisite progress on hard problems receives no reward signal; after success, outcome rewards cannot distinguish well-organized correct trajectories from redundant or locally flawed ones. We introduce SCOPE-RL (Scaffolded Chain Optimization with Process Efficiency), a twostage framework that densifies this anchor while retaining the GRPO update: Adaptive Scaffolded RL adds prefix-decomposed verifiable rewards on answer-hidden sub-question chains before success, and Quality-Aware Process RL applies correctness-gated processshape rewards to refine correct trajectories after success. An expert-validated Step-Quality Evaluation Protocol evaluates useful-step density, error localization, and token efficiency beyond final-answer accuracy. On Qwen3-8BInstruct trained on DAPO-Math and Big-Math, SCOPE-RL improves average accuracy by up to 11.2 pp and reduces reasoning tokens by up to 27.1% over outcome-only GRPO; the gains hold under GSPO and on Qwen3-0.6B-Instruct, indicating that reward-signal densification is complementary to policy-update-level RLVR advances.Code and data are available at [https:](https:)//[github.com/tokencraft-lab/SCOPE-RL](github.com/tokencraft-lab/SCOPE-RL).  \n1 Introduction  \nReinforcement learning with verifiable rewards (RLVR) optimizes LLMs using sparse terminal rewards, typically final-answer correctness (Guo et al., 2025 ; Shao et al., 2024 ; Yu et al., 2025 ; Zheng et al., 2025 ; Liu et al., 2025) . This terminal anchor reliably certifies success but provides no  \n∗Equal contribution. †Corresponding author.  \ndirect feedback on the reasoning path, leading to two failure modes usually treated separately: training stalls on hard problems where outcome-only rollouts rarely succeed (Pang et al., 2025 ; Shi et al., 2025 ; Ma et al., 2025), and models produce correct but inefficient reasoning on problems they can already solve (Zhou et al., 2026 ; Rakotonirina et al., 2026 ; He et al., 2025) . Before success, prerequisite progress is invisible unless it reaches the final answer, so near-misses provide little signal; after success, endpoint rewards cannot distinguish wellorganized correct trajectories from redundant or locally flawed ones. Two diagnostic probes provide evidence for this interpretation (Figure 1; details in Appendix C): scaffolded prompts reveal prerequisite signal that endpoint rewards leave unexposed, and among final-answer-correct rollouts outcomeonly GRPO increases response length while retaining low-value content.  \nThis sparse-anchor view reframes prior work as addressing different consequences of the same anchor: exploration-oriented methods reshape inputs, rollouts, or updates on hard problems (Parasharet al., 2025 ; Pang et al., 2025 ; Bae et al., 2026 ; Shi et al., 2025 ; Chih-Yao Chen et al., 2026 ; Simonds and Yoshiyama, 2025 ; Qu et al., 2026 ; Liao et al., 2026 ; Zhang et al., 2025 ; Liu et al., 2026 ; Yanet al., 2025), efficiency methods reduce overthinking (Hou et al., 2025 ; He et al., 2025 ; Rakotonirina et al., 2026), and process-supervision methods train PRMs, derive implicit rewards, or reassign dense feedback (Lightman et al., 2023 ; Wang et al., 2024 ; Cui et al., 2025 ; Rezaei et al., 2026 ; Yao et al., 2026 ; Cheng et al., 2025) . Less explored is how the rule-verifiable signal itself can be densified through independently verified sub-ans","cbCaikkld9Il1WHS","https://ap.wps.com/l/cbCaikkld9Il1WHS","pdf",922544,4,1,21,"English","en",105,"# Abstract\n# Introduction\n## SCOPE-RL: two-stage RLVR framework\n## Step-Quality Evaluation Protocol\n## Experimental results and contributions","[{\"question\":\"为什么仅使用终点可验证奖励（outcome-only GRPO）会导致两个常见失败模式？\",\"answer\":\"终点奖励能验证是否成功，但缺少对推理路径的反馈：在成功前，接近成功的前置进展难以获得有效信号；在成功后，终点奖励无法区分组织良好的正确推理与冗余或局部有误的推理过程。\"},{\"question\":\"SCOPE-RL如何在“成功之前”和“成功之后”分别 densify 奖励信号？\",\"answer\":\"SCOPE-RL采用两阶段：Adaptive Scaffolded RL在成功前对答案隐藏的子问题链使用前缀分解的可验证奖励，以奖励部分进展；Quality-Aware Process RL在成功后对达到正确答案的轨迹应用正确性门控的过程形状奖励，偏好有用且结构良好的推理。\"},{\"question\":\"Step-Quality Evaluation Protocol如何评估超出最终答案准确率的推理质量？\",\"answer\":\"该协议在保留规则化答案验证的同时，引入基于后验LLM判断的诊断，用于衡量有用步骤密度、低价值步骤比例、错误定位与令牌效率。\"}]",1784202573,53,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"scope-rl-optimizing-reasoning-paths-before-and-after-success","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":20},"https://docshare.wps.com/document/scope-rl-optimizing-reasoning-paths-before-and-after-success/85334/",{"url":52,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-25","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"为什么仅使用终点可验证奖励（outcome-only GRPO）会导致两个常见失败模式？","Question",{"text":75,"@type":76},"终点奖励能验证是否成功，但缺少对推理路径的反馈：在成功前，接近成功的前置进展难以获得有效信号；在成功后，终点奖励无法区分组织良好的正确推理与冗余或局部有误的推理过程。","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"SCOPE-RL如何在“成功之前”和“成功之后”分别 densify 奖励信号？",{"text":80,"@type":76},"SCOPE-RL采用两阶段：Adaptive Scaffolded RL在成功前对答案隐藏的子问题链使用前缀分解的可验证奖励，以奖励部分进展；Quality-Aware Process RL在成功后对达到正确答案的轨迹应用正确性门控的过程形状奖励，偏好有用且结构良好的推理。",{"name":82,"@type":73,"acceptedAnswer":83},"Step-Quality Evaluation Protocol如何评估超出最终答案准确率的推理质量？",{"text":84,"@type":76},"该协议在保留规则化答案验证的同时，引入基于后验LLM判断的诊断，用于衡量有用步骤密度、低价值步骤比例、错误定位与令牌效率。","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]