Beyond Uniform Credit: Causal Credit Assignment for Policy Optimization
Mykola Khandoga, Rui Yuan, Vinay Kumar Sankarapu

TL;DR
This paper introduces counterfactual importance weighting for policy gradient methods in language model reasoning, improving credit assignment by directly measuring the causal impact of reasoning spans without external models.
Contribution
It proposes a novel, model-intrinsic method for causal credit assignment in policy optimization, enhancing reasoning accuracy and convergence speed.
Findings
Consistent improvements over uniform baselines on GSM8K.
Faster convergence to comparable accuracy.
Inverting importance signals degrades performance.
Abstract
Policy gradient methods for language model reasoning, such as GRPO and DAPO, assign uniform credit to all generated tokens - the filler phrase "Let me think" receives the same gradient update as the critical calculation "23 + 45 = 68." We propose counterfactual importance weighting: mask reasoning spans, measure the drop in answer probability, and upweight tokens accordingly during policy gradient updates. Our method requires no auxiliary models or external annotation, instead importance is estimated directly from the policy model's own probability shifts. Experiments on GSM8K across three models spanning the Qwen and Llama families demonstrate consistent improvements over uniform baselines and faster convergence to equivalent accuracy. Inverting the importance signal hurts performance, confirming we capture genuine causal structure rather than noise. Analysis shows the method correctly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Multimodal Machine Learning Applications
