Towards Generalizable Reasoning: Group Causal Counterfactual Policy Optimization for LLM Reasoning
Jingyao Wang, Peizheng Guo, Wenwen Qiang, Jiahuan Zhou, Huijie Guo, Changwen Zheng, Hui Xiong
TL;DR
This work tackles the misalignment between outcome-based rewards and reasoning quality in LLM post-training. It reframes multi-candidate reasoning as counterfactual experiments and introduces GC^2PO, which uses episodic causal counterfactual rewards that jointly measure reasoning robustness and expressiveness, then optimizes token-level advantages to promote generalizable reasoning patterns. The approach decouples process-valid reasoning from final answers, enabling learning of invariant reasoning mechanisms that transfer across questions. Across diverse benchmarks, GC^2PO delivers superior generalization and more structured, goal-oriented reasoning with only modest computational overhead, advancing the ability of LLMs to generalize reasoning skills beyond training distributions.
Abstract
Large language models (LLMs) excel at complex tasks with advances in reasoning capabilities. However, existing reward mechanisms remain tightly coupled to final correctness and pay little attention to the underlying reasoning process: trajectories with sound reasoning but wrong answers receive low credit, while lucky guesses with flawed logic may be highly rewarded, affecting reasoning generalization. From a causal perspective, we interpret multi-candidate reasoning for a fixed question as a family of counterfactual experiments with theoretical supports. Building on this, we propose Group Causal Counterfactual Policy Optimization to explicitly train LLMs to learn generalizable reasoning patterns. It proposes an episodic causal counterfactual reward that jointly captures (i) robustness, encouraging the answer distribution induced by a reasoning step to remain stable under counterfactual perturbations; and (ii) effectiveness, enforcing sufficient variability so that the learned reasoning strategy can transfer across questions. We then construct token-level advantages from this reward and optimize the policy, encouraging LLMs to favor reasoning patterns that are process-valid and counterfactually robust. Extensive experiments on diverse benchmarks demonstrate its advantages.
