From Storage to Access: Verifiable Activation of Parametric Knowledge in LLMs via Explicit Priming and Implicit Reasoning
Summary
VAKE is a two-stage reinforcement-learning framework that externalizes latent parametric knowledge in LLMs through explicit priming and implicit reasoning, achieving superior performance across multiple benchmarks.
View Cached Full Text
Cached at: 08/20/26, 10:15 AM
# Verifiable Activation of Parametric Knowledge in LLMs via Explicit Priming and Implicit Reasoning Source: [https://arxiv.org/html/2608.18581](https://arxiv.org/html/2608.18581) 1\]ByteDance 2\]Huazhong University of Science and Technology\\contribution\[⋆\]Equal contribution\\contribution\[†\]Corresponding author\\correspondenceYang Yang at , Zikai Song at Yang YangYumou WuChuanbo ZhuJiarui Wang Ziqi WuJingming CaiJunqing YuZikai SongAffiliation:\[Affiliation:\[Email:[yang\.yves@bytedance\.com](mailto:[email protected])Email:[skyesong@hust\.edu\.cn](mailto:[email protected]) ###### Abstract Although Large Language Models \(LLMs\) encode rich factual knowledge in their parameters, reliably recalling and verifying such knowledge remains a key bottleneck in factual question answering\. Existing end\-to\-end methods entangle knowledge elicitation with reasoning, making it difficult to determine whether correct answers arise from parametric knowledge or the input context\. To address this challenge, we propose VAKE \(VerifiableActivation of ParametricKnowledgE\), a two\-stage reinforcement\-learning framework that externalizes latent parametric knowledge through explicit Priming and transfers the acquired elicitation capability to implicit Reasoning\. Given a query and an insufficient retrieved subgraph, thePrimingpolicy explicitly inserts bridging triples as verifiable evidence, with supervision provided by rewards derived from answers generated by a separate frozen model over the augmented subgraph\. Building on the policy learned during Priming, theReasoningstage trains the model to answer from the original input, testing whether the capability acquired through explicit knowledge elicitation transfers to implicit reasoning\. Experiments across seven benchmarks and models from 3B to 14B show that VAKE consistently outperforms standard baselines, including when transferring directly from HotpotQA to OOD datasets\. LLM\-based evaluation further shows that over 80% of the inserted triples provide factual bridging knowledge not derivable from the retrieved context, while more than half elicit knowledge inaccessible through direct prompting\. These results suggest that VAKE activates latent parametric knowledge rather than copying the input context or memorizing dataset\-specific associations\. ## 1Introduction To equip large language models \(LLMs\) with general world knowledge and usable reasoning ability, researchers adopt a standard two\-stage training pipeline\. Pre\-training encodes vast factual knowledge into LLMs’ parameters, while post\-training methods, such as supervised fine\-tuning \(SFT\) and reinforcement learning \(RL\), adapt this parametric knowledge to task\-specific behaviors and outputs\[[36](https://arxiv.org/html/2608.18581#bib.bib32),[41](https://arxiv.org/html/2608.18581#bib.bib33),[37](https://arxiv.org/html/2608.18581#bib.bib34)\]\. Prior literature suggests that frontier models achieve near\-saturated encoding of factual knowledge from encyclopedic corpora such as Wikipedia\[[3](https://arxiv.org/html/2608.18581#bib.bib1),[7](https://arxiv.org/html/2608.18581#bib.bib26)\]\. However, a critical bottleneck remains: models may fail to recall factual knowledge within their parameters, an issue defined as “stored but inaccessible”\[[44](https://arxiv.org/html/2608.18581#bib.bib31),[32](https://arxiv.org/html/2608.18581#bib.bib2)\]\. Recall\-oriented evaluations further expose this limitation: models may fail to answer queries correctly even when the target facts are fully present in the training corpus\[[44](https://arxiv.org/html/2608.18581#bib.bib31),[22](https://arxiv.org/html/2608.18581#bib.bib30)\]\. Prior analyses suggest that internal parametric representations store richer factual information than what greedy decoding can reliably elicit, yet fact\-association recall remains fragile\[[32](https://arxiv.org/html/2608.18581#bib.bib2),[8](https://arxiv.org/html/2608.18581#bib.bib4)\]\. Scaling model size and training data can alleviate encoding deficits, but yields limited gains in accessing latent parametric knowledge\[[3](https://arxiv.org/html/2608.18581#bib.bib1),[22](https://arxiv.org/html/2608.18581#bib.bib30)\]\. Figure 1:VAKE activates inaccessible parametric knowledge\. \(a\) Factual information is encoded in LLM parameters\. \(b\) Traditional methods suffer from fact recall failure: encoded facts remain inaccessible during thinking, leading to ungrounded reasoning and a wrong answer\. \(c\) VAKE activates the relevant factual information before thinking, enabling fact recall success and the correct answer\.This limitation is difficult to diagnose with standard accuracy\-based evaluations, which conflate recall failures with encoding failures despite requiring different interventions\. Encoding failures motivate scaling or knowledge injection, whereas recall failures call for post\-training methods that improve access to knowledge already encoded in model parameters\. Existing methods use instruction tuning \(See Figure[1](https://arxiv.org/html/2608.18581#S1.F1)\) and reinforcement learning to improve knowledge utilization\[[38](https://arxiv.org/html/2608.18581#bib.bib29),[21](https://arxiv.org/html/2608.18581#bib.bib28)\]\. However, their reliance on unstructured generation entangles knowledge elicitation with answer reasoning, making the effect of activation difficult to isolate\[[3](https://arxiv.org/html/2608.18581#bib.bib1),[22](https://arxiv.org/html/2608.18581#bib.bib30)\]\. Crucially, eliciting latent parametric knowledge often requires external query\-relevant cues to trigger the model’s fact\-association recall\. To address this, we draw inspiration from the “priming effect” in cognitive science: a phenomenon where exposure to specific cues activates latent memory representations, enhancing subsequent task performance\. Transferring this to LLMs, we hypothesize that introducing an independent, cue\-conditioned activation phase over an insufficient retrieved subgraph can awaken the model’s dormant parametric knowledge\. To this end, we proposeVerifiableActivation of ParametricKnowledgE\(VAKE\), a two\-stage reinforcement\-learning framework that separates explicit knowledge elicitation from direct answer reasoning\. VAKE consists ofPrimingandReasoning\. In Priming, an RL\-optimized policy elicits latent parametric knowledge as relational triples and inserts them into a sparse retrieved subgraph\. A separate, frozen answerer then evaluates this augmented graph and provides outcome\-based rewards\. This insert\-then\-answer intervention ensures that any improvement in the answerer’s output is directly attributable to the explicitly injected triples, providing a verifiable reward signal for knowledge activation\. In Reasoning, the policy initialized from Priming is optimized via GRPO to answer directly from the original retrieved subgraph without explicitly injected triples\. This effectively internalizes the acquired elicitation capability into implicit chain\-of\-thought \(CoT\) reasoning\. Experiments show that VAKE consistently outperforms non\-retrieval activation baselines, standard GRPO, and prior RL\-based activation methods across model scales\. Models optimized on a single multi\-hop dataset transfer effectively to diverse out\-of\-distribution \(OOD\) multi\-hop and single\-hop datasets\. Applying GRPO after Priming yields further gains, demonstrating the complementarity of knowledge activation and reasoning optimization\. Therefore, VAKE can be seamlessly integrated into existing post\-training pipelines as an RL\-based complement and SFT\-based knowledge activation\. In summary, our main contributions are as follows: - •A two\-stage framework that separates knowledge activation from direct answer reasoning\.Priming explicitly elicits latent parametric knowledge as relational triples, while Reasoning transfers the learned elicitation capability to direct question answering\. - •An observable and attributable representation of activated knowledge\.Relational triples provide discrete and inspectable evidence for evaluating the content and effect of knowledge activation\. - •Compatibility with standard post\-training paradigms\.Empirically validated by our ablation results, VAKE serves as an RL\-based complement to standard knowledge activation and seamlessly integrates into standard post\-training pipelines while retaining full compatibility with reasoning optimization\. ## 2Related Work ### 2\.1Access, Not Storage Factual QA is increasingly framed as anaccessproblem rather than astorageone, because a model’s greedy output only lower\-bounds what it encodes\. Three lines of evidence support this framing\. External behavior shows that direct prompting underestimates recall\[[44](https://arxiv.org/html/2608.18581#bib.bib31),[32](https://arxiv.org/html/2608.18581#bib.bib2)\], that models answer inconsistently across paraphrases\[[12](https://arxiv.org/html/2608.18581#bib.bib15),[6](https://arxiv.org/html/2608.18581#bib.bib14)\], and that fine\-tuning on new facts can even hurt existing recall\[[9](https://arxiv.org/html/2608.18581#bib.bib13)\]\. Internal probing shows that hidden states carry truthfulness signals absent from the decoded answer\[[2](https://arxiv.org/html/2608.18581#bib.bib12),[1](https://arxiv.org/html/2608.18581#bib.bib11),[16](https://arxiv.org/html/2608.18581#bib.bib17),[23](https://arxiv.org/html/2608.18581#bib.bib3)\]and that internal knowledge measurably exceeds what the model explicitly generates\[[8](https://arxiv.org/html/2608.18581#bib.bib4)\]\. Controlled provenance further shows that an injected corpus can make a fact provably parametric yet still leave the model unable to surface it\[[22](https://arxiv.org/html/2608.18581#bib.bib30),[24](https://arxiv.org/html/2608.18581#bib.bib27),[18](https://arxiv.org/html/2608.18581#bib.bib5)\]\. We therefore study multi\-hop QA instances limited by access to encoded knowledge, and seek an activation procedure that improves such access\. ### 2\.2Eliciting Activation and Its Confounds Existing activation methods fall into two families, and both leave the same measurement confound in which the effect of activation cannot be cleanly separated from reasoning or retrieval\.Inference\-timemethods produce intermediate content at query time through prompt search\[[28](https://arxiv.org/html/2608.18581#bib.bib10),[46](https://arxiv.org/html/2608.18581#bib.bib9)\],RECITE\[[29](https://arxiv.org/html/2608.18581#bib.bib6)\],Self\-Ask\[[25](https://arxiv.org/html/2608.18581#bib.bib35)\]andStep\-Back\[[45](https://arxiv.org/html/2608.18581#bib.bib16)\], all built on chain\-of\-thought and generated\-knowledge prompting\[[33](https://arxiv.org/html/2608.18581#bib.bib8),[17](https://arxiv.org/html/2608.18581#bib.bib7),[31](https://arxiv.org/html/2608.18581#bib.bib22)\]\.Training\-timemethods use reinforcement learning, where a correctness reward reweights knowledge the model holds rather than new facts\[[38](https://arxiv.org/html/2608.18581#bib.bib29)\], and token\-level and distributional analyses take the same view that RLVR sharpens the base distribution rather than expanding it\[[21](https://arxiv.org/html/2608.18581#bib.bib28),[40](https://arxiv.org/html/2608.18581#bib.bib21),[35](https://arxiv.org/html/2608.18581#bib.bib20)\]\. Related RL variants either route access through a reasoning chain\[[7](https://arxiv.org/html/2608.18581#bib.bib26),[19](https://arxiv.org/html/2608.18581#bib.bib25),[4](https://arxiv.org/html/2608.18581#bib.bib24)\]or combine access with side objectives such as factuality\[[27](https://arxiv.org/html/2608.18581#bib.bib19),[15](https://arxiv.org/html/2608.18581#bib.bib18),[34](https://arxiv.org/html/2608.18581#bib.bib23)\]\. Because both families operate over free\-form text and provide no controlled context, activation can only be inferred from output changes rather than directly attributed\. We take a route that removes this confound\. We provide the model with an incomplete retrieved subgraph that offers relevant cues without a sufficient answer path, and keep the answerer frozen during Priming, so the inserted bridging triples are the only free variable and their answer\-enabling effect is observable and attributable\. We treat the subgraph as a medium for query\-conditioned augmentation rather than an external structure to traverse, and learn the Priming policy with reinforcement learning\. ## 3Method ### 3\.1Problem Formulation LetM0M\_\{0\}be a frozen model whose parameters encode knowledge that may not be directly accessible for a given query\. For a questionqqwith ground\-truth answera⋆a^\{\\star\}and an insufficient contextcc, our goal is to elicit the required knowledge from model parameters and express it as an explicit, query\-conditioned incrementℐ\\mathcal\{I\}\. A parameterized policyπθ\\pi\_\{\\theta\}generates this increment as ℐ∼πθ\(⋅∣q,c\)\.\\mathcal\{I\}\\sim\\pi\_\{\\theta\}\(\\cdot\\mid q,c\)\.\(1\)We define successful activation by the following model\-relative intervention: M0\(q,c\)≠a⋆,M0\(q,c∪ℐ\)=a⋆\.M\_\{0\}\(q,c\)\\neq a^\{\\star\},\\qquad M\_\{0\}\(q,c\\cup\\mathcal\{I\}\)=a^\{\\star\}\.\(2\) Here, the knowledge isparametricin source but becomesexplicitinℐ\\mathcal\{I\}\. Unlike retrieval augmentation,ℐ\\mathcal\{I\}is generated by the policy rather than retrieved from an external source\. Its attribution and answer\-enabling effect are evaluated through the controlled intervention above\. We implement this activation via two stages:PrimingandReasoning\. Drawing on the cognitive notion of priming, where cues facilitate access to latent information,Primingtrains the policy to elicit implicit parametric knowledge\. We externalize the elicited knowledge as answer\-enabling bridging triplesℐ\\mathcal\{I\}, making activation observable and operationally attributable\.Reasoningthen trains the policy to perform CoT reasoning that exploits this elicitation capability and corrects hallucinations, enabling direct question answering without explicit triple insertion\. ### 3\.2Task Definition We instantiate the parametric\-knowledge activation task defined above on a triple graph𝒢=\{\(s,r,o\)\}\\mathcal\{G\}=\\\{\(s,r,o\)\\\}parsed offline from the associated documents\. In the main protocol, raw documents are used only for graph construction and are not exposed during training or standard inference; the model observes only triples\. A retriever returns a query\-relevant subgraphℛ\(q\)⊆𝒢\\mathcal\{R\}\(q\)\\subseteq\\mathcal\{G\}, which serves as the contextc=ℛ\(q\)c=\\mathcal\{R\}\(q\)\. A few diagnostic experiments explicitly add raw documents to Priming, but the answerer always receives only triples\. The retriever is designed to be shallow and sparse, providing query\-relevant cues that can condition the elicitation of parametric knowledge rather than a complete supporting path\. The concrete retrieval configuration is described in Sec\.[4\.1](https://arxiv.org/html/2608.18581#S4.SS1)\. Figure 2:Overview of our proposed VAKE\. Given a sparse query\-relevant subgraphℛ\(q\)\\mathcal\{R\}\(q\), VAKE first performs explicit priming by learning to insert verifiable bridging triplesℐ\\mathcal\{I\}for a frozen answererM0M\_\{0\}\(Stage I\)\. It then transfers the learned knowledge\-elicitation capability to implicit CoT reasoning through GRPO in the Reasoning stage \(Stage II\)\. ### 3\.3Two\-Stage Activation: Priming and Reasoning The two stages operate on the same input\(q,ℛ\(q\)\)\(q,\\mathcal\{R\}\(q\)\)and optimize the same answer\-quality objective with respect toa⋆a^\{\\star\}, but differ in how the answer is produced\. In thePrimingstage, the policy inserts explicit bridging triples as intermediate evidence for a frozen answerer\. In theReasoningstage, the Priming\-initialized policy generates the answer directly from the original input, transferring the learned knowledge\-elicitation capability to direct reasoning\. The two stages are optimized sequentially\. Figure[2](https://arxiv.org/html/2608.18581#S3.F2)gives an overview of this two\-stage activation process\. #### 3\.3\.1stage I: Priming \(insert\-then\-answer\) In this stage, the policyπθ\\pi\_\{\\theta\}acts as a subgraph\-augmentation policy\. Given the query and the retrieved subgraph, it externalizes bridging facts as a set of inserted triples ℐ∼πθ\(⋅∣q,ℛ\(q\)\),\\mathcal\{I\}\\sim\\pi\_\{\\theta\}\(\\cdot\\mid q,\\mathcal\{R\}\(q\)\),\(3\)after which a frozen answererM0M\_\{0\}produces a^=M0\(q,ℛ\(q\)∪ℐ\)\.\\hat\{a\}=M\_\{0\}\\bigl\(q,\\mathcal\{R\}\(q\)\\cup\\mathcal\{I\}\\bigr\)\.\(4\) This insert\-then\-answer intervention makes knowledge activation observable, attributable, and rewardable\. WithM0M\_\{0\}andℛ\(q\)\\mathcal\{R\}\(q\)held fixed,ℐ\\mathcal\{I\}is the only free variable; a transition from an incorrect answer withoutℐ\\mathcal\{I\}to a correct one withℐ\\mathcal\{I\}therefore isolates the effect of the inserted knowledge\. Attribution is further supported by comparing each inserted triple againstℛ\(q\)\\mathcal\{R\}\(q\): when the decisive evidence is absent and non\-derivable from the retrieved subgraph, the gain cannot be explained by copied context and is attributed to knowledge elicited from the policy’s parameters\. Priming thus needs no SFT\-style labels for inserted triples; its reward comes only from whether the downstream frozen answerer uses them to producea⋆a^\{\\star\}\. #### 3\.3\.2stage II: Reasoning The insert\-then\-answer decomposition in stage I is an instrument for making activation attributable, rather than the intended final usage mode of the model\. After Priming, we return the policy to its native question\-answering role\. Initialized from the stage I policy, θ←θ\(1\),\\theta\\leftarrow\\theta^\{\(1\)\},\(5\)the model now answers directly, a^∼πθ\(⋅∣q,ℛ\(q\)\),\\hat\{a\}\\sim\\pi\_\{\\theta\}\(\\cdot\\mid q,\\mathcal\{R\}\(q\)\),\(6\)without an inserted set or a frozen answerer, and is optimized by GRPO with the same input setting and reward design as Priming, but with a stage\-specific format\-shaping term\. This stage tests whether the explicit activation induced by Priming can be carried into chain\-of\-thought answering\. This second stage also tests whether gains from Priming are complementary to reasoning gains\. If Priming merely reproduces the effect of standard chain\-of\-thought optimization, continuing with reasoning\-oriented GRPO should yield limited additional improvement\. Additional gains instead indicate complementarity under sequential optimization\. We therefore report Priming followed by Reasoning as a core result rather than as a mere ablation, since it examines whether Priming can be incorporated before reasoning\-oriented GRPO in existing post\-training pipelines\. ### 3\.4Reinforcement Learning Objective Both stages in Section[3](https://arxiv.org/html/2608.18581#S3)are trained by reinforcement learning and optimized with the same GRPO algorithm\. They share an answer\-quality reward against the gold answera⋆a^\{\\star\}, but differ in howa^\\hat\{a\}is produced and which output format is required\. We keep the reward outcome\-driven but shape it into a small number of interpretable components rather than a single hard0/10/1signal\. For stagess, the overall reward is: r\(s\)\(a^,a⋆,o\)=rqa\(a^,a⋆\)\+rfmt\(s\)\(o\)\.r^\{\(s\)\}\(\\hat\{a\},a^\{\\star\};o\)\\;=\\;r\_\{\\mathrm\{qa\}\}\(\\hat\{a\},a^\{\\star\}\)\\;\+\\;r\_\{\\mathrm\{fmt\}\}^\{\(s\)\}\(o\)\.\(7\)The answer\-quality termrqar\_\{\\mathrm\{qa\}\}is a soft blend of exact match \(EM\) and token\-level F1 betweena^\\hat\{a\}anda⋆a^\{\\star\}, weighted so that exact correctness dominates while the F1 component densifies the reward landscape and mitigates the sparsity of a pure0/10/1signal on hard multi\-hop questions\. The stage\-specific format\-shaping termrfmt\(s\)r\_\{\\mathrm\{fmt\}\}^\{\(s\)\}depends only on whether the trajectoryoois well formed: it grants a small bonus when the output follows the required triple or reasoning format, and imposes a penalty when it is malformed, with severe malformation overriding the quality term so that unparseable trajectories cannot be rewarded\. The two stages instantiatea^\\hat\{a\}differently\. InPriming, the trainable policy emits an inserted triple set and the answer is produced by the frozen answerer, a^=M0\(q,ℛ\(q\)∪ℐ\),\\hat\{a\}=M\_\{0\}\\bigl\(q,\\mathcal\{R\}\(q\)\\cup\\mathcal\{I\}\\bigr\),\(8\)so the reward reaches the policy only throughℐ\\mathcal\{I\}\. InReasoning, the policy answers directly, a^∼πθ\(⋅∣q,ℛ\(q\)\),\\hat\{a\}\\sim\\pi\_\{\\theta\}\(\\cdot\\mid q,\\mathcal\{R\}\(q\)\),\(9\)and the reward scores its own output\. The concrete weights, bonuses, and penalty magnitudes in Eq\. \([7](https://arxiv.org/html/2608.18581#S3.E7)\) are detailed in theSupplementary Material\. #### 3\.4\.1Group\-Relative Policy Optimization We optimize both Priming and Reasoning with GRPO\. For each questionqq, the old policyπθold\\pi\_\{\\theta\_\{\\mathrm\{old\}\}\}samples a group ofGGtrajectories\{oi\}i=1G\\\{o\_\{i\}\\\}\_\{i=1\}^\{G\}\. In Priming, each trajectory specifies inserted bridging triples, and the frozen answererM0M\_\{0\}predictsa^i\\hat\{a\}\_\{i\}from the subgraph after triple insertion\. In Reasoning, the trajectory directly contains the reasoning trace and final answer\. Each trajectory receives the stage\-specific rewardri=r\(s\)\(a^i,a⋆,oi\)r\_\{i\}=r^\{\(s\)\}\(\\hat\{a\}\_\{i\},a^\{\\star\};o\_\{i\}\)\. Following GRPO, we compute the group\-relative advantage by normalizing rewards within the sampled group: A^i=ri−mean\(\{rj\}j=1G\)std\(\{rj\}j=1G\)\+δ,\\hat\{A\}\_\{i\}=\\frac\{r\_\{i\}\-\\operatorname\{mean\}\(\\\{r\_\{j\}\\\}\_\{j=1\}^\{G\}\)\}\{\\operatorname\{std\}\(\\\{r\_\{j\}\\\}\_\{j=1\}^\{G\}\)\+\\delta\},\(10\)whereδ\\deltais a small constant for numerical stability\. The same sequence\-level advantage is assigned to all tokens inoio\_\{i\}\. Letρi,t\(θ\)\\rho\_\{i,t\}\(\\theta\)be the token\-level probability ratio betweenπθ\\pi\_\{\\theta\}andπθold\\pi\_\{\\theta\_\{\\mathrm\{old\}\}\}, and define ci,t\(θ\)=min\{ρi,t\(θ\)A^i,clipε\(ρi,t\(θ\)\)A^i\}\.c\_\{i,t\}\(\\theta\)=\\min\\\!\\left\\\{\\rho\_\{i,t\}\(\\theta\)\\hat\{A\}\_\{i\},\\;\\operatorname\{clip\}\_\{\\varepsilon\}\\\!\\left\(\\rho\_\{i,t\}\(\\theta\)\\right\)\\hat\{A\}\_\{i\}\\right\\\}\.\(11\)The GRPO objective is 𝒥\(θ\)=𝔼\[1G∑i=1G1\|oi\|∑t=1\|oi\|\(ci,t\(θ\)−βDi,tKL\)\],\\mathcal\{J\}\(\\theta\)=\\mathbb\{E\}\\\!\\left\[\\frac\{1\}\{G\}\\sum\_\{i=1\}^\{G\}\\frac\{1\}\{\|o\_\{i\}\|\}\\sum\_\{t=1\}^\{\|o\_\{i\}\|\}\\left\(c\_\{i,t\}\(\\theta\)\-\\beta D\_\{i,t\}^\{\\mathrm\{KL\}\}\\right\)\\right\],\(12\)whereε\\varepsiloncontrols the clipping range,β\\betaweights the KL penalty, andDi,tKLD\_\{i,t\}^\{\\mathrm\{KL\}\}denotes the token\-level KL penalty to the stage\-specific reference policy\. Gradients are propagated only throughπθ\\pi\_\{\\theta\}\. During Priming,M0M\_\{0\}is fixed and non\-differentiable, contributing only through the reward induced by its generated answer\. Thus, optimization learns to insert more useful bridging triples without adapting the answerer to compensate for weak insertions\. During Reasoning, no separate answerer is used, and the policy is rewarded directly by the quality of its generated answer\. ## 4Experiments ### 4\.1Experimental Setup Table 1:Answer accuracy \(%\) on ID and OOD QA benchmarks\.†and⋆indicate multi\-hop and single\-hop QA datasets, respectively\. The badges denote the test\-time pipeline:♠\\spadesuit= bridging\-triple insertion and♢\\diamondsuit= CoT reasoning\. For each backbone group,bestandsecond\-bestresults are highlighted\.Datasets\.We evaluate on two groups\. \(i\)In\-distribution: three multi\-hop datasets, 2WikiMultihopQA\[[11](https://arxiv.org/html/2608.18581#bib.bib36)\], HotpotQA\[[39](https://arxiv.org/html/2608.18581#bib.bib37)\], and MuSiQue\[[30](https://arxiv.org/html/2608.18581#bib.bib38)\], used for both training and testing\. \(ii\)Out\-of\-distribution \(OOD\): four held\-out datasets used only for evaluation: the multi\-hop QA dataset Bamboogle\[[25](https://arxiv.org/html/2608.18581#bib.bib35)\], and three single\-hop QA datasets, NQ\[[14](https://arxiv.org/html/2608.18581#bib.bib39)\], TriviaQA\[[13](https://arxiv.org/html/2608.18581#bib.bib41)\], and PopQA\[[20](https://arxiv.org/html/2608.18581#bib.bib40)\]\. All OOD evaluations use the checkpoint trained on HotpotQA\. Backbones\.We use Qwen2\.5\-7B\-Instruct\[[26](https://arxiv.org/html/2608.18581#bib.bib42)\]and Qwen3\-8B\[[37](https://arxiv.org/html/2608.18581#bib.bib34)\]with consistent hyperparameters\.VAKE\-Pdenotes the Priming\-only checkpoint, andVAKEdenotes the checkpoint after both Priming and Reasoning\. At test\-time, VAKE uses either direct or insert\-then\-answer inference, while VAKE\-P uses insert\-then\-answer inference with a frozen untrained answerer\. Baselines\.All baselines take the question and the same retrieved subgraph, without extra retrieval, in three families\. Direct answering:Baseanswers directly andBase with Reasoningadds CoT, prompted for Qwen2\.5\-7B and native for Qwen3\-8B\. Inference\-time methods:Self\-Ask\[[25](https://arxiv.org/html/2608.18581#bib.bib35)\]andRECITE\[[29](https://arxiv.org/html/2608.18581#bib.bib6)\]\. Training\-time \(RL\) methods:Unlock\[[38](https://arxiv.org/html/2608.18581#bib.bib29)\]applies GRPO without insertion using a 72B judge, andGRPOis a standard baseline for Qwen2\.5\-7B under the same RL budget, evaluated with direct answering or CoT\. Graph construction and retrieval\.We build𝒢\\mathcal\{G\}per dataset with an LLM\-based OpenIE pipeline that extracts entities from each passage and then extracts triples conditioned on those entities\. For a questionqq, we anchor its mentions to nodes in𝒢\\mathcal\{G\}by string matching and expand a two\-hop BFS neighborhood keeping the top five edges per hop by cosine similarity toqq, without reranking or query rewriting\. We then drop any triple containing the gold answer and cap the remaining union atK=10K=10triples to formℛ\(q\)\\mathcal\{R\}\(q\), leaving it insufficient by construction\. Evaluation metrics\.Unless otherwise stated, tables reportjudge\-EM: givenqq, the predictiona^\\hat\{a\}, the referencea⋆a^\{\\star\}, and any dataset\-provided aliases, a GPT\-4o judge \(temperature 0\) outputs a binary semantic\-equivalence decision, accepting surface variants but rejecting entity substitutions or factual drift\. The judge sees neither the retrieved subgraph nor the inserted triples, decoupling scoring from the intervention\. The prompt and rubric are in the Supplementary Material\. Implementation Details\.For each in\-distribution dataset, we train VAKE with about 14K training examples and 200 validation examples\. Each run uses one epoch, a batch size of 28, and a learning rate of1×10−61\\times 10^\{\-6\}, yielding roughly 500 training steps\. The policy samples 8 priming trajectories per step at temperature 0\.7, with maximum prompt and response lengths of 2048 tokens\. The answer\-quality reward weights exact match and token\-level F1 by 0\.6 and 0\.4, respectively; malformed outputs receive a−1\.0\-1\.0format penalty\. ### 4\.2Main Results We compare VAKE with inference\-time and training\-time baselines on in\-distribution and OOD QA benchmarks in Table[1](https://arxiv.org/html/2608.18581#S4.T1), using matched test\-time pipelines where applicable\. Priming provides consistent gainsWith Priming alone and no reasoning at inference, VAKE\-P attains the best in\-distribution average on both backbones, exceeding the strongest non\-reasoning baseline by 2\.4 and 2\.2 points on Qwen2\.5\-7B and Qwen3\-8B\. The largest dataset\-level margins appear on HotpotQA, where VAKE\-P exceeds the strongest non\-reasoning baseline by 2\.3 and 2\.2 points on the two backbones, respectively\. Since VAKE\-P keeps the answerer frozen and changes only its input, the gains reflect the inserted bridging triples, not any adaptation of the answerer\. Whether those triples supply retrievable facts or knowledge held in the model’s parameters is the question we take up in §[4\.4](https://arxiv.org/html/2608.18581#S4.SS4)\. Priming and Reasoning provide complementary gains\.Under bridging\-triple insertion with CoT at inference, VAKE outperforms VAKE\-P across all in\-distribution datasets and both backbones, raising the average by 1\.9 points on Qwen2\.5\-7B and 1\.7 on Qwen3\-8B\. This gain isolates the contribution of the Reasoning stage under a fixed test\-time pipeline\. In the contrasting CoT\-only setting, with no triples inserted, VAKE surpasses GRPO, the strongest reasoning baseline, by 6\.1 and 2\.6 points on the two backbones\. Because this gain arises without any inserted triples, it reflects reasoning improved by Priming rather than extra evidence supplied at inference\. We test this complementarity more directly through controlled ablations in §[4\.5](https://arxiv.org/html/2608.18581#S4.SS5)\. VAKE generalizes across OOD tasks\.VAKE achieves the best OOD average on both backbones, reaching 38\.9 on Qwen2\.5\-7B and 41\.4 on Qwen3\-8B, and surpasses the strongest inference\-time and RL baselines\. The advantage is clearest on Qwen3\-8B, where VAKE improves over the best competing method by 1\.8 points on average and ranks first on all four OOD datasets\. The largest gain appears on Bamboogle, the held\-out multi\-hop benchmark, where VAKE outperforms the strongest baseline by 2\.4 points\. This result suggests that the learned activation capability transfers beyond the training distribution and remains effective when accessing parametric knowledge across longer reasoning chains\. ### 4\.3Robustness: Scaling and General Capabilities This section studies whether VAKE remains stable across backbone sizes without sacrificing broader model capabilities\. For the scaling and input\-condition analyses, we evaluate the VAKE\-P checkpoint equipped with bridging\-triple insertion\. We further permit triple generation to be conditioned on raw documents, while the corresponding frozen base answerer still receives only the augmented subgraph\. Table 2:General capability evaluation on standard benchmarks\.All scores are reported as percentages using each benchmark’s standard evaluation metric\. Thebestandsecond\-bestresults in each column are highlighted\.Figure 3:Judge\-EM of VAKE\-P with bridging\-triple insertion on 2Wiki across six Qwen backbones, using triples only \(T\) or triples with raw documents \(T\+D\)\.Priming gains persist across backbone families and sizes\. Figure[3](https://arxiv.org/html/2608.18581#S4.F3)reports judge\-EM on 2Wiki across six Qwen backbones under triples\-only and document\-augmented inputs for bridging\-triple insertion\. In the document\-augmented setting, raw documents are available only to VAKE\-P during triple generation; the corresponding frozen base answerer still predicts from the subgraph after triple insertion\. VAKE\-P outperforms Base in nearly all settings, except for the smallest Qwen3\-0\.6B model, where limited capacity and longer inputs may hurt triple\-generation quality\. The gains remain visible as model size increases, showing that stronger backbones still benefit from bridging\-triple insertion\. Adding raw documents further improves VAKE\-P in several settings without exposing documents to the answerer, suggesting that extra context helps generate more effective bridging triples\. VAKE preserves general capabilities\.Table[2](https://arxiv.org/html/2608.18581#S4.T2)spans three categories: math, instruction following, and general knowledge\. We evaluate on GSM8K\[[5](https://arxiv.org/html/2608.18581#bib.bib43)\], AIME24/25\[[42](https://arxiv.org/html/2608.18581#bib.bib45),[43](https://arxiv.org/html/2608.18581#bib.bib46)\], IFEval\[[47](https://arxiv.org/html/2608.18581#bib.bib44)\], and MMLU\[[10](https://arxiv.org/html/2608.18581#bib.bib47)\], reporting pass@10 on AIME24/25 and accuracy on the rest\. VAKE\-P and VAKE stay on par with Base across all three categories, with near\-identical average scores, showing that the QA gains come at no cost to the evaluated general capabilities\. ### 4\.4Attribution of the Activated Knowledge We next ask whether the inserted triples restate the retrieved subgraph or expose parametric knowledge\.All analyses in this section are conducted on 2Wiki\. Inserted triples mostly originate from parametric knowledge\.For each backbone scale, we run LLM\-based source attribution on the triples inserted by its own VAKE\-P checkpoint\. Given the retrieved subgraph and an inserted triple, the same GPT\-4o judge labels the triple assubgraph\-inferableif it can be derived from the retrieved subgraph, and asparameter\-originatedotherwise; the judge prompt is in the Supplementary Material\. Across all scales, over 80% of inserted triples are judged parameter\-originated, and fewer than 20% are attributed to the retrieved subgraph, as shown in Table[3](https://arxiv.org/html/2608.18581#S4.T3)\. Thus, most insertions cannot be explained as restatements or derivations of the retrieved subgraph and are operationally attributed to parametric knowledge\. Table 3:Source attribution ofVAKE\-P\-inserted triples across Qwen2\.5/Qwen3 scales\. Each cell reports the percentage of inserted triples attributed to model parameters or retrieved context\.Probing reveals a gap between knowledge encoding and access\.For the factually correct, parameter\-originated triples inserted by VAKE\-P \(7B\), we mask the head \(S\), relation \(R\), or tail \(O\) of each triple\(s,r,o\)\(s,r,o\)and measurereproduction accuracy\. We compare VAKE\-P with frozen same\-family backbones from 7B to 72B \(Figure[4](https://arxiv.org/html/2608.18581#S4.F4)\)\. Frozen backbones achieve high head and relation accuracy, indicating that much of the relevant knowledge is encoded in their parameters\. However, their tail accuracy stays below 27\.0, whereas VAKE\-P reaches 35\.2 and outperforms even the 72B backbone\. This contrast suggests that Priming improves access to encoded answer\-bearing information\. Figure 4:Probing masked\-slot reproduction of VAKE\-P triples on 2Wiki across VAKE\-P\(7B\) and frozen backbones\. ### 4\.5Ablation Studies We ablate VAKE on Qwen2\.5\-7B\-Instruct along two axes: its training components and input conditions\. Priming and Reasoning training are complementary\. Table[4](https://arxiv.org/html/2608.18581#S4.T4)ablates VAKE’s two training stages\. All variants are evaluated without bridging\-triple insertion; VAKE andw/o Priminguse CoT reasoning\. VAKE performs best on all datasets, whilew/o Reasoningsurpasses both Base andw/o Primingon HotpotQA and MuSiQue, showing that Priming benefits direct answering even without triple insertion\. Table 4:Method ablation on multi\-hop QA\.w/o Primingandw/o Reasoningremove the corresponding training stage\. All variants are evaluated without bridging\-triple insertion\.Table 5:Information ablation on 2Wiki, with all methods evaluated via bridging\-triple insertion\.The learned activation capability generalizes across input settings\. Table[5](https://arxiv.org/html/2608.18581#S4.T5)compares Base, VAKE\-P, and VAKE on 2Wiki across closed\-book, triples\-only, and document\-augmented inputs\. All methods use bridging\-triple insertion, thereby isolating the effect of the trained checkpoints under the same test\-time pipeline\. VAKE\-P and VAKE improve over Base in all three settings, confirming that the gains arise from training rather than triple insertion alone\. The closed\-book improvement further supports parametric knowledge elicitation, as bridging triples are generated from the question without retrieved context\. Under document\-augmented input, VAKE improves over Base by 15\.9 points, showing that the learned activation capability also complements richer external context\. ## 5Conclusion In this paper, we frame factual question answering as a problem of accessing parametric knowledge rather than storing it, as encoded facts often remain implicit and inaccessible\. We propose VAKE, a two\-stage reinforcement\-learning framework that separates explicit knowledge elicitation from direct answer reasoning\. In Priming, the policy inserts bridging triples into a sparse retrieved subgraph while a frozen answerer provides outcome\-based rewards, rendering the activated knowledge observable and its answer\-enabling effect directly testable\. In Reasoning, the elicitation capability learned during Priming transfers to direct chain\-of\-thought answering and combines with reasoning\-oriented optimization\. Experiments on two instruction\-tuned backbones across seven multi\-hop and single\-hop benchmarks show that VAKE consistently outperforms inference\-time and reinforcement\-learning baselines and generalizes to OOD datasets\. A scaling analysis across six Qwen backbones shows consistent activation gains at larger scales\. Attribution analysis indicates that the inserted triples predominantly surface parametric knowledge inaccessible through direct prompting rather than restating retrieved context\. VAKE can be integrated into existing post\-training pipelines as an RL\-based complement to QA\-pair construction and SFT\-based knowledge activation\. Our ablations further show that Priming improves direct answering without test\-time triple insertion, while the learned activation capability generalizes from closed\-book to document\-augmented settings\. ## References - \[1\]A\. Azaria and T\. Mitchell\(2023\)The internal state of an llm knows when it’s lying\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 967–976\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[2\]C\. Burns, H\. Ye, D\. Klein, and J\. Steinhardt\(2022\)Discovering latent knowledge in language models without supervision\.arXiv preprint arXiv:2212\.03827\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[3\]N\. Calderon, E\. Ben\-David, Z\. Gekhman, E\. Ofek, and G\. Yona\(2026\)Empty shelves or lost keys? recall is the bottleneck for parametric factuality\.arXiv preprint arXiv:2602\.14080\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1),[§1](https://arxiv.org/html/2608.18581#S1.p2.1),[§1](https://arxiv.org/html/2608.18581#S1.p3.1)\. - \[4\]X\. Chen, I\. Kulikov, V\. Berges, B\. Oğuz, R\. Shao, G\. Ghosh, J\. Weston, and W\. Yih\(2025\)Learning to reason for factuality\.arXiv preprint arXiv:2508\.05618\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[5\]K\. Cobbe, V\. Kosaraju, M\. Bavarian, M\. Chen, H\. Jun, L\. Kaiser, M\. Plappert, J\. Tworek, J\. Hilton, R\. Nakano,et al\.\(2021\)Training verifiers to solve math word problems\.arXiv preprint arXiv:2110\.14168\.Cited by:[§4\.3](https://arxiv.org/html/2608.18581#S4.SS3.p4.1)\. - \[6\]Y\. Elazar, N\. Kassner, S\. Ravfogel, A\. Ravichander, E\. Hovy, H\. Schütze, and Y\. Goldberg\(2021\)Measuring and improving consistency in pretrained language models\.Transactions of the Association for Computational Linguistics \(TACL\)9,pp\. 1012–1031\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[7\]Z\. Gekhman, R\. Aharoni, E\. Ofek, M\. Geva, R\. Reichart, and J\. Herzig\(2026\)Thinking to recall: how reasoning unlocks parametric knowledge in llms\.arXiv preprint arXiv:2603\.09906\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1),[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[8\]Z\. Gekhman, E\. Ben\-David, H\. Orgad, E\. Ofek, Y\. Belinkov, I\. Szpektor, J\. Herzig, and R\. Reichart\(2025\)Inside\-out: hidden factual knowledge in LLMs\.InConference on Language Modeling \(COLM\),Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[9\]Z\. Gekhman, G\. Yona, R\. Aharoni, M\. Eyal, A\. Feder, R\. Reichart, and J\. Herzig\(2024\)Does fine\-tuning llms on new knowledge encourage hallucinations?\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 7765–7784\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[10\]D\. Hendrycks, C\. Burns, S\. Basart, A\. Zou, M\. Mazeika, D\. Song, and J\. Steinhardt\(2020\)Measuring massive multitask language understanding\.arXiv preprint arXiv:2009\.03300\.Cited by:[§4\.3](https://arxiv.org/html/2608.18581#S4.SS3.p4.1)\. - \[11\]X\. Ho, A\. D\. Nguyen, S\. Sugawara, and A\. Aizawa\(2020\)Constructing a multi\-hop qa dataset for comprehensive evaluation of reasoning steps\.InProceedings of the 28th International Conference on Computational Linguistics,pp\. 6609–6625\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[12\]Z\. Jiang, F\. F\. Xu, J\. Araki, and G\. Neubig\(2020\)How can we know what language models know?\.Transactions of the Association for Computational Linguistics \(TACL\)8,pp\. 423–438\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[13\]M\. Joshi, E\. Choi, D\. S\. Weld, and L\. Zettlemoyer\(2017\)Triviaqa: a large scale distantly supervised challenge dataset for reading comprehension\.InProceedings of the 55th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 1601–1611\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[14\]T\. Kwiatkowski, J\. Palomaki, O\. Redfield, M\. Collins, A\. Parikh, C\. Alberti, D\. Epstein, I\. Polosukhin, J\. Devlin, K\. Lee,et al\.\(2019\)Natural questions: a benchmark for question answering research\.Transactions of the Association for Computat ional Linguistics7,pp\. 453–466\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[15\]J\. Li and H\. T\. Ng\(2025\)Reasoning models hallucinate more: factuality\-aware reinforcement learning for large reasoning models\.InAdvances in Neural Information Processing Systems \(NeurIPS\),External Links:[Link](https://openreview.net/forum?id=Igq7Dyc3OL)Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[16\]K\. Li, O\. Patel, F\. Viégas, H\. Pfister, and M\. Wattenberg\(2023\)Inference\-time intervention: eliciting truthful answers from a language model\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.36,pp\. 41451–41530\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[17\]J\. Liu, A\. Liu, X\. Lu, S\. Welleck, P\. West, R\. Le Bras, Y\. Choi, and H\. Hajishirzi\(2022\)Generated knowledge prompting for commonsense reasoning\.InProceedings of the Annual Meeting of the Association for Computational Linguistics \(ACL\),Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[18\]K\. Liu, Z\. Chen, Z\. Fu, W\. Zhang, R\. Jiang, F\. Zhou, Y\. Chen, Y\. Wu, and J\. Ye\(2025\)Structure\-aware domain knowledge injection for large language models\.InProceedings of the Annual Meeting of the Association for Computational Linguistics \(ACL\)",pp\. 29443–29464\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[19\]M\. Ma and J\. Hewitt\(2026\)Improving parametric knowledge access in reasoning language models\.arXiv preprint arXiv:2602\.22193\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[20\]A\. Mallen, A\. Asai, V\. Zhong, R\. Das, D\. Khashabi, and H\. Hajishirzi\(2023\)When not to trust language models: investigating effectiveness of parametric and non\-parametric memories\.InProceedings of the Annual Meeting of the Association for Computational Linguistics \(ACL\),pp\. 9802–9822\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[21\]H\. Meng, K\. Huang, S\. Wei, C\. Ma, S\. Yang, X\. Wang, G\. Wang, B\. Ding, and J\. Zhou\(2026\)Sparse but critical: a token\-level analysis of distributional shifts in rlvr fine\-tuning of llms\.arXiv preprint arXiv:2603\.22446\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p3.1),[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[22\]S\. M\. Mousavi, S\. Alghisi, and G\. Riccardi\(2026\)What does loss optimization actually teach, if anything? knowledge dynamics in continual pre\-training of llms\.arXiv preprint arXiv:2601\.03858\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p2.1),[§1](https://arxiv.org/html/2608.18581#S1.p3.1),[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[23\]H\. Orgad, M\. Toker, Z\. Gekhman, R\. Reichart, I\. Szpektor, H\. Kotek, and Y\. Belinkov\(2025\)LLMs know more than they show: on the intrinsic representation of LLM hallucinations\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[24\]O\. Ovadia, M\. Brief, R\. Lemberg, and E\. Sheetrit\(2025\)Knowledge\-instruct: effective continual pre\-training from limited data using instructions\.arXiv preprint arXiv:2504\.05571\.Cited by:[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[25\]O\. Press, M\. Zhang, S\. Min, L\. Schmidt, N\. Smith, and M\. Lewis\(2023\)Measuring and narrowing the compositionality gap in language models\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 5687–5711\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1),[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1),[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p3.1)\. - \[26\]Qwen, A\. Yang, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu,et al\.\(2025\)Qwen2\.5 technical report\.External Links:2412\.15115,[Link](https://arxiv.org/abs/2412.15115)Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p2.1)\. - \[27\]B\. Ren, S\. Qiao, N\. Zhang, D\. Zheng, and H\. Chen\(2026\)KnowRL: exploring knowledgeable reinforcement learning for factuality\.InProceedings of the Annual Meeting of the Association for Computational Linguistics \(ACL\),pp\. 39640–39658\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[28\]T\. Shin, Y\. Razeghi, R\. L\. L\. Iv, E\. Wallace, and S\. Singh\(2020\)Autoprompt: eliciting knowledge from language models with automatically generated prompts\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 4222–4235\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[29\]Z\. Sun, X\. Wang, Y\. Tay, Y\. Yang, and D\. Zhou\(2023\)Recitation\-augmented language models\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1),[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p3.1)\. - \[30\]H\. Trivedi, N\. Balasubramanian, T\. Khot, and A\. Sabharwal\(2022\)MuSiQue: multihop questions via single\-hop question composition\.Transactions of the Association for Computational Linguistics10,pp\. 539–554\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[31\]X\. Wang, J\. Wei, D\. Schuurmans, Q\. V\. Le, E\. H\. Chi, S\. Narang, A\. Chowdhery, and D\. Zhou\(2023\)Self\-consistency improves chain of thought reasoning in language models\.InInternational Conference on Learning Representations \(ICLR\),External Links:[Link](https://openreview.net/forum?id=1PL1NIMMrw)Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[32\]Y\. Wang, Y\. Chen, W\. Wen, Y\. Sheng, L\. Li, and D\. D\. Zeng\(2024\)Unveiling factual recall behaviors of large language models through knowledge neurons\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 7388–7402\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1),[§1](https://arxiv.org/html/2608.18581#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[33\]J\. Wei, X\. Wang, D\. Schuurmans, M\. Bosma, B\. Ichter, F\. Xia, E\. Chi, Q\. V\. Le, and D\. Zhou\(2022\)Chain\-of\-thought prompting elicits reasoning in large language models\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.35,pp\. 24824–24837\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[34\]Z\. Wei, X\. Yang, K\. Sun, J\. Wang, R\. Shao, J\. Chen, M\. Kachuee, T\. Gollapudi, Y\. Liao, N\. Scheffer,et al\.\(2025\)Truthrl: incentivizing truthful llms via reinforcement learning\.arXiv preprint arXiv:2509\.25760\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[35\]X\. Wen, Z\. Liu, S\. Zheng, S\. Ye, Z\. Wu, Y\. Wang, Z\. Xu, X\. Liang, J\. Li, Z\. Miao, J\. Bian, and M\. Yang\(2026\)Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base LLMs\.InInternational Conference on Learning Representations \(ICLR\),External Links:[Link](https://openreview.net/forum?id=jGbRWwIidy)Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[36\]A\. Xu, B\. Lin, B\. Xue, B\. Wang, B\. Xu, B\. Wu, B\. Zhang, C\. Lin, C\. Dong, C\. Ling,et al\.\(2026\)DeepSeek\-v4: towards highly efficient million\-token context intelligence\.arXiv preprint arXiv:2606\.19348\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1)\. - \[37\]A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1),[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p2.1)\. - \[38\]W\. Yang, H\. Zang, J\. Zhang, W\. Shi, D\. Su, J\. Wang, X\. Cheng, and F\. Sun\(2026\)Beyond reasoning: reinforcement learning unlocks parametric knowledge in llms\.Note:arXiv preprint arXiv:2605\.07153External Links:2605\.07153,[Link](https://arxiv.org/abs/2605.07153)Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p3.1),[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1),[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p3.1)\. - \[39\]Z\. Yang, P\. Qi, S\. Zhang, Y\. Bengio, W\. Cohen, R\. Salakhutdinov, and C\. D\. Manning\(2018\)HotpotQA: a dataset for diverse, explainable multi\-hop question answering\.InProceedings of the Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 2369–2380\.Cited by:[§4\.1](https://arxiv.org/html/2608.18581#S4.SS1.p1.1)\. - \[40\]Y\. Yue, Z\. Chen, R\. Lu, A\. Zhao, Z\. Wang, Y\. Yue, S\. Song, and G\. Huang\(2025\)Does reinforcement learning really incentivize reasoning capacity in LLMs beyond the base model?\.InAdvances in Neural Information Processing Systems \(NeurIPS\),External Links:[Link](https://openreview.net/forum?id=4OsgYD7em5)Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[41\]A\. Zeng, X\. Lv, Z\. Hou, Z\. Du, Q\. Zheng, B\. Chen, D\. Yin, C\. Ge, C\. Huang, C\. Xie,et al\.\(2026\)GLM\-5: from vibe coding to agentic engineering\.arXiv preprint arXiv:2602\.15763\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1)\. - \[42\]Y\. Zhang and T\. Math\-AI\(2024\)American invitational mathematics examination \(aime\) 2024\.Cited by:[§4\.3](https://arxiv.org/html/2608.18581#S4.SS3.p4.1)\. - \[43\]Y\. Zhang and T\. Math\-AI\(2025\)American invitational mathematics examination \(aime\) 2025\.Cited by:[§4\.3](https://arxiv.org/html/2608.18581#S4.SS3.p4.1)\. - \[44\]D\. Zheng, M\. Lapata, and J\. Z\. Pan\(2024\)How reliable are llms as knowledge bases? re\-thinking facutality and consistency\.arXiv preprint arXiv:2407\.13578\.Cited by:[§1](https://arxiv.org/html/2608.18581#S1.p1.1),[§1](https://arxiv.org/html/2608.18581#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.18581#S2.SS1.p1.1)\. - \[45\]H\. S\. Zheng, S\. Mishra, X\. Chen, H\. Cheng, E\. H\. Chi, Q\. V\. Le, and D\. Zhou\(2024\)Take a step back: evoking reasoning via abstraction in large language models\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[46\]Z\. Zhong, D\. Friedman, and D\. Chen\(2021\)Factual probing is \[mask\]: learning vs\. learning to recall\.InProceedings of the Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(NAACL\-HLT\),pp\. 5017–5033\.Cited by:[§2\.2](https://arxiv.org/html/2608.18581#S2.SS2.p1.1)\. - \[47\]J\. Zhou, T\. Lu, S\. Mishra, S\. Brahma, S\. Basu, Y\. Luan, D\. Zhou, and L\. Hou\(2023\)Instruction\-following evaluation for large language models\.arXiv preprint arXiv:2311\.07911\.Cited by:[§4\.3](https://arxiv.org/html/2608.18581#S4.SS3.p4.1)\.
Similar Articles
Beyond Reasoning: Reinforcement Learning Unlocks Parametric Knowledge in LLMs
This paper investigates whether reinforcement learning can improve the direct recall of parametric knowledge in LLMs beyond reasoning tasks. It demonstrates that RL with binary rewards yields significant gains in factual QA benchmarks by redistributing probability mass to unlock latent knowledge rather than acquiring new facts.
CVPO: Enhancing LLM Reinforcement Learning Reasoning via Value-Variance Adaptation and Dynamic Curriculum Learning
This arXiv paper introduces CVPO, a reinforcement learning method for LLMs that adapts value-variance for advantage estimation and uses dynamic curriculum learning to match question difficulty, achieving better reasoning performance than VAPO on math tasks.
Pushing the Limits of LLM Tool Calling via Experiential Knowledge Integration and Activation
This paper presents a systematic study on integrating experiential knowledge into LLM tool calling, proposing the KATE framework that combines knowledge-augmented data, width-expanded inference, and knowledge-aware training, achieving consistent improvements on BFCL-V3 and AppWorld benchmarks.
Latent Reward Steering: An Adaptive Inference-Time Framework that Implicitly Promotes Cognitive Behaviors in Reasoning LLMs
Introduces Latent Reward Steering (Lrs), an adaptive inference-time framework that uses sparse autoencoder latent states and a learned reward model to implicitly promote cognitive behaviors like verification and backtracking in reasoning LLMs, improving performance across multiple models and benchmarks.
Does VLA Even Know the Basics? Measuring Commonsense and World Knowledge Retention in Vision-Language-Action Models
This paper introduces Act2Answer, a protocol to evaluate knowledge retention in Vision-Language-Action (VLA) models by requiring agents to answer questions through physical actions. It finds that VLAs retain basic knowledge but show gaps on richer semantic categories, and that VQA co-training helps.