paper-with-me

Papers

FAPO: Flawed-Aware Policy Optimization for Efficient and Reliable Reasoning

2025-10-26 · Yuyang Ding, Chi Zhang, Juntao Li, Haibin Lin, Min Zhang arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a promising paradigm for enhancing the reasoning capabilities of large language models (LLMs). In this context, models explore reasoning trajectories and exploit rollouts with correct answers as positive signals for policy optimization. However, these rollouts might involve flawed patterns such as answer-guessing and jump-in-reasoning. Such flawed-positive rollouts are rewarded identically to fully correct ones, causing policy models to internalize these unreliable reasoning patterns. In this work, we first conduct a systematic study of flawed-positive rollouts in RL and find that they enable rapid capability gains during the early optimization stage, while constraining reasoning capability later by reinforcing unreliable patterns. Building on these insights, we propose Flawed-Aware Policy Optimization (FAPO), which presents a parameter-free reward penalty for flawed-positive rollouts, enabling the policy to leverage them as useful shortcuts in the warm-up stage, securing stable early gains, while gradually shifting optimization toward reliable reasoning in the later refinement stage. To accurately and comprehensively detect flawed-positive rollouts, we introduce a generative reward model (GenRM) with a process-level reward that precisely localizes reasoning errors. Experiments show that FAPO is effective in broad domains, improving outcome correctness, process reliability, and training stability without increasing the token budget.

📄 PDF Abstract BibTeX arXiv:2510.22543

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FAPO: Fully Automated Prompt Optimization of Multi-Step LLM Pipelines

2026-06-17 · Paul Kassianik, Baturay Saglam, Huaibo Zhao, Blaine Nelson 외 arxiv

Multi-step LLM pipelines fail through interactions among retrieval, reasoning, and formatting steps, so prompt-only optimization can miss bottlenecks in the chain. We present Fully Automated Prompt Optimization (FAPO), a…

The Hidden Bias of Process Reward Models:PRISM for Rewarding the Right Reasoning

2026-06-08 · Aakriti Agrawal, Souradip Chakraborty, Armin Saghafian, Nihal Sharma 외 arxiv

Process Reward Models (PRMs) improve credit assignment for reasoning by providing step-level feedback. However, we identify a hidden bias in PRMs caused by severe imbalance in step-level training data. Standard cross-ent…

Natural Policy Gradients In Reinforcement Learning Explained

2022-09-05 · W. J. A. van Heeswijk

Traditional policy gradient methods are fundamentally flawed. Natural gradients converge quicker and better, forming the foundation of contemporary Reinforcement Learning such as Trust Region Policy Optimization (TRPO) a…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

QSpark: Towards Reliable Qiskit Code Generation

2025-07-16 · Kiana Kheiri, Aamna Aamir, Andriy Miranskyy, Chen Ding arxiv

Quantum circuits must be error-resilient, yet LLMs like Granite-20B-Code and StarCoder often output flawed Qiskit code. We fine-tuned the Qwen2.5-Coder-32B model with two RL methods, Group Relative Policy Optimization (G…

Code Generation

Confidence-Aware Alignment Makes Reasoning LLMs More Reliable

2026-05-08 · Kejia Chen, Jiawen Zhang, Yihong Wu, Kewei Gao 외 arxiv

Large reasoning models often reach correct answers through flawed intermediate steps, creating a gap between final accuracy and reasoning reliability. Existing alignment strategies address this with external verifiers or…