CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization
Summary
CoRT proposes a token-level credit weighting method for GRPO that uses counterfactual replay to compute token-wise log-likelihood contrasts, redistributing the signed advantage across tokens without an auxiliary scorer, achieving average gains of 4.4 percentage points over response-level GRPO.
View Cached Full Text
Cached at: 07/30/26, 05:46 AM
Paper page - CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization
Source: https://huggingface.co/papers/2607.25659 Published on Jul 28
·
Submitted byhttps://huggingface.co/jwhe
quinnon Jul 30
Abstract
Rubric-basedreinforcementlearningenricheslanguagemodeltrainingbyevaluatingmodeloutputsagainstexplicitcriteria.YetinGRPO-stylepipelines,thesestructuredjudgmentsarereducedtoascalarresponse-levelrewardandconvertedintoaresponse-leveladvantage,whichisbroadcastuniformlytoallgeneratedtokens.Thisleavesnoexplicitmechanismforallocatingcreditwithinaresponse,evenwhendifferentcriteriaaregroundedindifferentspans,formattingdecisions,orsemanticchoices.WeproposeCoRT,atoken-levelcreditweightingmethodforrubric-conditionedGRPO.Insteadoftraininganauxiliarytokenscoringmodel,CoRTusescounterfactualreplaytorescorethesamesampledresponseundertheoriginalrubric-conditionedpromptandamatchedcriteria-freeprompt.Theresultingtokenwiselog-likelihoodcontrastsserveasaproxyfordependenceontherubriccontext.CoRTmapsthesecontraststobounded,response-normalizedweightsandusesthemtoredistributethesignedGRPOadvantageacrosstokens,withoutintroducinganauxiliaryscorerorchangingtheresponse-levelreward.Experimentsacrossinstruction-tunedmodelsandrewardgranularitiesshowthatCoRTimprovesovermatchedresponse-levelGRPOinthevastmajorityofcomparisons,withanaveragegainof4.4percentagepoints.Themethodremainscompetitivewithlearnedtoken-levelcreditbaselineswhileavoidingaseparaterelevance-learningstage.Theseresultssuggestthatpolicy-internalcounterfactuallikelihoodcontrastsprovideaneffectivetrainingsignalforwithin-responsecreditallocationwhileretainingthesimplicityandstabilityofGRPO.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.25659
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.25659 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.25659 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.25659 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Guidance Contrastive Token Credit Assignment for Discrete Policy Optimization
This paper introduces Guidance Contrastive Policy Optimization (GCPO), a novel algorithm that enables per-token credit assignment in reinforcement learning by contrasting model predictions under positive and negative prompts, consistently outperforming GRPO and DAPO baselines on text-to-image generation and chain-of-thought reasoning benchmarks.
GAGPO: Generalized Advantage Grouped Policy Optimization
GAGPO proposes a critic-free RL method that uses a non-parametric grouped value proxy for step-level credit assignment in multi-turn agentic tasks, outperforming strong baselines on ALFWorld and WebShop.
Taming Extreme Tokens: Covariance-Aware GRPO with Gaussian-Kernel Advantage Reweighting
This paper proposes a covariance-aware variant of Group Relative Policy Optimization (GRPO) that uses Gaussian-kernel advantage reweighting to stabilize training entropy and improve reasoning performance in large language models.
CIGPO: Contextual Information-Gain Policy Optimization for Multi-Turn Evidence-Reading LLM Agents
This paper identifies a reward-variance collapse failure mode in GRPO for multi-turn evidence-reading agents and proposes CIGPO, which uses per-turn contextual information-gain rewards to maintain gradient signal, achieving +105% F1 improvement on HotpotQA.
GRAIL: Gradient-Reweighted Advantages for Reinforcement Learning with Verifiable Rewards
GRAIL introduces gradient-reweighted advantages to improve token-level credit assignment in reinforcement learning for LLM reasoning, outperforming GRPO across multiple models.