paper-with-me

홈 › Papers

Causally-Enhanced Reinforcement Policy Optimization

2025-09-27 · Xiangqi Wang, Yue Huang, Yujun Zhou, Xiaonan Luo, Kehan Guo, Xiangliang Zhang arxiv

Large language models (LLMs) trained with reinforcement objectives often achieve superficially correct answers via shortcut strategies, pairing correct outputs with spurious or unfaithful reasoning and degrading under small causal perturbations. We introduce Causally-Enhanced Policy Optimization (CE-PO), a drop-in reward-shaping framework that augments policy optimization with a differentiable proxy for causal coherence along the generation pathway from prompt (Z) to rationale (X) to answer (Y). CE-PO estimates model-internal influence with Jacobian-based sensitivities, counterfactually hardens these signals to suppress nuisance cues, and fuses the resulting coherence score with task-accuracy feedback via a Minkowski (power-mean) combiner, exposing a single tunable between accuracy and coherence trade-off. The unified reward integrates with PPO/GRPO without architectural changes. Across reasoning benchmarks and causal stress tests, CE-PO reduces reward hacking and unfaithful chain-of-thought while improving robustness to correlation-causation flips and light counterfactual edits, all at near-parity accuracy. Experimental results across 4 datasets show that CE-PO improves accuracy over baselines by 5.49% on average (up to 9.58%), while improving robustness to correlation-causation flips and light counterfactual edits.

📄 PDF Abstract BibTeX arXiv:2509.23095

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Group Causal Policy Optimization for Post-Training Large Language Models

2025-08-07 · Ziyin Gu, Jingyao Wang, Ran Zuo, Chuxiong Sun 외 arxiv

Recent advances in large language models (LLMs) have broadened their applicability across diverse tasks, yet specialized domains still require targeted post training. Among existing methods, Group Relative Policy Optimiz…

RePO: Replay-Enhanced Policy Optimization

2025-06-11 · Siheng Li, Zhanhui Zhou, Wai Lam, Chao Yang 외

Reinforcement learning (RL) is vital for optimizing large language models (LLMs). Recent Group Relative Policy Optimization (GRPO) estimates advantages using multiple on-policy outputs per prompt, leading to high computa…

MathMathematical ReasoningReinforcement Learning (RL)

Learning Good Policies By Learning Good Perceptual Models

2019-09-25 · Yilun Du, Phillip Isola

Reinforcement learning (RL) has led to increasingly complex looking behavior in recent years. However, such complexity can be misleading and hides over-fitting. We find that visual representations may be a useful met…

reinforcement-learningReinforcement Learning (RL)Representation Learning

Deep Reinforcement Learning with Enhanced PPO for Safe Mobile Robot Navigation

2024-05-25 · Hamid Taheri, Seyed Rasoul Hosseini, Mohammad Ali Nekoui

Collision-free motion is essential for mobile robots. Most approaches to collision-free and efficient navigation with wheeled robots require parameter tuning by experts to obtain good navigation behavior. This study inve…

Autonomous NavigationDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

KEPO: Knowledge-Enhanced Preference Optimization for Multimodal Reasoning with Applications to Medical VQA

2026-01-30 · Fan Yang, Rui Meng, Trudi Di Qi, Ali Ezzati 외 arxiv

Reinforcement learning (RL) has emerged as a promising paradigm for inducing explicit reasoning behaviors in large language and vision-language models. However, reasoning-oriented RL post-training remains fundamentally c…

Visual Question AnsweringReinforcement LearningMultimodal Reasoning