Paper deep dive
FARCA: Fact-Aligned Reliability-Aware Credit Assignment for Reinforcement Learning with Factual Supervision
Qiming Xie, Wenjie Zheng, Xiangqing Shen, Rui Xia
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 89%
Last extracted: 8/29/2026, 4:31:33 AM
Summary
The paper introduces FARCA (Fact-Aligned Reliability-Aware Credit Assignment), a policy optimization framework for Reinforcement Learning with Verifiable Rewards (RLVR) in Large Language Models. FARCA addresses 'noisy factual credit assignment' by decomposing it into credit localization ambiguity and credit reliability ambiguity. It achieves fine-grained credit localization by aligning fact verification granularity with policy updates via token provenance. It addresses reliability ambiguity using counterfactual evidence attribution to compute reliability weights, which modulate factual rewards and policy advantages. Experiments show FARCA improves model factuality while preserving general reasoning capabilities.
Entities (14)
Relation Signals (8)
FARCA ā addresses ā Credit Reliability Ambiguity
confidence 95% Ā· To address credit reliability ambiguity, FARCA employs counterfactual evidence attribution... to compute reliability weights.
FARCA ā addresses ā Credit Localization Ambiguity
confidence 95% Ā· To address credit localization ambiguity, FARCA first decomposes each trajectory into a set of independently verifiable atomic facts... termed its token provenance.
FARCA ā uses ā Counterfactual Evidence Attribution
confidence 92% Ā· It further introduces counterfactual evidence attribution, which uses the dependence of a factual judgment on key evidence as an empirical proxy for verification reliability
FARCA ā improves ā Model Factuality
confidence 90% Ā· Experiments across different models and multiple factual reasoning benchmarks show that FARCA significantly improves model factuality
FARCA ā uses ā Token Provenance
confidence 90% Ā· FARCA first decomposes each trajectory into a set of independently verifiable atomic facts, each anchored to its originating token span within the trajectory, termed its token provenance.
FARCA ā buildsupon ā GRPO
confidence 85% Ā· FARCA first computes the advantage of rollout y i following Group Relative Policy Optimization (GRPO)
RLVR ā suffersfrom ā Hallucination
confidence 85% Ā· outcome-reward-driven RL can lead models to reach correct answers via factually flawed reasoning... thereby amplifying hallucination
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:To reduce the hallucination risk caused by outcome-driven rewards in large language models trained through reinforcement learning with verifiable rewards, existing mitigation approaches introduce process-level factual supervision. However, due to coarse-grained aggregation of factual signals and the lack of reliability assessment for these signals, they create a mismatch between fact verification and policy updates. We term this noisy factual credit assignment and decompose it into two aspects: credit localization ambiguity and credit reliability ambiguity. To address these issues, we propose FARCA (Fact-Aligned Reliability-Aware Credit Assignment), a policy optimization framework that transforms factual supervision into localized, reliability-weighted token-level training signals. FARCA achieves fine-grained credit localization by aligning the granularity of fact verification with that of policy updates. It further introduces counterfactual evidence attribution, which uses the dependence of a factual judgment on key evidence as an empirical proxy for verification reliability to compute reliability weights. These weights modulate factual rewards and local policy advantages, reducing the influence of potentially unreliable signals on policy optimization. Experiments across different models and multiple factual reasoning benchmarks show that FARCA significantly improves model factuality while preserving general reasoning capabilities.
Tags
Links
- Source: https://arxiv.org/abs/2608.24350v1
- Canonical: https://arxiv.org/abs/2608.24350v1
Trouble viewing inline? Open PDF directly ā
Full Text
72,063 characters extracted from source content.
Expand or collapse full text
arXiv:2608.24350v1 [cs.CL] 25 Aug 2026 FARCA: Fact-Aligned Reliability-Aware Credit Assignment for Reinforcement Learning with Factual Supervision Qiming Xie 1 , Wenjie Zheng 1 , Xiangqing Shen 2 , Rui Xia 2ā 1 School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing, China 2 School of Intelligence Science and Technology, Nanjing University, China qmxie, wjzheng@njust.edu.cn xqshen, rxia@nju.edu.cn Abstract To reduce the hallucination risk caused by outcome-driven rewards in large language models trained through reinforce- ment learning with verifiable rewards, existing mitigation ap- proaches introduce process-level factual supervision. How- ever, due to coarse-grained aggregation of factual signals and the lack of reliability assessment for these signals, they cre- ate a mismatch between fact verification and policy updates. We term this noisy factual credit assignment and decompose it into two aspects: credit localization ambiguity and credit relia- bility ambiguity. To address these issues, we propose FARCA (Fact-Aligned Reliability-Aware Credit Assignment), a pol- icy optimization framework that transforms factual supervi- sion into localized, reliability-weighted token-level training signals. FARCA achieves fine-grained credit localization by aligning the granularity of fact verification with that of policy updates. It further introduces counterfactual evidence attribu- tion, which uses the dependence of a factual judgment on key evidence as an empirical proxy for verification reliability to compute reliability weights. These weights modulate factual rewards and local policy advantages, reducing the influence of potentially unreliable signals on policy optimization. Experi- ments across different models and multiple factual reasoning benchmarks show that FARCA significantly improves model factuality while preserving general reasoning capabilities. Introduction Driven by the new paradigm of Reinforcement Learning with Verifiable Rewards (RLVR), Large Language Models (LLMs) have recently shown strong capabilities on complex tasks (Jaech et al. 2024; Guo et al. 2025). However, prior work has shown that outcome-reward-driven RL can lead models to reach correct answers via factually flawed rea- soning in knowledge-intensive tasks, failing to penalize and even reinforcing such behavior, thereby amplifying halluci- nation (Huang et al. 2025; Zhang et al. 2025). To mitigate this issue, recent studies have introduced fac- tual supervision into RLVR, demonstrating its promise for improving model factuality. One line of work constructs process-aware factual rewards at the trajectory level to con- strain model generation (Ren et al. 2026), while another re- fines the granularity of supervision by introducing factual signals at the reasoning-step level to guide advantage up- dates (Li and Ng 2025; Gui et al. 2026). Underlying these ā Corresponding author. Aligning Facts with Tokens: Reliability-Aware Factual Credit Assignment for Language Model Policy Optimization Anonymous submission Abstract To reduce the hallucination risk caused by outcome- driven rewards in large language models trained with reinforcement learning with verifiable rewards, existing mitigation approaches introduce process-level factual supervision. However, due to coarse-grained aggrega- tion of factual signals and the lack of reliability assess- ment for these signals, they create a mismatch between fact verification and policy updates. We term this noisy factual credit assignment and decompose it into two aspects: credit localization ambiguity and credit relia- bility ambiguity. To address these issues, we propose FARCA (Fact-Aligned Reliability-Aware Credit As- signment), a policy optimization framework that trans- forms factual supervision into localized, reliability- weighted token-level training signals. FARCA achieves fine-grained credit localization by aligning the granu- larity of fact verification with that of policy updates. It further introduces counterfactual evidence attribution, which uses the dependence of a factual judgment on key evidence as an empirical proxy for verification reliabil- ity to compute reliability weights. These weights mod- ulate factual rewards and local policy advantages, re- ducing the influence of potentially unreliable signals on policy optimization. Experiments across different mod- els and multiple factual reasoning benchmarks show that FARCA significantly improves model factuality while preserving general reasoning capabilities. Introduction Driven by the new paradigm of Reinforcement Learn- ing with Verifiable Rewards (RLVR), Large Language Models (LLMs) have recently shown strong capabilities on complex tasks such as mathematical reasoning and code generation (Jaech et al. 2024; Guo et al. 2025). However, prior work has shown that outcome-reward- driven RL can lead models to reach correct answers via factually flawed reasoning in knowledge-intensive tasks, failing to penalize and even reinforcing such behavior, thereby exacerbating hallucination (Huang et al. 2025; Zhang et al. 2025; Ding et al. 2025; Chen et al. 2025b). To mitigate this issue, recent studies have intro- duced factual supervision into RLVR, demonstrating its promise for improving model factuality. One line of work constructs process-aware factual rewards at Mixed rolloutsMixed steps Sign conflicts 0 50 100 83% 48% 32% Percentage (%) (a) Q1Q2Q3Q4 60 80 100 Accuracy (%) HHEM Q1Q2Q3Q4 AlignScore Q1Q2Q3Q4 MiniCheck Evidence Margin Random (b) Figure 1: (a) Percentages of rollouts and reasoning steps with mixed-correctness atomic facts, and of sign con- flicts between fact labels and their shared credit. (b) Accuracy of three verifiers across quartiles constructed separately for each reliability proxy. the trajectory level to constrain model generation (Ren et al. 2026), while another refines the granularity of supervision by introducing factual signals at the reasoning-step level to guide advantage updates (Li and Tou Ng 2025; Gui et al. 2026). Underlying these ap- proaches is a common mechanism: the outcome of fact verification is converted into a signal attributed to the specific generated content responsible for it, determin- ing the direction and magnitude of the corresponding policy update. We term thisfactual credit, and as the intermediary linking fact verification with policy op- timization, its assignment quality determines whether verification outcomes can be faithfully converted into policy gradients on the corresponding content. How- ever, existing work has not adequately addressed two critical steps in this conversion:wherecredit should be assigned, andhow reliablethe corresponding verifica- Figure 1: (a) Percentages of rollouts and reasoning steps with mixed-correctness atomic facts, and of sign conflicts between fact labels and their shared credit. (b) Accuracy of three verifiers across quartiles constructed separately for each reliability proxy. approaches is a common mechanism: the outcome of fact ver- ification is converted into a signal attributed to the specific generated content responsible for it, determining the direc- tion and magnitude of the corresponding policy update. We term this factual credit, and as the intermediary linking fact verification with policy optimization, its assignment quality determines whether verification outcomes can be faithfully converted into policy gradients on the corresponding con- tent. However, existing work has not adequately addressed two critical steps in this conversion: where credit should be assigned, and how reliable the corresponding verification signal is. Mishandling either step causes the factual credit that actually enters the policy objective to deviate from ideal factual supervision in location, direction, or magnitude. We refer to this deviation as noisy factual credit assignment, which we decompose into two interrelated aspects: credit localization ambiguity and credit reliability ambiguity. Credit localization ambiguity arises from the granu- larity mismatch between fact verification and policy up- dates: verification operates at the level of atomic facts or reasoning steps, whereas RL updates parameters via per- token log-probabilities. When a trajectory or step con- tains facts of mixed factuality, collapsing them into a sin- gle scalar credit blurs the correspondence between each verification outcome and its source tokens, causing to- kens tied to correct and incorrect facts to share the same credit. Our pilot experiments confirm this is not a marginal issue (Figure 1(a)). Using reasoning trajectories from DeepSeek-R1-Distill-Qwen-7B (Guo et al. 2025) on 100 examples sampled from 2WikiMultiHopQA (Ho et al. 2020), we find mixed correctness is common, with credit ag- gregation assigning a sign opposite to the true label to a substantial portion of fact spans. Credit reliability ambiguity stems from the inherent uncer- tainty of verification outcomes. Existing methods typically formulate fact verification as a Natural Language Inference (NLI) task and use the verifierās output directly as supervi- sion, without assessing its reliability. Yet NLI-based veri- fiers can be misled by linguistic priors or irrelevant spans, producing misjudgements that contaminate the policy gradi- ent (Chen et al. 2025a; Cai et al. 2025). Intuitively, a trustwor- thy verification outcome should be grounded in identifiable evidence: removing key evidence should change the score accordingly. Using the pilot experiment data, we evaluate three reliability proxies against human-annotated accuracy across three verifiers with distinct architectures (HHEM (Li, Luo, and Mendelevitch 2024), AlignScore (Zha et al. 2023), MiniCheck (Tang, Laban, and Durrett 2024)): the score change from removing the most relevant evidence (Evidence) or random evidence (Random), and the margin from the classification boundary (Margin). As shown in Figure 1(b), accuracy increases monotonically with the Evidence quan- tile across all verifiers, supporting evidence dependence as a signal for reliability-aware credit modulation. To this end, we propose FARCA (Fact-Aligned Reliability- Aware Credit Assignment), a unified framework for reliable factual credit assignment. To address credit localization ambiguity, FARCA first decomposes each trajectory into a set of independently verifiable atomic facts, each anchored to its originating token span within the trajectory, termed its token provenance. Then, it assesses each atomic fact against external evidence using a factual verifier and derives a con- tinuous, signed factual score accordingly, routed back to the tokens identified by its provenance. By aligning the granu- larity between fact verification and policy updates, FARCA enables tokens corresponding to correct facts and to halluci- nated content within the same reasoning process to receive differentiated optimization signals, thereby reducing the in- terference caused by coarse-grained aggregation of verifi- cation outcomes. To address credit reliability ambiguity, FARCA employs counterfactual evidence attribution, using the degree to which a verification outcome depends on key evidence as an empirical proxy for its reliability. Specifically, for each atomic fact, we first identify its most relevant evi- dence sentences, compare the verification score before and after removing this evidence, and map the resulting score change to a continuous reliability weight. This weight is fur- ther used to modulate the factual reward and the local policy advantage, limiting the influence of unreliable factual signals on policy optimization. Summary of Contributions. (1) We identify noisy fac- tual credit assignment as a key bottleneck in RL with factual supervision, and show that effective factual optimization re- quires both precise credit localization and reliable supervi- sion signals. (2) We propose FARCA, a unified framework that converts verification signals into localized, reliability- aware factual credit, enabling factual supervision to guide policy optimization more faithfully and robustly. (3) Exper- imental results demonstrate that FARCA significantly im- proves model factuality while maintaining strong reasoning performance and training stability. Related Work Outcome-Driven Reinforcement Learning and Factu- ality. Reinforcement Learning with Verifiable Rewards (RLVR) has become a central paradigm for eliciting com- plex reasoning from large language models (LLMs), achiev- ing substantial gains in mathematical and general reason- ing tasks by optimizing automatically verifiable outcome- level rewards (Shao et al. 2024; Guo et al. 2025). However, these rewards assess only the correctness of the final an- swer and do not verify the factual accuracy of intermediate reasoning steps. This limitation is particularly problematic in knowledge-intensive tasks, where a correct answer often depends on multiple factual claims supported by external evidence. A reasoning trajectory may contain guesses or fab- ricated claims and still receive a positive reward if its final answer happens to be correct. As a result, outcome-based training may reinforce factually incorrect or unsupported rea- soning trajectories and increase the risk of hallucinations in reasoning LLMs (Ding et al. 2025; Paul et al. 2024; Chen et al. 2025c; Wang et al. 2026; Li and Ng 2025; Chen et al. 2025b). Factual Supervision in Reinforcement Learning. To mitigate this, recent work has incorporated factual supervi- sion into reinforcement learning. KnowRL decomposes the reasoning process into atomic facts and aggregates the verifi- cation results into a trajectory-level factual reward (Ren et al. 2026). FSPO performs fact verification at each reasoning step and uses the outcomes to adjust policy advantages (Li and Ng 2025). FaithRL similarly verifies reasoning faithfulness at the step level and suppresses reasoning steps unsupported by evidence (Gui et al. 2026). These studies demonstrate the potential of incorporating factual supervision into reinforce- ment learning to improve model factuality. However, these methods share factual signals within a trajectory or reasoning step, preventing them from distinguishing correct from in- correct content within the same aggregation unit and creating a granularity mismatch between fact verification and policy optimization. Moreover, they typically use verifier outputs directly to construct factual rewards or adjust advantages, overlooking the risk that verifier misjudgment may induce incorrect policy updates (Chen et al. 2025a; Cai et al. 2025). FARCA addresses these limitations through factātoken align- ment and reliability modeling, providing reliable, fact-guided signals for accurate and robust policy optimization. Methodology The core idea of FARCA is to achieve fact-aligned reliability- aware credit assignment. Given a question x and its corre- sponding knowledge snippetsK used as evidence, the current policy Ļ Īø samples a group of rolloutsy i G i=1 for the same question. Each rollout is written as y i = (y think i ,y answer i ), where y think i denotes the intermediate reasoning text and y answer i denotes the answer. Atomic Fact Extraction and Token Provenance FARCA first decomposes the reasoning text into atomic facts and, for each atomic fact, traces it back to its source tokens in the reasoning text. We refer to this traceable relationship as token provenance, which determines which generation positions are ultimately supervised by the factuality signal. Specifically, we segment the reasoning text y think i into sentences y think i ā s i,1 ,s i,2 ,...,s i,M i , and then filter out sentences that contain only greetings, formatting in- structions, reasoning connectives, or other content with- out verifiable information. For each verifiable sentence s i,j , we prompt GPT-4o (Hurst et al. 2024) to decompose it into a set of independently verifiable atomic facts C i,j = c i,j,1 ,c i,j,2 ,...,c i,j,N i,j , where each c i,j,k is a semanti- cally self-contained claim. If the original sentence contains pronouns, ellipses, or expressions that depend on preced- ing context, the extraction process simultaneously performs decontextualization, rewriting it into a form that can be verified independently. We also instruct GPT-4o to return, for each atomic fact, its source token span and index set T (c i,j,k )ā1,...,|y i | in the original sentence, which we define as the token provenance of that fact. Since the returned token provenance may be affected by repeated entities, pronoun rewriting, and coordinate struc- tures, we apply rule-based checks and corrections to the to- ken provenance results: (1) For cases where the same entity appears multiple times within the same sentence, we main- tain a left-to-right matching cursor to prevent an atomic fact from a later clause being incorrectly bound to an earlier oc- currence of the entity. (2) For atomic facts that underwent de- contextualization, we check whether their token provenance correctly maps back to the pronoun, elliptical expression, or corresponding source span in the original sentence. (3) For coordinate structures sharing a common prefix, we preserve the individual coverage relations of each atomic fact so that they can be handled consistently during subsequent aggrega- tion. (4) Atomic facts whose source span cannot be located within the original text are discarded. This procedure yieldsC i = S M i j=1 C i,j , the set of all atomic facts extracted from the reasoning text, along with the token provenanceT (c i,j,k ) of each atomic fact. Atomic Fact Verification Following prior work, we formulate fact verification as the NLI task. Given a knowledge snippet K as evidence and an atomic fact c i,j,k , the verifier outputs a score in- dicating how well the fact is supported by the evidence, h i,j,k = Verifier(K,c i,j,k ) ā [0, 1]. Rather than threshold- ing the verifier output into a discrete score, FARCA linearly maps it onto a signed interval to obtain a continuous signed factual score r i,j,k = 2h i,j,k ā 1ā [ā1, 1]. r i,j,k > 0 is pos- itive when the evidence supports the fact and negative when it contradicts the fact; a value of zero indicates a neutral judgement. Compared with a discrete factual score, the con- tinuous signed factual score preserves the verifierās support strength, providing a smoother factual supervision signal for the subsequent reward and advantage reshaping. Counterfactual Evidence Attribution and Reliability Estimation FARCA uses the degree to which a verification outcome depends on key evidence as an empirical proxy for its relia- bility, computing a reliability weight for each factual signal via counterfactual evidence attribution. Specifically, we split the evidence into sentences K = e 1 ,e 2 ,...,e L , and then use a sentence encoder Ļ(Ā·) to compute the semantic similarity between each evidence sen- tence and the atomic fact, selecting theK rel most relevant ev- idence sentences E ā i,j,k = TopK K rel e ā āK cos Ļ(e ā ),Ļ(c i,j,k ) . These sentences are treated as the evidentiary anchors on which the current verification outcome most likely depends. We then remove them from the original evidence to construct a counterfactual evidence set K ā² i,j,k = K \ E ā i,j,k , and re-verify to obtain a new score Ģ h i,j,k = Verifier(K ā² i,j,k ,c i,j,k ), Ģr i,j,k = 2 Ģ h i,j,k ā 1. We use the difference between the two signed scores to measure the degree to which the judgement depends on the relevant ev- idence, ā i,j,k = |r i,j,k ā Ģr i,j,k |. A large score change in- dicates that the original judgement rests on identifiable ev- idence and is more reliable, whereas a small score change suggests the verifier reaches a similar judgement even with- out the key evidence, implying the judgement is more likely driven by linguistic priors or irrelevant information. We then map the evidence-dependency strength ā i,j,k to a continuous reliability weight w i,j,k = sigmoid ā i,j,k āμ Ļ ā (0, 1), where μ is the median of ā computed on a calibration set sampled from the training set, and Ļ controls the smoothness of the mapping curve. Finally, the reliability-weighted factual score of each atomic fact is defined as Ģr fact i,j,k = w i,j,k r i,j,k , where r i,j,k determines the direction of the factual supervision signal and w i,j,k deter- mines its strength. Reward Design For each rollout y i = (y think i ,y answer i ), we define three re- ward components as follows. Format reward is used to constrain the output struc- ture, verifying whether y i conforms to the specified format (<think>...</think><answer>...</answer>). R format i = +1, valid format ā1, invalid format <think> To answer the question, I need to identify the directors of both films and their death dates. Identify the director of āAashaā (1980). This filmdirected by J. Om Prakash. His birth year is 1926and he passed away on August 13, 1999. Identify the director of āVruthamā. This film directed by K.Madhu.He was born in 1946 and died on March 30, 1994. Therefore, the director of "Vrutham" died earlier than the director of "Aasha".</think> Question: Whichfilmhasthedirectorwhodied earlier,Aasha(1980Film)orVrutham? Counterfactual Evidence Attribution&Reliability Estimation AtomicFact:J. Om Prakashās birth year is 1926. TokenSpan:His birth year is 1926 AtomicFact:J. Om Prakash passed away on August 13, 1999. TokenSpan:he passed away on August 13, 1999 Atomic Fact Extraction &Token Provenance Verifiable Sentence: His birth year is 1926and he passed away on August 13, 1999. ķ ! GroupRollout ķ + ,-./01 ķ ! "#$%& ...... ķ 2 ,-./01 ķ ' "#$%& ...... ... ķ ! ķ " ...... Reward Answer Reward Format Reward Reliability Weighted Factual Reward Advantage ķ“ + ķ“ 2 ... ... ā=ķā'ķ Reliability ķ¤=ķ āāķ ķ ķ¤=0.95 HighReliability ķ=0.91 Supported ķ¤=0.12 LowReliability ķ=0.68 Supported ... ... Originaladvantage Fact-correctedadvantage Policyupdate ķ¾ā² ķ"ķ Ve r i f i e r Counterfactual Knowledge Removethemost relevantevidence Knowledge VerificationScore 0 ķĢķ 0 Ģķ Figure 2: Overview of the proposed FARCA framework. Answer reward is used to evaluate whether the final an- swer y answer i is correct. R answer i = +1, correct answer ā1, incorrect answer Reliability-weighted factual reward characterizes the degree of support between verifiable facts in y think i and the evidenceK, defined as the average of the reliability-weighted factual scores over all verifiable atomic facts in y think i . R fact i =    1 |C i | P c i,j,k āC i Ģr fact i,j,k , |C i | > 0, 0,|C i | = 0. The final reward for rollout y i is defined as: R i = R format i + R answer i + R fact i . Reliable Fact-Guided Advantage Reshaping FARCA first computes the advantage of rollout y i follow- ing Group Relative Policy Optimization (GRPO) (Shao et al. 2024), and then leverages the alignment between atomic facts and tokens to perform reliability-guided advantage reshap- ing. Specifically, for the G rollouts sampled for the same question, we first perform intra-group normalization in the standard GRPO manner to obtain the advantage A i = R i āmean(R g G g=1 ) std(R g G g=1 )+ε std , which normalizes the reward of y i rel- ative to the group and indicates whether it should be rein- forced or suppressed. FARCA then incorporates both credit localization and credit reliability into advantage reshaping: credit localization determines which tokens receive the fac- tual signal, while credit reliability determines how strongly the signal is applied to those tokens. This process uses the factual supervision signal to reinforce or correct the rele- vant tokens. For each atomic fact, we first use its continuous signed factual score to construct a fact-corrected advantage A fact i,j,k = r i,j,k |A i |, which is positive when supported by the evidence, negative when conflicting, and zero when neutral. Using|A i | preserves the relative training strength of the cur- rent rollout, while allowing the factual score to determine the update direction for the local tokens. Furthermore, we use the reliability weight to form a con- vex combination between the original advantage and the fact- corrected advantage, Ģ A i,j,k = (1āw i,j,k )A i +w i,j,k A fact i,j,k . When w i,j,k is large, it indicates that the corresponding fac- tual judgement is more strongly evidence-dependent, so the covered tokens rely more on the fact-corrected direction; when w i,j,k is small, the factual judgment is less reliable, and Ģ A i,j,k remains closer to A i . This soft-flip mechanism avoids hard gradient reversal caused by a single unreliable verification, while still providing positive reinforcement for facts supported by evidence and negative correction for facts that conflict with evidence when the verification outcome is reliable. The final advantage on token t is: Ė A i,t =    1 |C(i,t)| P c i,j,k āC(i,t) Ģ A i,j,k , C(i,t)Ģø=ā , A i ,C(i,t) =ā . where C(i,t) = c i,j,k : t ā T (c i,j,k ) denotes the set of atomic facts covering token t. Tokens covered by multi- ple facts take their average reliability-aware advantage, and tokens covered by none retain the original. Training Objective Substituting the reliable fact-guided reshaped advantage Ė A i,t into the token-level PPO-clip objective, the final optimization objective of FARCA is: J FARCA (Īø) =E x,y i   1 G G X i=1 1 |y i | |y i | X t=1 ā i,t (Īø)   ā β KL Ļ Īø ā„Ļ ref , ā i,t (Īø) = min Ļ i,t Ė A i,t , clip(Ļ i,t , 1ā ε, 1 + ε) Ė A i,t . where Ļ i,t = Ļ Īø (y i,t | x,y i,<t )/Ļ Īø old (y i,t | x,y i,<t ) is the token-level importance ratio. In summary, FARCA mitigates the noisy factual credit assignment problem through fact-token alignment and reli- ability modeling, injecting factual supervision signals into token-level policy optimization more precisely and robustly. Experiments Experimental Setup Datasets and Metrics. We use a challenging subset (Song et al. 2025) of the knowledge-intensive datasets Hot- potQA (Yang et al. 2018) and 2WikiMultiHopQA (Ho et al. 2020) for FARCA training, where each sample contains a question, an answer, and the corresponding Wikipedia knowledge snippets. In addition, to prevent factuality opti- mization from sacrificing general reasoning ability, we incor- porate the mathematical reasoning dataset SimpleRL (Zeng et al. 2025) for standard RL training. We use four widely adopted benchmarks, SimpleQA (Wei et al. 2024), Truth- fulQA (Lin, Hilton, and Evans 2022), HalluQA (Cheng et al. 2023), and HaluEval-QA (Li et al. 2023), for hallucination evaluation. Specifically, we adopt the F1 score for SimpleQA, the truthful ratio for TruthfulQA and HalluQA, and accuracy for HaluEval-QA. Mathematical reasoning ability is evalu- ated on AIME2026 (MAA 2026), AIME2025 (MAA 2025), MATH-500 (Hendrycks et al. 2021), and GSM8K (Cobbe et al. 2021) under the Pass@1 setting. We uniformly use GPT- 4o as the judge model across both hallucination and math benchmarks for truthfulness judgement or answer matching. Models and Baselines. We conduct experiments using Qwen2.5-3B-Instruct (Hui et al. 2024) and Llama-3.2-3B- Instruct (Grattafiori et al. 2024), and consider three cate- gories of baselines. (1) Zero-shot prompting baseline. (2) Outcome-oriented RL methods that use only format and answer rewards. We consider two training-data configura- tions: GRPO (Math only), trained exclusively on the Sim- pleRL dataset; and GRPO (Full), trained on the full training dataset. (3) Factual reinforcement learning baselines, includ- ing KnowRL (Ren et al. 2026), FSPO (Li and Ng 2025), and FaithRL (Gui et al. 2026). Implementation Details. We conduct model training us- ing the verl 1 framework. We perform full-parameter fine- tuning for 1 epoch on 4 A6000 GPUs, with a learning rate of 5Ć 10 ā7 , 6 rollouts per prompt at temperature 1.0, a PPO mini-batch size of 128 (per-GPU batch size 2), a KL coeffi- cient of 0.001, and a maximum prompt length and response 1 https://github.com/verl-project/verl length of 2048. We use GPT-4o for atomic fact extraction and token provenance, and the HHEM-2.1-Open model as the fact verifier. For reliability estimation, we remove the ev- idence sentence most similar to each atomic fact (K rel = 1), and map the verification score change to a soft reliability weight using Ļ = 0.2 and center μ = 0.16, the median of ā over a calibration set sampled from the training data. Main Results Table 1 presents the main experimental results. FARCA consistently improves model factuality while pre- serving reasoning ability. The experimental results show that FARCA improves factuality across different models and hallucination scenarios. On Qwen2.5-3B-Instruct, FARCA achieves the best results on all four hallucination bench- marks; compared to FaithRL, the strongest factuality base- line, FARCA yields an average improvement of 1.75 percent- age points, with gains of 2.09 and 2.67 points on TruthfulQA and HalluQA, respectively. On Llama-3.2-3B-Instruct, the average improvement further widens to 2.21 percentage points, with TruthfulQA and HalluQA improving by 3.31 and 4.00 points, respectively. Meanwhile, FARCA also delivers the best performance on the mathematical reasoning bench- marks. This indicates that the gains from FARCA do not stem from incidental fluctuations tied to a single dataset or back- bone, but rather from consistently mitigating hallucination across diverse scenarios while simultaneously enhancing the modelās reasoning ability. The benefit of factual supervision depends on the accu- racy and reliability of credit assignment. Table 1 shows that although both KnowRL and FSPO explicitly incorpo- rate factual supervision, they underperform standard GRPO (Full) on several evaluation datasets. This suggests that coarse-grained factual rewards may be broadcast across rea- soning text containing facts of different factuality, leaving the optimizer unable to distinguish which positions convey cor- rect content and which introduce errors, thereby undermin- ing optimization effectiveness. FaithRL employs step-level supervision with credibility modulation, but it still treats an entire reasoning step as an indivisible update unit. The exper- imental results further demonstrate that the key to leverag- ing factual supervision lies in converting verification signals into fine-grained and reliable factual credit, thereby enabling more effective and stable guidance for policy optimization. Ablation Studies We conduct ablations on Qwen2.5-3B-Instruct. Component Analysis. Component ablations focus on three components. Results are shown in Table 2. Removing token provenance routing (w/o token provenance) broad- casts factual signals to all tokens within a sentence. This set- ting drops the average score from 25.36 (FARCA) to 24.40. Results show that restricting factual signals to the tokens corresponding to each atomic fact better handles cases that contain both reliable and hallucinated information simulta- neously. Removing counterfactual reliability estimation (w/o reliability estimation) sets the reliability weight of all Method HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K Qwen2.5-3B-Instruct Zero-shot1.3330.4116.4423.560.000.0032.2065.96 GRPO (Math only) 0.7918.129.5610.223.333.3354.8077.18 GRPO (Full)2.5242.5922.6725.053.333.3353.2275.82 KnowRL2.4241.9820.6725.570.000.0051.8075.59 FSPO1.6035.4919.3323.740.003.3336.2072.10 FaithRL2.6343.3223.1125.363.330.0053.8076.12 FARCA3.5645.4125.7826.676.6710.0063.2084.46 Llama-3.2-3B-Instruct Zero-shot1.2822.937.6721.920.000.0027.2060.42 GRPO (Math only) 0.6714.205.339.533.33 3.3342.6074.22 GRPO (Full)2.4435.6210.6723.393.333.3341.2073.31 KnowRL2.7334.889.5624.630.000.0041.0072.48 FSPO2.0930.058.4524.140.000.0040.4070.36 FaithRL2.8135.7410.0024.890.000.0041.8073.92 FARCA3.3339.0514.0025.916.676.6747.8078.24 Table 1: Performance comparison on hallucination and math benchmarks. Best results are in bold, and all tied second-best results are underlined. Variant HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K FARCA3.5645.4125.7826.676.6710.0063.2084.46 w/o token provenance3.2344.5223.9425.906.676.6761.0082.87 w/o reliability estimation3.0443.8824.5126.283.336.6761.4082.26 w/o continuous factual score 3.3144.7825.4026.066.6710.0062.8083.85 Table 2: Component ablation results of FARCA. factual judgements to 1. This variant also exhibits a clear degradation, suggesting that verifier misjudgements can un- dermine the benefits of introducing factual supervision and further demonstrating the necessity of reliability estimation for verifier signals. Removing the continuous signed fac- tual score (w/o continuous factual score) discretizes the raw NLI verifier score into ā1, 0, +1 using 0.5 as the threshold. This setting causes a modest performance drop, confirming that the continuous score provides a smoother, more fine-grained optimization signal than hard labels for token-level credit assignment. Hyperparameter Sensitivity. We further examine the ef- fect of the reliability temperature Ļ on FARCAās factuality. Figure 3 shows the results on the four hallucination bench- marks forĻ ā0.10, 0.20, 0.30. The corresponding average scores are 25.31, 25.36, and 25.47, with a maximum differ- ence of only 0.16 percentage points, indicating that FARCA is generally robust to the temperature setting within this range. We adopt Ļ = 0.20 as the default value, which preserves discrimination while avoiding an overly sharp mapping. Table 1: Performance comparison on hallucination and math benchmarks. Best results are in bold, and all tied second-best results are underlined. Method HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K Qwen2.5-3B-instruct Zero-shot1.3330.4116.4423.560.000.0032.2065.96 GRPO (Math only)0.7918.129.5610.223.333.3354.8077.18 GRPO (Full)2.5242.5922.6725.053.333.3353.2275.82 KnowRL2.4241.9820.6725.570.000.0051.8075.59 FSPO1.6035.4919.3323.740.003.3336.2072.10 FaithRL2.6343.3223.1125.363.330.0053.8076.12 FARCA3.5645.4125.7826.676.6710.0063.2084.46 Llama3.2-3B-instruct Zero-shot1.2822.937.6721.920.000.0027.2060.42 GRPO (Math only)0.6714.205.339.533.333.3342.6074.22 GRPO (Full)2.4435.6210.6723.393.333.3341.2073.31 KnowRL2.7334.889.5624.630.000.0041.0072.48 FSPO2.0930.058.4524.140.000.0040.4070.36 FaithRL2.81 35.7410.0024.890.000.0041.8073.92 FARCA3.3339.0514.0025.916.676.6747.8078.24 Table 2: Component ablation results of FAPO on hallucination and math benchmarks. Variant HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K FAPO3.5645.4125.7826.676.6710.0063.2084.46 w/o token provenance3.2344.5223.9425.906.676.6761.0082.87 w/o reliability estimation3.0443.8824.5126.283.336.6761.4082.26 w/o continuous factual score 3.3144.7825.4026.066.6710.0062.8083.85 ā1.0 ā0.5 0 +0.5 +1.0 SimpleQATruthfulQAHalluQAHaluEval-QA ā0.09 ā0.24 ā0.76 +0.89 ā0.38 ā0.34 +0.51 +0.66 Score change Ļ= 0.10Ļ= 0.30 Figure 3: Hyperparameter sensitivity of FARCA to the reliability temperatureĻ(score change fromĻ= 0.20). than hard labels for token-level credit assignment. Hyperparameter Sensitivity.We further examine the effect of the reliability temperatureĻon FARCAās factuality. Figure 3 shows the results on the four hallu- cination benchmarks forĻā0.10,0.20,0.30. The cor- responding average scores are 25.31, 25.36, and 25.47, with a maximum difference of only 0.16 percentage points, indicating that FARCA is generally robust to the temperature setting within this range. We adopt Ļ= 0.20as the default value, which preserves reliability discrimination while avoiding an overly sharp mapping. 050100150200250300 0 20 40 60 80 100 Training step Fact matching rate (%) Fact matching rate 0 20 40 60 80 100 Token coverage (%) Token coverage Figure 4: Fact matching rate and the percentage of to- kens covered by matched fact spans during training. Further Analysis Factātoken alignment provides stable and broad supervision.Figure 4 examines whether atomic facts can be reliably routed back to their source token spans. The blue curve (left axis) shows the per-step match- ing rate: throughout training, about 98.3% of extracted facts are successfully aligned, and the rate remains con- sistently high, indicating that FARCA reliably tracks token provenance in practice. The orange curve (right axis) shows the proportion of reasoning tokens cov- ered by matched facts. This proportion rises steadily early in training before fluctuating at a higher level, re- Figure 3: Hyperparameter sensitivity of FARCA to the reli- ability temperature Ļ (score change from Ļ = 0.20). Further Analysis Factātoken alignment provides stable and broad supervi- sion. Figure 4 examines whether atomic facts can be reli- ably routed back to their source token spans. The blue curve (left axis) shows the matching rate: throughout training, about 98.3% of extracted facts are successfully aligned, and the rate remains consistently high, indicating that FARCA reli- ably tracks token provenance in practice. The orange curve Table 1: Performance comparison on hallucination and math benchmarks. Best results are in bold, and all tied second-best results are underlined. Method HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K Qwen2.5-3B-instruct Zero-shot1.3330.4116.4423.560.000.0032.2065.96 GRPO (Math only)0.7918.129.5610.223.333.3354.8077.18 GRPO (Full)2.5242.5922.6725.053.333.3353.2275.82 KnowRL2.4241.9820.6725.570.000.0051.8075.59 FSPO1.6035.4919.3323.740.003.3336.2072.10 FaithRL2.6343.3223.1125.363.330.0053.8076.12 FARCA3.5645.4125.7826.676.6710.0063.2084.46 Llama3.2-3B-instruct Zero-shot1.2822.937.6721.920.000.0027.2060.42 GRPO (Math only)0.6714.205.339.533.333.3342.6074.22 GRPO (Full)2.4435.6210.6723.393.333.3341.2073.31 KnowRL2.7334.889.5624.630.000.0041.0072.48 FSPO2.0930.058.4524.140.000.0040.4070.36 FaithRL2.8135.7410.0024.890.000.0041.8073.92 FARCA3.3339.0514.0025.916.676.6747.8078.24 Table 2: Component ablation results of FAPO on hallucination and math benchmarks. Variant HallucinationMath SimpleQA TruthfulQA HalluQA HaluEval-QA AIME2026 AIME2025 MATH-500 GSM8K FAPO3.5645.4125.7826.676.6710.0063.2084.46 w/o token provenance3.2344.5223.9425.906.676.6761.0082.87 w/o reliability estimation3.0443.8824.5126.283.336.6761.4082.26 w/o continuous factual score 3.3144.7825.4026.066.6710.0062.8083.85 ā1.0 ā0.5 0 +0.5 +1.0 SimpleQATruthfulQAHalluQAHaluEval-QA ā0.09 ā0.24 ā0.76 +0.89 ā0.38 ā0.34 +0.51 +0.66 Score change Ļ= 0.10Ļ= 0.30 Figure 3: Hyperparameter sensitivity of FARCA to the reliability temperatureĻ(score change fromĻ= 0.20). than hard labels for token-level credit assignment. Hyperparameter Sensitivity.We further examine the effect of the reliability temperatureĻon FARCAās factuality. Figure 3 shows the results on the four hallu- cination benchmarks forĻā0.10,0.20,0.30. The cor- responding average scores are 25.31, 25.36, and 25.47, with a maximum difference of only 0.16 percentage points, indicating that FARCA is generally robust to the temperature setting within this range. We adopt Ļ= 0.20as the default value, which preserves reliability discrimination while avoiding an overly sharp mapping. 050100150200250300 0 20 40 60 80 100 Training step Fact matching rate (%) Fact matching rate 0 20 40 60 80 100 Token coverage (%) Token coverage Figure 4: Fact matching rate and the percentage of to- kens covered by matched fact spans during training. Further Analysis Factātoken alignment provides stable and broad supervision.Figure 4 examines whether atomic facts can be reliably routed back to their source token spans. The blue curve (left axis) shows the per-step match- ing rate: throughout training, about 98.3% of extracted facts are successfully aligned, and the rate remains con- sistently high, indicating that FARCA reliably tracks token provenance in practice. The orange curve (right axis) shows the proportion of reasoning tokens cov- ered by matched facts. This proportion rises steadily early in training before fluctuating at a higher level, re- Figure 4: Fact matching rate and the percentage of tokens covered by matched fact spans during training. 050100150200250300 0 20 40 60 80 100 Training step Shares of verification signals (%) Non-fallback:āā¤Ī¼Non-fallback:ā>μ Fallback 0300 0.0 1.0 Step Meanw Figure 5: Proportions of verification signals grouped by ārelative toμand by fallback status over FARCA training, with mean continuous weightw. flecting that an increasing share of generated content becomes associated with verifiable facts and receives factual supervision. These results show that FARCA achieves both reliable fact localization and suļ¬iciently broad supervision coverage. Counterfactual evidence attribution yields sta- ble, non-degenerate reliability signals.Figure 5 examines whether counterfactual evidence attribution produces discriminative reliability signals during train- ing. FARCA estimates the signalās reliability from the verifier score changeāafter removing its most relevant evidence sentence. The stacked areas show the propor- tions of facts withā> μ,āā¤Ī¼, and fallback, while the line shows the mean continuous reliability weightw. We observe 36.3% of facts withā> μ, and only 1.1% fall- back, with an average weight of 0.512, neither collapsing to 0 nor 1. This shows that counterfactual evidence at- tribution assigns stable, non-degenerate weights based on each factās evidence dependence. It effectively down- weights verifier misjudgments that are insensitive to key evidence, reducing their noise during optimization. Reliability-aware soft interpolation substan- tially reshapes fact-span advantages.Figure 6 examines whether reliability-aware soft interpolation actually injects fact-level feedback into the span advantages assigned to fact-covered tokens before overlapping-fact aggregation. Plot (a) summarizes the directional outcome across fact-covered spans: 49.6% re- tain direction, 39.5% retain direction but with rescaled magnitude, and 10.7% reverse (0.2% neutral), indicat- ing that FARCA continuously mediates between pre- serving global credit and applying local correction. Plot (b) shows that the span-count-weighted average of the per-step mean normalized shift is 48.8%, while the per- step median tracks the mean closely throughout train- ing. These results provide evidence that soft interpola- tion converts coarse sequence credit into localized fact- span signals that incorporate factual feedback and are subsequently aggregated into the final token advantage. 49.6 39.5 10.7 0.2 020406080100 Same Rescaled Reversed Neutral Share of fact-covered spans (%) (a) 050100150200250300 0 20 40 60 Training step Normalized shift (%) (b) Mean Median Figure 6: Effect of reliability-aware soft interpolation on the advantages of fact-covered tokens. (a) Directional outcome of the interpolated advantage relative to the original advantage. (b) Per-step mean and median tra- jectories of the normalized shift over training. 050100150200250300 0 20 40 60 80 100 120 140 Training step Normalized token-level effect (%) Contradiction correctionSupport rescue Mixed-sentence separation Figure 7: Normalized token-level correction of localā global credit conflicts during FARCA training. Token Provenance Enables LocalāGlobal Credit Correction.Figure 7 examines whether token prove- nance can adjust global advantages that conflict with local factual feedback. Contradiction correction and support rescue average 77.1% and 75.6% in strength, re- liably flipping token-level advantages that conflict with the rolloutās overall sign. Moreover, mixed-sentence sep- aration reaches 45.9%, showing that even correct and incorrect facts within the same sentence receive clearly distinct final advantages. Overall, FARCA continuously modulates global advantage by the direction and reli- ability of local facts, curbing erroneous credit assign- ment while preserving effective global learning signals for more precise and robust optimization. Conclusion We proposed FARCA to address noisy factual credit assignment in RL with factual supervision. It resolves credit localization ambiguity via facttoken alignment, which matches verification granularity to policy opti- mization, and credit reliability ambiguity via counter- Figure 5: Proportions of verification signals grouped by ā relative to μ and by fallback status over FARCA training, with mean continuous weight w. (right axis) shows the proportion of reasoning tokens cov- ered by matched facts. This proportion rises steadily early in training before fluctuating at a higher level, reflecting that an increasing share of generated content becomes associated with verifiable facts and receives factual supervision. These results show that FARCA achieves both reliable localization and sufficiently broad supervision coverage. Counterfactual evidence attribution yields stable, non- degenerate reliability signals. Figure 5 examines whether counterfactual evidence attribution produces discriminative reliability signals during training. FARCA estimates the sig- nalās reliability from the verifier score change ā after remov- ing its most relevant evidence sentence. The stacked areas show the proportions of facts with ā > μ, ā⤠μ, and fall- back, while the line shows the mean continuous reliability weight w. We observe that 36.3% of facts have ā > μ, and that only 1.1% fallback, with an average weight of 0.512, neither collapsing to 0 nor 1. This shows that counterfactual evidence attribution assigns stable, non-degenerate weights based on each factās evidence dependence. It effectively down-weights verifier misjudgements that are insensitive to key evidence, reducing their noise during optimization. Reliability-aware soft interpolation substantially re- shapes fact-span advantages. Figure 6 examines whether reliability-aware soft interpolation actually injects fact-level feedback into the span advantages assigned to fact-covered 050100150200250300 0 20 40 60 80 100 Training step Shares of verification signals (%) Non-fallback:āā¤Ī¼Non-fallback:ā>μ Fallback 0300 0.0 1.0 Step Meanw Figure 5: Proportions of verification signals grouped by ārelative toμand by fallback status over FARCA training, with mean continuous weightw. flecting that an increasing share of generated content becomes associated with verifiable facts and receives factual supervision. These results show that FARCA achieves both reliable fact localization and suļ¬iciently broad supervision coverage. Counterfactual evidence attribution yields sta- ble, non-degenerate reliability signals.Figure 5 examines whether counterfactual evidence attribution produces discriminative reliability signals during train- ing. FARCA estimates the signalās reliability from the verifier score changeāafter removing its most relevant evidence sentence. The stacked areas show the propor- tions of facts withā> μ,āā¤Ī¼, and fallback, while the line shows the mean continuous reliability weightw. We observe 36.3% of facts withā> μ, and only 1.1% fall- back, with an average weight of 0.512, neither collapsing to 0 nor 1. This shows that counterfactual evidence at- tribution assigns stable, non-degenerate weights based on each factās evidence dependence. It effectively down- weights verifier misjudgments that are insensitive to key evidence, reducing their noise during optimization. Reliability-aware soft interpolation substan- tially reshapes fact-span advantages.Figure 6 examines whether reliability-aware soft interpolation actually injects fact-level feedback into the span advantages assigned to fact-covered tokens before overlapping-fact aggregation. Plot (a) summarizes the directional outcome across fact-covered spans: 49.6% re- tain direction, 39.5% retain direction but with rescaled magnitude, and 10.7% reverse (0.2% neutral), indicat- ing that FARCA continuously mediates between pre- serving global credit and applying local correction. Plot (b) shows that the span-count-weighted average of the per-step mean normalized shift is 48.8%, while the per- step median tracks the mean closely throughout train- ing. These results provide evidence that soft interpola- tion converts coarse sequence credit into localized fact- span signals that incorporate factual feedback and are subsequently aggregated into the final token advantage. 49.6 39.5 10.7 0.2 020406080100 Same Rescaled Reversed Neutral Share of fact-covered spans (%) (a) 050100150200250300 0 20 40 60 Training step Normalized shift (%) (b) Mean Median Figure 6: Effect of reliability-aware soft interpolation on the advantages of fact-covered tokens. (a) Directional outcome of the interpolated advantage relative to the original advantage. (b) Per-step mean and median tra- jectories of the normalized shift over training. 050100150200250300 0 20 40 60 80 100 120 140 Training step Normalized token-level effect (%) Contradiction correctionSupport rescue Mixed-sentence separation Figure 7: Normalized token-level correction of localā global credit conflicts during FARCA training. Token Provenance Enables LocalāGlobal Credit Correction.Figure 7 examines whether token prove- nance can adjust global advantages that conflict with local factual feedback. Contradiction correction and support rescue average 77.1% and 75.6% in strength, re- liably flipping token-level advantages that conflict with the rolloutās overall sign. Moreover, mixed-sentence sep- aration reaches 45.9%, showing that even correct and incorrect facts within the same sentence receive clearly distinct final advantages. Overall, FARCA continuously modulates global advantage by the direction and reli- ability of local facts, curbing erroneous credit assign- ment while preserving effective global learning signals for more precise and robust optimization. Conclusion We proposed FARCA to address noisy factual credit assignment in RL with factual supervision. It resolves credit localization ambiguity via facttoken alignment, which matches verification granularity to policy opti- mization, and credit reliability ambiguity via counter- Figure 6: Effect of reliability-aware soft interpolation on the advantages of fact-covered tokens. (a) Directional outcome of the interpolated advantage relative to the original advantage. (b) Per-step mean and median trajectories of the normalized shift over training. tokens before overlapping-fact aggregation. Plot (a) sum- marizes the directional outcome across fact-covered spans: 49.6% retain direction, 39.5% retain direction but with rescaled magnitude, and 10.7% reverse (0.2% neutral), in- dicating that FARCA continuously mediates between pre- serving global credit and applying local correction. Plot (b) shows that the span-count-weighted average of the per-step mean normalized shift is 48.8%, while the per-step median tracks the mean closely throughout training. These results provide evidence that soft interpolation converts coarse se- quence credit into localized fact-span signals that incorporate factual feedback and are subsequently aggregated into the fi- nal token advantage. Token Provenance Enables LocalāGlobal Credit Correc- tion. Figure 7 examines whether token provenance can ad- just global advantages that conflict with local factual feed- back. Contradiction correction and support rescue average 77.1% and 75.6% in strength, reliably flipping token-level advantages that conflict with the rolloutās overall sign. More- over, mixed-sentence separation reaches 45.9%, showing that even correct and incorrect facts within the same sentence re- ceive clearly distinct final advantages. Overall, FARCA con- tinuously modulates global advantage by the direction and reliability of local facts, curbing erroneous credit assignment while preserving effective global learning signals for more precise and robust optimization. Conclusion We proposed FARCA to address noisy factual credit assign- ment in RL with factual supervision. It resolves credit local- ization ambiguity via factātoken alignment, which matches verification granularity to policy optimization, and credit reliability ambiguity via counterfactual evidence attribu- tion, which estimates signal reliability to guide reward com- putation and advantage reshaping. This transforms noisy, unaligned verification signals into fine-grained, reliability- 050100150200250300 0 20 40 60 80 100 Training step Shares of verification signals (%) Non-fallback:āā¤Ī¼Non-fallback:ā>μ Fallback 0300 0.0 1.0 Step Meanw Figure 5: Proportions of verification signals grouped by ārelative toμand by fallback status over FARCA training, with mean continuous weightw. flecting that an increasing share of generated content becomes associated with verifiable facts and receives factual supervision. These results show that FARCA achieves both reliable fact localization and suļ¬iciently broad supervision coverage. Counterfactual evidence attribution yields sta- ble, non-degenerate reliability signals.Figure 5 examines whether counterfactual evidence attribution produces discriminative reliability signals during train- ing. FARCA estimates the signalās reliability from the verifier score changeāafter removing its most relevant evidence sentence. The stacked areas show the propor- tions of facts withā> μ,āā¤Ī¼, and fallback, while the line shows the mean continuous reliability weightw. We observe 36.3% of facts withā> μ, and only 1.1% fall- back, with an average weight of 0.512, neither collapsing to 0 nor 1. This shows that counterfactual evidence at- tribution assigns stable, non-degenerate weights based on each factās evidence dependence. It effectively down- weights verifier misjudgments that are insensitive to key evidence, reducing their noise during optimization. Reliability-aware soft interpolation substan- tially reshapes fact-span advantages.Figure 6 examines whether reliability-aware soft interpolation actually injects fact-level feedback into the span advantages assigned to fact-covered tokens before overlapping-fact aggregation. Plot (a) summarizes the directional outcome across fact-covered spans: 49.6% re- tain direction, 39.5% retain direction but with rescaled magnitude, and 10.7% reverse (0.2% neutral), indicat- ing that FARCA continuously mediates between pre- serving global credit and applying local correction. Plot (b) shows that the span-count-weighted average of the per-step mean normalized shift is 48.8%, while the per- step median tracks the mean closely throughout train- ing. These results provide evidence that soft interpola- tion converts coarse sequence credit into localized fact- span signals that incorporate factual feedback and are subsequently aggregated into the final token advantage. 49.6 39.5 10.7 0.2 020406080100 Same Rescaled Reversed Neutral Share of fact-covered spans (%) (a) 050100150200250300 0 20 40 60 Training step Normalized shift (%) (b) Mean Median Figure 6: Effect of reliability-aware soft interpolation on the advantages of fact-covered tokens. (a) Directional outcome of the interpolated advantage relative to the original advantage. (b) Per-step mean and median tra- jectories of the normalized shift over training. 050100150200250300 0 20 40 60 80 100 120 140 Training step Normalized token-level effect (%) Contradiction correctionSupport rescue Mixed-sentence separation Figure 7: Normalized token-level correction of localā global credit conflicts during FARCA training. Token Provenance Enables LocalāGlobal Credit Correction.Figure 7 examines whether token prove- nance can adjust global advantages that conflict with local factual feedback. Contradiction correction and support rescue average 77.1% and 75.6% in strength, re- liably flipping token-level advantages that conflict with the rolloutās overall sign. Moreover, mixed-sentence sep- aration reaches 45.9%, showing that even correct and incorrect facts within the same sentence receive clearly distinct final advantages. Overall, FARCA continuously modulates global advantage by the direction and reli- ability of local facts, curbing erroneous credit assign- ment while preserving effective global learning signals for more precise and robust optimization. Conclusion We proposed FARCA to address noisy factual credit assignment in RL with factual supervision. It resolves credit localization ambiguity via facttoken alignment, which matches verification granularity to policy opti- mization, and credit reliability ambiguity via counter- Figure 7: Normalized token-level correction of localāglobal credit conflicts during FARCA training. aware credit, allowing factual supervision to be incorporated into policy optimization more accurately and robustly. Ex- periments confirm FARCAās effectiveness and stability in improving model factuality. References Cai, X.-Q.; Wang, W.; Liu, F.; Liu, T.; Niu, G.; and Sugiyama, M. 2025. Reinforcement learning with verifiable yet noisy rewards under imperfect verifiers. arXiv:2510.00915. Chen, S.; Malaviya, C.; Fabrikant, A.; Taitelbaum, H.; Schus- ter, T.; Buthpitiya, S.; and Roth, D. 2025a. On Reference (In- )Determinacy in Natural Language Inference. In Findings of the Association for Computational Linguistics: NAACL 2025. Chen, X.; Kulikov, I.; Berges, V.-P.; OÄuz, B.; Shao, R.; Ghosh, G.; Weston, J.; and Yih, W.-t. 2025b. Learning to reason for factuality. arXiv:2508.05618. Chen, Y.; Benton, J.; Radhakrishnan, A.; Uesato, J.; Denison, C.; Schulman, J.; Somani, A.; Hase, P.; Wagner, M.; Roger, F.; et al. 2025c. Reasoning models donāt always say what they think. arXiv:2505.05410. Cheng, Q.; Sun, T.; Zhang, W.; Wang, S.; Liu, X.; Zhang, M.; He, J.; Huang, M.; Yin, Z.; Chen, K.; et al. 2023. Evaluating hallucinations in chinese large language models. arXiv:2310.03368. Cobbe, K.; Kosaraju, V.; Bavarian, M.; Chen, M.; Jun, H.; Kaiser, L.; Plappert, M.; Tworek, J.; Hilton, J.; Nakano, R.; et al. 2021. Training verifiers to solve math word problems. arXiv:2110.14168. Ding, Y.; Zhang, C.; Li, J.; Lin, H.; and Zhang, M. 2025. FAPO: flawed-aware policy optimization for efficient and reliable reasoning. arXiv:2510.22543. Grattafiori, A.; Dubey, A.; Jauhri, A.; Pandey, A.; Kadian, A.; Al-Dahle, A.; Letman, A.; Mathur, A.; Schelten, A.; Vaughan, A.; et al. 2024. The llama 3 herd of models. arXiv:2407.21783. Gui, R.; Li, Y.; Qu, X.; Liu, Z.; Cheng, Y.; and Cheng, Y. 2026. Learning to Reason Faithfully through Step-Level Faithfulness Maximization. arXiv:2602.03507. Guo, D.; Yang, D.; Zhang, H.; Song, J.; Wang, P.; Zhu, Q.; Xu, R.; Zhang, R.; Ma, S.; Bi, X.; et al. 2025. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv:2501.12948. Hendrycks, D.; Burns, C.; Kadavath, S.; Arora, A.; Basart, S.; Tang, E.; Song, D.; and Steinhardt, J. 2021. Measuring mathematical problem solving with the math dataset. In Pro- ceedings of the Thirty-fifth Annual Conference on NeurIPS, 2021. Ho, X.; Duong Nguyen, A.-K.; Sugawara, S.; and Aizawa, A. 2020. Constructing A Multi-hop QA Dataset for Com- prehensive Evaluation of Reasoning Steps. In Proceedings of the 28th International Conference on Computational Lin- guistics. Huang, L.; Yu, W.; Ma, W.; Zhong, W.; Feng, Z.; Wang, H.; Chen, Q.; Peng, W.; Feng, X.; Qin, B.; et al. 2025. A survey on hallucination in large language models: Principles, taxon- omy, challenges, and open questions. ACM Transactions on Information Systems. Hui, B.; Yang, J.; Cui, Z.; Yang, J.; Liu, D.; Zhang, L.; Liu, T.; Zhang, J.; Yu, B.; Lu, K.; et al. 2024. Qwen2. 5-coder technical report. arXiv:2409.12186. Hurst, A.; Lerer, A.; Goucher, A. P.; Perelman, A.; Ramesh, A.; Clark, A.; Ostrow, A.; Welihinda, A.; Hayes, A.; Radford, A.; et al. 2024. Gpt-4o system card. arXiv:2410.21276. Jaech, A.; Kalai, A.; Lerer, A.; Richardson, A.; El-Kishky, A.; Low, A.; Helyar, A.; Madry, A.; Beutel, A.; Carney, A.; et al. 2024. Openai o1 system card. arXiv:2412.16720. Li, J.; Cheng, X.; Zhao, X.; Nie, J.-Y.; and Wen, J.-R. 2023. Halueval: A large-scale hallucination evaluation benchmark for large language models. In The 2023 Conference on EMNLP. Li, J.; and Ng, H. T. 2025. Reasoning models hallucinate more: Factuality-aware reinforcement learning for large rea- soning models. In Advances in Neural Information Process- ing Systems, volume 38, 151064ā151085. Li, M.; Luo, R.; and Mendelevitch, O. 2024. HHEM-2.1- Open. Lin, S.; Hilton, J.; and Evans, O. 2022. Truthfulqa: Measur- ing how models mimic human falsehoods. In Proceedings of the 60th annual meeting of the ACL (volume 1: long papers). MAA. 2025. American Invitational Mathematics Examina- tion - AIME 2025. MAA. 2026. American Invitational Mathematics Examina- tion - AIME 2026. Paul, D.; West, R.; Bosselut, A.; and Faltings, B. 2024. Mak- ing reasoning matter: Measuring and improving faithfulness of chain-of-thought reasoning. In Findings of the Association for Computational Linguistics: EMNLP 2024. Ren, B.; Qiao, S.; Zhang, N.; Zheng, D.; and Chen, H. 2026. KnowRL: Exploring Knowledgeable Reinforcement Learn- ing for Factuality. In Proceedings of the 64th Annual Meeting of the ACL (Volume 1: Long Papers). Shao, Z.; Wang, P.; Zhu, Q.; Xu, R.; Song, J.; Bi, X.; Zhang, H.; Zhang, M.; Li, Y.; Wu, Y.; et al. 2024. Deepseekmath: Pushing the limits of mathematical reasoning in open lan- guage models. arXiv:2402.03300. Song, H.; Jiang, J.; Min, Y.; Chen, J.; Chen, Z.; Zhao, W. X.; Fang, L.; and Wen, J.-R. 2025. R1-searcher: Incentiviz- ing the search capability in llms via reinforcement learning. arXiv:2503.05592. Tang, L.; Laban, P.; and Durrett, G. 2024. MiniCheck: Effi- cient Fact-Checking of LLMs on Grounding Documents. In Proceedings of the 2024 Conference on EMNLP. Wang, C.; Su, W.; Ai, Q.; and Liu, Y. 2026. Joint evaluation of answer and reasoning consistency for hallucination detec- tion in large reasoning models. In Proceedings of the AAAI Conference on Artificial Intelligence. Wei, J.; Karina, N.; Chung, H. W.; Jiao, Y. J.; Papay, S.; Glaese, A.; Schulman, J.; and Fedus, W. 2024. Mea- suring short-form factuality in large language models. arXiv:2411.04368. Yang, Z.; Qi, P.; Zhang, S.; Bengio, Y.; Cohen, W.; Salakhut- dinov, R.; and Manning, C. D. 2018. HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering. In Proceedings of the 2018 Conference on EMNLP. Zeng, W.; Huang, Y.; Liu, W.; He, K.; Liu, Q.; Ma, Z.; and He, J. 2025. 7b model and 8k examples: Emerging reasoning with reinforcement learning is both effective and efficient. Zha, Y.; Yang, Y.; Li, R.; and Hu, Z. 2023. AlignScore: Evaluating Factual Consistency with A Unified Alignment Function. In Proceedings of the 61st Annual Meeting of the ACL (Volume 1: Long Papers). Zhang, Y.; Li, Y.; Cui, L.; Cai, D.; Liu, L.; Fu, T.; Huang, X.; Zhao, E.; Zhang, Y.; Chen, Y.; et al. 2025. Sirenās Song in the AI Ocean: A Survey on Hallucination in Large Language Models. Computational Linguistics. Implementation Details Datasets Training Data. Our training data combines knowledge- intensive question-answering examples with mathemati- cal reasoning problems. For factuality-oriented training, we adopt the challenging subset (Song et al. 2025) con- structed from HotpotQA (Yang et al. 2018) and 2WikiMul- tiHopQA (Ho et al. 2020). This collection contains 4,761 samples from HotpotQA and 3,737 samples from 2WikiMul- tiHopQA, spanning varying levels of difficulty. Each sample consists of a question, its ground-truth answer, and the cor- responding Wikipedia knowledge snippets, thereby provid- ing explicit evidence for factuality-aware optimization. We use a subset of 2,000 examples randomly sampled from this collection (Li and Ng 2025) for FARCA training. To pre- serve the modelās general reasoning ability during factuality optimization, we additionally incorporate SimpleRL (Zeng et al. 2025), which contains 8,523 mathematical reasoning problems, and use these examples for standard reinforcement learning with GRPO. Evaluation Data. We evaluate hallucinations using four widely adopted datasets: SimpleQA (Wei et al. 2024), Truth- fulQA (Lin, Hilton, and Evans 2022), HalluQA (Cheng et al. 2023), and HaluEval-QA (Li et al. 2023). SimpleQA is one of the most challenging short-form factual question-answering benchmarks, assessing a modelās precise recall of long-tail facts using the F1 score. TruthfulQA elicits untruthful re- sponses through common misconceptions and false beliefs, and uses the truthful ratio to measure a modelās ability to resist producing incorrect answers. HalluQA is designed for Chinese hallucination evaluation and covers adversar- ial questions across multiple domains, including topics re- lated to Chinese culture; it likewise reports the truthful ratio. Given relevant knowledge, HaluEval-QA contrasts correct answers with hallucinated ones and uses accuracy to evalu- ate a modelās ability to identify fine-grained factual inconsis- tencies. For answer matching and truthfulness assessment in hallucination evaluation, we use GPT-4o as the judge model to determine whether an output is correct or truthful. Mathe- matical reasoning ability is evaluated on AIME2026 (MAA 2026), AIME2025 (MAA 2025), MATH-500 (Hendrycks et al. 2021), and GSM8K (Cobbe et al. 2021). We adopt the standard Pass@1 setting and use GPT-4o to determine whether model outputs exactly match or are symbolically equivalent to the reference answers. Component Ablation Settings All component ablations follow the same experimental con- figuration as full FARCA and modify only the component under investigation. w/o token provenance. This variant removes the token provenanceT (c i,j,k ) used to route each factual signal back to its source tokens. The atomic facts, continuous signed factual scores, reliability weights, and fact-level reliability- aware advantages Ģ A i,j,k are computed in the same way as in full FARCA. However, instead of assigning Ģ A i,j,k only to the tokens covered by c i,j,k , we average the advantages of all atomic facts extracted from the same sentence: A sent i,j = 1 N i,j N i,j X k=1 Ģ A i,j,k . LetT (s i,j ) denote all token positions belonging to sentence s i,j . The resulting sentence-level advantage is broadcast to every token in that sentence: Ė A i,t = A sent i,j , tāT (s i,j ), N i,j > 0, A i ,otherwise. The reliability-weighted factual reward R fact i remains un- changed. Thus, this variant removes only the localization of factual credit while retaining the same fact-level supervision signals. w/o reliability estimation. This variant bypasses coun- terfactual evidence attribution and treats every verification outcome as fully reliable by setting w i,j,k = 1 for all atomic facts. Accordingly, the reliability-weighted fac- tual score reduces to Ģr fact i,j,k = r i,j,k , and the reliability-aware advantage reduces to the fact- corrected advantage: Ģ A i,j,k = A fact i,j,k = r i,j,k |A i |. Atomic fact extraction and token provenance are retained, so each fact-corrected advantage is still assigned only to the to- kens inT (c i,j,k ), following the same token-level aggregation rule as full FARCA. This variant therefore isolates the con- tribution of estimating the reliability of verifier judgments. w/o continuous factual score. This variant preserves token provenance and counterfactual reliability estimation but replaces the continuous signed factual score r i,j,k = 2h i,j,k ā 1 with a discrete score obtained by thresholding the verifier output h i,j,k at 0.5: r disc i,j,k =    +1, h i,j,k > 0.5, 0, h i,j,k = 0.5, ā1, h i,j,k < 0.5. To isolate the effect of score discretization, the reliability weight w i,j,k is estimated exactly as in full FARCA using the continuous original and counterfactual verification scores. The discrete score replaces r i,j,k only when constructing the factual reward and fact-corrected advantage: Ģr fact i,j,k = w i,j,k r disc i,j,k , A fact i,j,k = r disc i,j,k |A i |. The reliability-aware advantage is subsequently computed as Ģ A i,j,k = (1ā w i,j,k )A i + w i,j,k A fact i,j,k , with the same token provenance routing and aggregation rule as full FARCA. Therefore, this variant removes only the continuous magnitude of the factual supervision signal while preserving its direction and reliability calibration. Prompt Templates Table 3 presents the prompt used for atomic fact extraction and token provenance localization. For each verifiable sen- tence, GPT-4o returns a set of self-contained atomic facts, each paired with a minimal textual source_span that ex- actly matches the corresponding substring of the original sentence; sentences without verifiable factual content yield an empty set. We subsequently align each source span with the tokenized rollout to obtain the token index setT (c i,j,k ), ensuring that each factual signal is routed only to the tokens responsible for expressing the corresponding fact. Instruction: You are an atomic fact extractor. Given a SENTENCE, extract all atomic facts from it. An atomic fact is the smallest, self-contained, and independently verifiable factual statement. 1. Each atomic fact must be a complete and self-contained statement that can be understood independently. 2. Remove subjective opinions, speculation, reasoning steps, and discourse connectors; only keep factual content. 3. If the SENTENCE does not contain any verifiable facts (e.g., pure reasoning, mathematical derivations, or subjective judgments), return an empty list. 4. For each atomic fact, provide its corresponding source_span, which must be an exact substring of the SENTENCE. 5. Atomic facts should be ordered according to their appearance in the SENTENCE. 6. The source_span should include only the minimal, distinctive part corresponding to that fact. Avoid repeating shared subjects or prefixes across multiple facts. 7. Your task is to do this for the SENTENCE under āYour Task.ā Some examples have been provided for you to learn how to do this task. EXAMPLE #1: SENTENCE: Beijing is the capital of the United States, Tiananmen is one of the most famous landmarks of Beijing. ATOMIC FACTS: ```json "atomic_facts": ["fact": "Beijing is the capital of the United States", "source_span": "Beijing is the capital of the United States", "fact": "Tiananmen is one of the most famous landmarks of Beijing", "source_span": "Tiananmen is one of the most famous landmarks of Beijing"] ``` EXAMPLE #2: SENTENCE: Therefore, we can conclude that this reasoning is correct. ATOMIC FACTS: ```json "atomic_facts": [] ``` EXAMPLE #3: SENTENCE: Tiananmen Square in Beijing is the largest city square in the world and attracts millions of visitors each year. ATOMIC FACTS: ```json "atomic_facts": ["fact": "Tiananmen Square in Beijing is the largest city square in the world", "source_span": "Tiananmen Square in Beijing is the largest city square in the world", "fact": "Tiananmen Square in Beijing attracts millions of visitors each year", "source_span": "attracts millions of visitors each year"] ``` EXAMPLE #4: SENTENCE: Beijing is the capital of the United States, its landmark building is Tiananmen. ATOMIC FACTS: ```json "atomic_facts": ["fact": "Beijing is the capital of the United States", "source_span": "Beijing is the capital of the United States", "fact": "Beijingās landmark building is Tiananmen", "source_span": "its landmark building is Tiananmen"] ``` EXAMPLE #5: SENTENCE: Marie Curie was a famous chemist, physicist, and writer. ATOMIC FACTS: ```json "atomic_facts": ["fact": "Marie Curie was a famous chemist", "source_span": "Marie Curie was a famous chemist", "fact": "Marie Curie was a famous physicist", "source_span": "physicist", "fact": "Marie Curie was a famous writer", "source_span": "writer"] ``` Your Task: SENTENCE: [SENTENCE] ATOMIC FACTS: Table 3: Prompt used for atomic fact extraction and source-span localization. The placeholder [SENTENCE] is replaced with each verifiable sentence in the reasoning trajectory.