ConceptioArchivearXiv CS
arXiv CSopen access

From Parameters to Answers: How LLMs Retrieve and Use Their Internal Knowledge

· arxiv_cs
arXiv CS · Papers · License: Open Access
Open Source ↗Direct PDF ↓
knowledge-representationreasoning
artificial intelligence, reasoning, knowledge representation

arXiv:2609.11859v1 [cs.AI] 10 Sep 2026

From Parameters to Answers: How LLMs Retrieve and Use Their Internal Knowledge Wenkang Wei

Yuan Fang

Renhe Jiang

University of Science and Technology of China Hefei, China [email protected]

Singapore Management University Singapore, Singapore [email protected]

The University of Tokyo Tokyo, Japan [email protected]

Hong Cheng

Xingtong Yu

The Chinese University of Hong Kong Hong Kong, Hong Kong SAR, China [email protected]

The Chinese University of Hong Kong Hong Kong, Hong Kong SAR, China [email protected]

Abstract How does a language model’s dependence on query-routing information and target knowledge change as it answers a question? We study this question through layerwise interventions on the hidden state at the end of the question. Across Qwen, Llama, and Gemma, we compare country–continent questions with noun, adjective, and code answers while keeping several fitted measurements distinct. A pair-conditioned request direction describes which country is queried in natural single-country questions; a global request direction describes first- versus second-country requests in paired questions; separate selection candidates test control among contents already available in the hidden state. A diagnostic reanalysis of frozen Qwen natural-question states shows that the pair-conditioned direction grows stronger before interventions on it begin to alter later fitted knowledge, with this causal window opening while answer-supporting content is still forming. The paired three-model trajectories are not uniform: Gemma shows a partially overlapping mid-layer routing–content profile, whereas Llama has no sustained routingeffect window under the same gates. In the paired protocol, dependence on the global request direction decreases from fixed earlier to later layer sets while dependence on fitted content persists. A matched Qwen comparison shows that the pair-conditioned direction retains a late effect, so this operational handoff concerns the global fitted direction rather than all request information. These results separate early readability, natural strength, causal steering, and later content dependence.

1

Introduction

Large language models (LLMs) (Bai et al., 2023; Brown et al., 2020) acquire extensive knowledge during pretraining and draw on it to answer questions. Yet how a query progressively accesses this internal knowledge and turns it into an answer across layers remains unclear. Prior work has investigated where knowledge is stored in model parameters (Geva et al., 2021; Meng et al., 2022; 2023) and identified layers or internal representations involved in its recall (Geva et al., 2023; Yu et al., 2023; Feng and Steinhardt, 2024). These studies provide important but largely separate views of knowledge storage and recall. Although Geva et al. (Geva et al., 2023) reveal the continuous computation that connects a query to the knowledge ultimately used for an answer, none of these studies separates the information specifying which knowledge to form from the knowledge that is ultimately formed, or measures how the answer’s dependence shifts between the 1

two across layers. We therefore ask: how do LLMs progressively retrieve and use their internal knowledge across layers? Our analysis first reveals a functional separation between content and routing in the hidden state. A hidden state can contribute to the answer by carrying the knowledge used to produce it or by controlling where subsequent layers access knowledge. Through controlled interventions, we causally distinguish these two roles, which we call content and routing, respectively. Routing takes two functionally distinct forms, both represented in the hidden state but directed toward different knowledge substrates: parameter routing points to relevant knowledge in the model’s parameters, whereas hidden-state routing points to retrieved content already represented in the hidden state. Tracing these components across layers further reveals how answer-supporting content is progressively formed. In the early layers, hidden states progressively integrate query-relevant knowledge into answersupporting content. At this stage, neither parameter routing nor hidden-state routing yet has a detectable effect on the answer. Parameter routing first grows stronger and, while answer-supporting content is still forming, begins to direct subsequent computation toward relevant knowledge in the model’s parameters. As this knowledge is retrieved, it is progressively consolidated into answer-supporting content within the hidden state. Hidden-state routing becomes effective later, directing subsequent computation toward this newly formed content so that it can be further processed toward the answer. Our analysis further reveals a routing–content handoff after answer-supporting content has formed. We redirect parameter routing toward content that supports a specific incorrect answer and compare this intervention with random changes. This intervention generally changes the output when applied at earlier layers, but becomes less effective at later layers, where the model increasingly retains the correct answer. In contrast, intervening on the answer-supporting content remains consequential, showing that the reduced dependence on routing does not reflect the loss of this content. Instead, the remaining computation shifts its causal dependence from the routing used to locate the content toward the content itself. In summary, our contributions are threefold. (1) We causally separate content from routing and identify parameter and hidden-state routing. (2) We reveal their ordered emergence as answer-supporting content forms across layers. (3) We identify a routing–content handoff in which causal control shifts from routing to content.

2

Related Work

Parametric knowledge representation. Prior work studies how language models encode knowledge acquired during pretraining. Researchers characterize feed-forward layers as associative memories and develop editing methods that locate and modify specific knowledge associations without retraining the entire model (Geva et al., 2021; Meng et al., 2022; 2023). These studies connect stored knowledge to model parameters, but they do not explain how a query accesses that knowledge during an ordinary forward pass. Understanding where knowledge resides therefore provides only the starting point for explaining how stored knowledge becomes an answer. Internal computation of knowledge retrieval. Another line of work examines how language models retrieve and use pretrained knowledge during inference. These studies characterize how model components transform query information into knowledge-based predictions and decompose retrieval into functional elements such as an input, an operation, and a returned value (Geva et al., 2023; Hernandez et al., 2024; Wang and Xu, 2025). They reveal important components and stages of knowledge retrieval, but do not provide a unified account of how the model progressively transforms stored knowledge into answer-supporting content across layers. 2

Causal analysis of internal knowledge use. Mechanistic studies intervene on hidden states to identify internal information that influences knowledge-based predictions and trace its propagation through the model (Wang et al., 2024; Hochman et al., 2026). These interventions reveal where the computation causally depends on a hidden state, but an effect on the answer does not by itself identify the role that the affected information plays. The state may carry answer-supporting content or guide subsequent layers toward that content. Our work distinguishes these roles and traces how their causal contributions change across layers.

3

Parameter-Retrieval Routing in Natural Questions

We ask whether information specifying a requested fact helps the model form that fact in later computation. To test this, we ask country–continent questions and compare the model’s internal states when the requested country changes. We separate a request-related direction from a fitted measure of continent content, change that direction, and measure both the later content and the answer. The results distinguish a request that is readable early from a request component that becomes stronger and later affects computation: reversal changes both the answer and later fitted knowledge while the content is still developing.

3.1

Changing the Country Changes the Requested Stored Fact

Our first task is to distinguish the information specifying a requested country from the continent knowledge needed to answer. We use questions that name a country and ask for its continent. For example, the following question requires Africa: Which continent is Kenya located in? Answer with only the continent name.

Changing Kenya to China asks for Asia instead. Appendix G lists every fitting country, screening pair, validation pair, and question wording. Because the answer must come from the model’s stored association, each prompt gives the country and the relation to be answered, but not the continent. The model processes each question separately. We then compare the recorded states of these two computations; the two countries form an analysis pair, not a joint model input. Africa and Asia label the requested facts in our measurements and candidate-answer comparisons, rather than supplying those facts to the question. We test whether this country distinction survives a change in wording. Let s denote a country and τ ∈ {A, B, C} a question wording. The text pτ,s is the question and answer instruction obtained by inserting s into that wording. This question template is distinct from the checkpoint’s chat template, which wraps the text in user/assistant role markers. We denote the resulting tokenized model input by xτ,s ; its construction is defined below. Template A is the wording above. Template B asks On which continent is Kenya located?, and template C asks What continent is Kenya in?, with the country substituted as appropriate. All three ask for only the continent name. We use template A to construct the state comparison and B and C to evaluate whether that comparison transfers to other wordings. Separate country sets keep the construction and evaluation distinct. The fitting set is Cfit = {China, France, Kenya, Nigeria, Spain, Thailand}, with two countries from each of Africa, Asia, and Europe. These six countries provide the reference states used to measure continent content. Three further, disjoint pairs (six countries and 12 questions under B and C) screen the intervention layers, and 24 additional pairs validate the frozen choice. Each pair contains countries from different continents, so changing the country changes the requested fact. A validation pair supplies four questions—its two countries under B and C—but remains one independent statistical unit.

3

Changing a country also changes its name and tokenization. A difference between the two recorded states therefore does not by itself identify retrieval control. The next subsection defines which part of this difference is measured; the subsequent interventions test whether that part affects later knowledge and the answer.

3.2

Separating the Request Difference from Continent Content

To test a request-related state change, we first specify where the state is taken and how we distinguish the requested fact from the request. We use Qwen-2.5-3B-Instruct (Qwen Team, 2024), a decoder-only language model with L = 36 decoder blocks and no separate encoder stack. A decoder block is one successive processing layer: causal self-attention combines information from the current and preceding input positions, and a feed-forward network transforms the resulting representations (Vaswani et al., 2017). The blocks update a numerical vector at every token position before the model predicts the next token. To locate the vector consistently, we follow how the question becomes a model input. A tokenizer splits text into the units processed by the model; subword tokenization allows a word to occupy more than one unit (Sennrich et al., 2016). The fixed checkpoint first applies its chat formatting and then tokenization: xτ,s = Tokenize(Chat(pτ,s )) . Here Chat inserts the checkpoint’s role and generation markers, and Tokenize returns their token sequence together with the question tokens. Both operations are fixed by the released checkpoint. Write an input as x = (x1 , . . . , xnx ), where nx is its token count after chat formatting. The final input token is position nx , immediately before the answer continuation; it need not be the last ordinary word of the question. We call this the question-end position. Bold symbols denote vectors or matrices, and layer indices appear in superscripts. Let Hxℓ ∈ Rnx ×H collect all position vectors after decoder block ℓ, where H is the vector dimension. The block and the vector we record can be written as Hx0 = Embed(x; θemb ), Hxℓ = Blockℓ (Hxℓ−1 ; θℓ ),

ℓ ∈ {1, . . . , L},

hℓx = Hxℓ [nx , :]⊤ . Here, Embed looks up each input token’s embedding using the fixed embedding parameters θemb , so Hx0 contains one numerical vector per input position; θℓ denotes the fixed parameters of block ℓ, and Blockℓ denotes the model’s actual layer computation with the positions and causal mask fixed by x. Thus, hℓx ∈ RH is one recorded question-end vector, not the whole sequence or the model’s parameters. We use this position because its later computation leads to the next-token prediction. Recording copies its values for analysis without changing the model. Intervening instead changes that vector at a chosen block and lets the remaining blocks compute from it; the next subsection specifies the changes. Both operations refer to decoder-block outputs before the model’s final normalization, the rescaling applied after the last block and before output scoring. Qwen uses root mean square layer normalization for this operation (Qwen Team, 2024; Zhang and Sennrich, 2019). We use an input index x throughout: the A in xA,s specifies the input wording, not an additional intervention condition. We next build a reference for the continent information in these vectors. Let K = {Africa, Asia, Europe} be the set containing the three continent labels. For k ∈ K, Cfit,k contains the two fitting countries with label k. Throughout this construction the wording is fixed to A; write xs = xA,s and record one question-end vector for each fitting country. The overall and continent-specific means are 1 X ℓ 1 X ℓ µℓ = hxs , µℓk = hxs . 6 2 s∈Cfit

s∈Cfit,k

4

These are elementwise averages of hidden-state vectors at the same layer and position, not averages of country-name embeddings, all input tokens, or all three wordings. They are fitted once per layer and shared across the evaluated questions, which is why they carry no evaluation-input index. The three centered continent means define the directions needed to measure differences among the requested facts. Let k1 , k2 , k3 be the labels in the displayed order of K. Concatenating their mean-difference columns and transposing gives ⊤  V ℓ = µℓk1 − µℓ , µℓk2 − µℓ , µℓk3 − µℓ ∈ R3×H .

(1)

We obtain an orthonormal basis for these differences using the singular value decomposition (Halko et al., 2011, Section 3.2.2): U ℓ = RightSV(V ℓ ; 2), P ℓ = U ℓ (U ℓ )⊤ . The operation RightSV(V ; 2) decomposes its input matrix and returns the two right singular vectors associated with its largest singular values as columns. Thus U ℓ ∈ RH×2 contains two perpendicular unit axes, and P ℓ ∈ RH×H is their orthogonal projection matrix (Halko et al., 2011, Section 3.1). The matrix is not itself a recorded fact or a named model operation: multiplication by it projects a vector onto the fitted axes. This supplies a two-dimensional content measure, rather than an exhaustive representation of the model’s continent knowledge. Before testing the remaining request difference, we also distinguish it from choosing between two supplied records. A separate calibration task supplies records such as Kenya has marker dax and China has marker fep, then requests the first or second marker. Its answers are present in the input, so it calibrates record selection without requiring a country–continent association. At each layer, we subtract the mean recorded vector for second-record requests from the mean for first-record requests in the calibration fit set, remove its projection through P ℓ , and normalize the remainder. Denote the resulting unit vector by η ℓ . Section 4 describes the calibration test. Excluding this specific contrast prevents the candidate below from simply reusing that fitted selection direction. For a country pair (s, s′ ), we now remove the fitted content projection from the difference between its two template-A states:  deℓ (s, s′ ) = (IH − P ℓ ) hℓxs − hℓxs′ , (2) where IH is the H-dimensional identity matrix and the tilde marks the content-excluded difference. We then remove its component along the calibrated selection direction and normalize: h  i r ℓ (s, s′ ) = Unit deℓ (s, s′ ) − (η ℓ )⊤ deℓ (s, s′ ) η ℓ . (3) For nonzero v, Unit(v) = v/∥v∥2 . The direction r ℓ (s, s′ ) retains the part of the country-request difference outside these two fitted components. We call it a parameter-retrieval-routing candidate. It points from the second member toward the first in this fitted comparison; whether it guides knowledge formation is the question tested next.

3.3

Deleting and Reversing the Request Component

We test the candidate by changing only the recorded state’s coordinate along it. Deletion brings that coordinate to the midpoint between the two requests; reversal moves it to the opposite request’s side. Comparing their downstream effects with equally large random changes tests whether the candidate matters beyond generic disruption of a state.

5

For a held-out template τ ∈ Ttest = {B, C} and pair (s, s′ ), write x = xτ,s and x̄ = xτ,s′ . These are two inputs with the same wording and different requested countries. Their midpoint is  bℓ,pair = 21 hℓx + hℓx̄ . (4) x The superscript pair identifies a center computed from this pair, not from the fitting set. The coordinate of either input along the fixed template-A direction is  αxℓ = r ℓ (s, s′ )⊤ hℓx − bℓ,pair . (5) x This scalar is a signed projection: the paired input has the opposite coefficient because both states use the same midpoint. Deletion and reversal produce the following edited vectors: hℓ,delete = hℓx − αxℓ r ℓ (s, s′ ), x

(6)

hℓ,flip = hℓx − 2αxℓ r ℓ (s, s′ ). x

(7)

The superscript ℓ identifies the source layer; the labels delete and flip identify the two intervention operations. We write the edited vector only at the source block’s question-end position. The input, model weights, and all other positions at that block stay unchanged. The remaining blocks then compute new states and answer probabilities; these downstream changes, rather than the written vector itself, are our outcomes. The comparison requires the intended edit to survive numerical rounding. Some pair-conditioned changes round to zero in the 16-bit floating-point format bfloat16. We therefore evaluate the frozen weights using the 32-bit floating-point format float32 and verify the vector actually written. All conditions in this section use float32. The later paired-country protocol uses bfloat16; comparisons across these protocols concern qualitative patterns and within-protocol contrasts, not raw effect magnitudes. ℓ,c ℓ For each true change ∆hℓ,c x = hx − hx , with c ∈ {delete, flip}, we generate eight independent ℓ,c,j Gaussian vectors ϵx ∼ N (0, IH ). The index j ∈ {1, . . . , 8} identifies a random control. We match each random change to the true intervention’s length:

∆hℓ,c,j = ∆hℓ,c x x

ϵℓ,c,j x 2

ϵℓ,c,j x

,

j ∈ {1, . . . , 8}.

(8)

2

Length matching uses the actual float32 write, and deletion and reversal have separate controls. We also ℓ,c check the ratio ∥P ℓ ∆hℓ,c x ∥2 /∥∆hx ∥2 : the size of any change directly reintroduced into the fitted continent space by rounding, divided by the full change length. These checks verify that the tested numerical operation preserves its stated size and fitted-content exclusion.

3.4

Measuring Answer Changes and Later Fact Changes

The intervention can change the answer without changing the particular fact representation we measure. We therefore use two outcomes: the model’s preference between the requested and paired answers, and the later state’s proximity to the two fitted continent references. A separate, non-interventional measure asks whether the unmodified request distinction is readable. Keeping these measures separate distinguishes information present from information with a downstream effect. − For question x, let a+ x be the requested country’s continent name and ax the paired country’s continent name. A Kenya–China pair therefore compares Africa with Asia. These are evaluator-provided answer

6

continuations, not facts included in the question. For candidate a = (a1 , . . . , aTa ), where Ta is its token count, define Ta 1 X (9) log Prob(at | x, a<t , e; θ), mex = λex,a+ − λex,a− . λex,a = x x Ta t=1

Here, Prob is the model’s next-token probability, θ its fixed parameters, and a<t the preceding tokens of the candidate being scored. The condition e specifies no intervention (e = 0), a true edit, or a random control; x remains the input in every condition. Thus λex,a is a length-averaged log probability and mex the correctminus-paired answer margin. We score the two fixed continuations rather than unrestricted generation. The loss ∆mex = m0x − mex is positive when the correct answer loses some of its advantage. To determine whether the targeted edit causes more loss than random disruption, let X be the evaluated questions and N = |X | their number. For a source layer ℓ, write e = (ℓ, c) for true intervention c and (ℓ,c) (ℓ,c,j) e = (ℓ, c, j) for its random control j. Accordingly, ∆mℓ,c and ∆mℓ,c,j ≡ ∆mx . The x ≡ ∆mx x corrected answer effect is 1 X 1 X Ecℓ,ans = ∆mℓ,c − max ∆mℓ,c,j (10) x x . j=1,...,8 N N x∈X

x∈X

The layer index in the superscript identifies where the edit was made, and ans identifies the answer outcome. We first average each condition over questions, then subtract the largest random-control average. A positive effect means greater mean margin damage than every tested equal-length random control, not an answer switch on every question. The internal outcome uses the content space fitted at a receiving layer ℓ′ > ℓ. For a fixed source ′ ′ ′ ′ ′ intervention, let hℓx ,e be the receiving state in condition e and project it as zxℓ ,e = P ℓ (hℓx ,e − µℓ ), and ′ ′ ′ ′ define the reference for continent k as κℓk = P ℓ (µℓk − µℓ ). For the requested and paired continent labels kx+ and kx− , the knowledge score is ′

γxℓ ,e = ∥zxℓ ,e − κℓk− ∥22 − ∥zxℓ ,e − κℓk+ ∥22 . x

x

(11)

A positive score means that the projected state is closer to the correct reference. All conditions use the same ′ fixed projector, mean, and references; only the receiving state changes. Without an intervention label, hℓx , ′ ′ zxℓ , and γxℓ denote their unmodified (e = 0) values. With source layer ℓ fixed, superscripts c and (c, j) ′ ′ ′ abbreviate its true edit and random control. The loss after source intervention c is ∆γxℓ→ℓ ,c = γxℓ ,0 − γxℓ ,c . ′ Replacing superscript c by (c, j) defines the corresponding random-control loss ∆γxℓ→ℓ ,c,j . Its randomcorrected effect is 1 X 1 X ′ ′ ′ Ecℓ→ℓ ,know = ∆γxℓ→ℓ ,c − max ∆γxℓ→ℓ ,c,j . (12) j=1,...,8 N N x∈X

x∈X

The arrow names the source and receiving layers, and know identifies the knowledge outcome. The aggregation matches Equation 10, but the unit is a fitted squared-distance score, not answer log probability. We therefore do not compare the two effect magnitudes. Before evaluating new countries, the 12 screening questions—three pairs, two countries per pair, and templates B and C—fix one source and one receiver. Both deletion and reversal must have positive answer effects at the source. At the receiver, the unmodified score must favor the correct continent on at least 80% of screening questions, and both edits must have positive later-knowledge effects. The fixed pair is then evaluated on the 24 validation country pairs. We obtain 95% percentile bootstrap intervals (Efron and Tibshirani, 1986) by resampling country pairs while keeping each pair’s four questions together. For comparison with these intervention effects, we measure readability in the unmodified states. Fix the order (s, s′ ) of each pair and set σx = +1 when x requests s and −1 when it requests s′ . Using the 7

Table 1: Registered Qwen comparisons at the layer pair fixed on selection questions. Each effect is the true mean loss minus the largest mean loss among eight actual-length-matched random controls. The unit is an answer-margin change in the first two rows and a fitted knowledge-score change in the last two; these units are not comparable. Intervals resample 24 country pairs. Intervention and measured outcome

Effect

95% interval

Delete route; answer margin Flip route; answer margin Delete route; layer-36 knowledge Flip route; layer-36 knowledge

2.418 7.200 1102.517 6270.843

[1.721, 2.976] [5.422, 8.634] [−62.431, 2133.854] [3408.236, 8771.132]

held-out-input coefficient in Equation 5, define F ℓ,route =

1 X Ind(σx αxℓ > 0). N

(13)

x∈X

The indicator Ind returns one if its condition holds and zero otherwise. This fraction counts questions whose coefficient points toward their requested pair member. It tests whether the pair’s template-A distinction transfers to other wordings, not whether a classifier trained on old countries identifies unseen countries independently.

3.5

Early Readability Precedes Detectable Answer Dependence

The candidate distinguishes the requested country long before its deletion or reversal measurably affects the answer. Figure 1 compares this readable distinction with the intervention effects across all 36 layers; Table 1 then tests whether the fixed source edit also changes knowledge at the fixed receiver. Qwen prefers the correct continent on all 12 screening and 96 validation questions before intervention, so these comparisons start from correct baseline answers. The numerical and replication checks support interpreting the measured changes as the intended interventions. A fresh model reload reproduces every recorded margin, knowledge score, pointing value, and intervention-quality measurement. The failure rate is below 5% for random-length matching, target writes, and fitted-knowledge leakage. Figure 1 separates two questions. The top panel asks whether the pair-conditioned direction identifies which member is being queried; it succeeds on every held-out question at every layer. The middle panel asks whether removing or reversing that direction damages the answer more than matched random changes; its 95% intervals rise above zero only at layers 28–36, with both effects peaking at layer 32. Thus, readability is present early, whereas detectable answer dependence is concentrated late. The selection questions fix layer 32 as the intervention layer and layer 36 as the receiving layer before the 24 validation pairs are analyzed. Table 1 gives the four registered comparisons. At the fixed layer pair, deleting the layer-32 direction reduces the answer margin beyond every tested random direction. Reversal has a larger answer effect and also reduces the layer-36 knowledge score beyond its own, longer controls. However, the deletion effect on later knowledge has an interval that crosses zero. The registered four-part criterion therefore does not pass in full: the experiment supports a reversible steering effect, but not deletion-based necessity for later knowledge formation. A sensitivity analysis combines these controls with eight additional random controls from the commonprotocol comparison in Section 6.4. The 96 corresponding questions have identical raw deletion effects. With all sixteen controls, the later-knowledge deletion interval still spans zero, whereas the reversal interval 8

Correct pointing (%)

100

(a) Paired request readable across held-out phrasings

80 60

Answer-margin effect

(b) Answer effect relative to eight length-matched random changes Delete route

7.5

Flip route

5.0 2.5

36

5

10

15

20

Decoder layer

25

30

(c) Effect of route deletion on later target knowledge

1000

30

500

24

0

18 12 6 1

35

95% interval above zero Fixed before validation 1

6

12

18

Intervention layer

24

30

36

500

Random-corrected knowledge loss

Later knowledge-measurement layer

0.0

1000

Qwen, 24 new country pairs; bands are 95% pair-bootstrap intervals. Figure 1: A readable pair-conditioned request distinction and detectable answer dependence have different depth profiles in Qwen. Every model input is a single-country question; two countries are paired only for analysis. Template A constructs one direction per pair, and two held-out phrasings evaluate it on 24 new pairs. (a) Correct pointing is the fraction of questions for which the coefficient sign identifies the queried pair member. (b) Answer effect is the mean correct-versus-paired margin loss minus the largest mean loss among eight random changes matched to the actual intervention length. Lines show estimates; bands show 95% country-pair bootstrap intervals. (c) Color shows the similarly corrected loss of the fitted continent score at a later layer after source-layer deletion. Black dots mark individual layer pairs whose 95% interval lies above zero, not a simultaneous matrix test. The circle marks source layer 32 and receiver layer 36, fixed before validation. Deletion at that pair has an interval spanning zero for later knowledge, whereas reversal passes. Values use float32 and are not compared in magnitude with the bfloat16 pairedtask experiments. remains positive (Appendix F.3). The registered deletion boundary is therefore retained rather than replaced by a more favorable random-control sample. These are continuous score changes, not universal answer switches. At layer 32, all 96 unmodified val-

9

idation questions prefer the correct candidate. After deletion, all still do so despite their reduced margins. Reversal makes 15 of 96 prefer the paired answer. Replacing the entire hidden state with the paired question’s state switches all 96, but that diagnostic transfers knowledge and other information together and is not treated as a routing-specific effect.

3.6

Natural Route Strength Precedes Its Later-Knowledge Effect

Readability alone leaves a timing question unresolved: does the request component strengthen before it starts to influence later knowledge, or only after the fact is already available? We compare the natural coefficient with content formation and intervention effects in the same frozen validation records. The comparison shows a sustained strength increase before the later-knowledge effect, with content still developing during that interval. The pointing fraction in Figure 1 uses only the coefficient’s sign. To measure its magnitude relative to the model state, use the question-end vectors hℓx and hℓx̄ for paired inputs x and x̄. Define the state-relative natural route strength as |αxℓ | Sxℓ,route = q  . ∥hℓx ∥22 + ∥hℓx̄ ∥22 /2 The numerator is the natural coefficient in Equation 5; because the route direction has unit length, it is also the intended deletion length before numerical rounding. The denominator is the root-mean-square length of the two full states. Thus, S route measures the coefficient relative to the whole-state scale; it is not a percentage of the model’s information, parameters, or neurons. We first average the two held-out phrasings and two requested countries within each of the 24 validation pairs. Layers 1–12 define an early reference separately for each pair. A descriptive onset is the first of three consecutive later layers whose pair-bootstrap 95% interval for the increase above that reference lies above zero. This rule places the sustained state-relative increase at layer 21: the mean rises from an early reference of 0.00905 to 0.01412 at layer 21, 0.04963 at layer 27, and 0.10128 at layer 28. Pair alignment does not show a new onset, consistent with a direction that is already readable early and whose coefficient later becomes larger. The fitted fact is still changing over this interval. The fraction of questions whose unmodified state favors the correct continent is 69.8% at layer 21, 75.0% at layer 24, 82.3% at layer 26, and 96.9% at layer 28; it reaches 100% only at layer 33. Removing fitted content begins to damage the answer beyond matched random changes at layer 27. One layer later, deleting the natural route coefficient yields a positive random-corrected effect on the fixed layer-36 fact score at source layers 28–31, while reversal does so at layers 28–32. These are pointwise diagnostic intervals from an existing-data reanalysis, not simultaneous confidence bands or a prospectively registered universal onset. This sequence supports an overlapping mechanism rather than a discrete pipeline. The pair-conditioned route grows stronger before its intervention has a stable effect on the final fitted fact, but fitted fact information is already developing and becomes answer-relevant during the same period. Appendix E asks whether the paired-country records for Qwen, Llama, and Gemma show the same schedule; they do not provide a direct cross-model replication.

3.7

Reversal Steers Later Knowledge without Fixed-Pair Deletion Necessity

The combined results distinguish representing a request from using its measured component to guide a fact. After the two fitted exclusions, the candidate preserves the country distinction across wordings from the first

10

(a) Natural route coefficient

(b) Route coefficient relative to state 0.30 0.25

101

Mean | |/ h 2

Mean | | (log scale)

102

0.20 0.15

100

0.10 0.05

10 1 0

10

20

Decoder layer

0.00

30

(c) Target fact points correctly

1.0

0

10

20

30

Decoder layer

(d) Descriptive sustained onsets L21

Route strength

Fraction of questions

0.8 Route

0.6 0.4

L28

final fact (flip)

Content

L27

answer

0.2 0.0

0

10

20

Decoder layer

30

Route

final fact (delete)

L28

5

10

15

20

Decoder layer

25

30

35

Figure 2: In Qwen natural questions, route strengthening precedes a later causal window while fitted content is still forming. (a) The absolute natural route coefficient is shown on a logarithmic scale. (b) Dividing that coefficient by the root-mean-square full-state length removes a simple whole-state scale explanation. (c) The fraction of questions whose fitted fact score favors the correct continent rises gradually rather than appearing only after the route is complete. (d) Squares mark layers whose pointwise country-pair bootstrap interval passes the stated comparison; circles mark the first run of three consecutive passing layers. Route strength first has a three-layer run at layer 21, fitted-content deletion affects answers from layer 27, and route deletion or reversal affects the fixed layer-36 fact from layer 28. The route-to-fact windows end at layers 31 and 32 rather than continuing to the model output. This is a diagnostic reanalysis of the 24 frozen validation pairs. layer. Its natural coefficient strengthens later, while deletion and reversal affect answers detectably only in a late range. At the fixed source layer 32, reversal also changes the fitted knowledge score at receiving layer 36. Thus an imposed movement along the request candidate can steer later computation toward the paired country’s knowledge. Deletion provides the narrower result: it changes the answer margin but does not give a confirmed layer36 knowledge loss. The experiment therefore establishes directional steering without establishing that the naturally occurring coefficient is necessary for that later fitted fact. We retain the term parameter-retrieval-routing candidate for this measured direction rather than identifying it with a unique physical address or all retrieval information. Sections 6 and 6.4 test whether the later 11

dependence profile changes when the request direction is fitted globally instead of separately for each pair.

4

Object Selection within Hidden States

When a question names two countries but requests only one answer, does the model form just the requested fact, or keep both facts usable and select between them? For example, a question listing Kenya and China and asking for the first country’s continent could be answered by retrieving only Africa. We reserve object selection for the different function of choosing which of two internally available candidate contents controls the answer. We test this function first when both answers are supplied, then transfer the fitted selection contrast to questions whose facts must come from the model. A direct test goes further: after changing the selected object, it asks whether two continuations from the same modified state can still produce the two candidate answers. The transfer test gives a format-specific result, while the strict two-continuation test succeeds in a separate Qwen base-model capital task and supplies the reference for the instruction-model comparisons below.

4.1

Calibrating Selection when Both Answers Are Supplied

To measure selection separately from recalling an unstated fact, we begin with a task that supplies both possible answers. Changing the requested record then changes only which supplied marker should be returned. The calibration prompt is: First record: Kenya has marker dax. Second record: China has marker fep. Which marker belongs to the requested first record? Answer with only the marker.

Changing first to second changes the requested marker from dax to fep, without requiring either marker to be recalled from the weights. We record the question-end vector hℓx at the position defined in Section 3. The calibration fitting set contains three record pairs under both requests, or six questions. At each layer, we average the three first-record vectors and subtract the average of the three second-record vectors. The resulting raw contrast oℓ,raw ∈ RH describes a choice between supplied records; the next test asks whether it also contributes when the factual answers are not supplied. We next ask whether part of this contrast matters when the prompt supplies the objects but not their factual answers: First country: Kenya Second country: China Which continent is the first country located in? Answer with only the continent name.

The prompt names Kenya and China and specifies which position to answer, but it never states Africa or Asia. The model must therefore use stored country–continent knowledge. We repeat the task with continent names, adjectives such as African and Asian, and arbitrary output codes whose mappings are defined in the prompt (for example, Africa = dax). These formats alter how the same association must be expressed. This transfer comparison uses the text-processing decoders of Qwen-2.5-3B-Instruct (Qwen Team, 2024), Llama-3.2-3B-Instruct (Dubey et al., 2024), and Gemma-3-4B-Instruct (Gemma Team, 2025), with

12

36, 28, and 34 decoder blocks, respectively, in bfloat16. The inputs contain text only. The state dimension H is specific to each model. The paired-country task has its own fitted means and continent projector P ℓ , constructed by the centeredcontinent-mean procedure in Equation 1, but from its own fitting questions and separately for each answer format. These quantities are fixed within a model–format comparison, not shared with the natural singlecountry task. Fitting and recording use question-end block outputs except for the original profile’s last recorded point, which follows final normalization; the figures and Appendix B mark this exception. All interventions remain at block outputs. The country split separates direction fitting, layer screening, and evaluation on unseen countries. Each of four disjoint groups contains six countries arranged in three cross-continent pairs. The three pairs under both requests give six questions per group: one group fits, one screens, and validation A and B test the frozen choice. The auxiliary marker questions provide the selection contrast but do not supply factual answers to any continent question. To measure what transfers beyond fitted content and the continent task’s own request contrast, we remove and µℓ,main their overlap with the raw marker contrast. Let µℓ,main first second be the averages of the three first- and − µℓ,main three second-country vectors in the main-task fitting set. Their difference is r ℓ,raw = µℓ,main second . first eℓ = (IH − P ℓ )oℓ,raw and reℓ = (IH − P ℓ )r ℓ,raw . We then Excluding the fitted continent space gives o eℓ parallel to reℓ : remove the component of o h i  eℓ − Unit(e eℓ Unit(e oℓ = Unit o r ℓ )⊤ o rℓ ) . (14) The resulting unit direction oℓ is the transferred selection residual. Here Unit normalizes a nonzero vector as defined in Section 3; the exclusion is relative to the two fitted components, not every possible encoding of content or requests. To test its contribution, center a main-task state at bℓ = 12 (µℓ,main + µℓ,main second ) and first delete its observed coefficient by adding   ∆hℓ,sel = − (oℓ )⊤ (hℓx − bℓ ) oℓ . (15) x We compare the resulting answer-margin damage with eight Gaussian changes matched to the deletion length, using the averaging rule in Equation 10. Each split is evaluated separately. A second, non-causal diagnostic asks whether the unmodified states for first- and second-country requests lie on the expected sides of oℓ after centering the pair at its midpoint. This is the pointing fraction from Equation 13 with oℓ in place of the parameter-routing candidate. A layer first has to work in the task that defines the marker contrast: unmodified marker accuracy must be at least 90%; moving toward the opposite request must switch at least two-thirds of answers; and the strongest matched random control may switch at most one-third. The transferred residual is called stable only if its deletion effect is also positive in the screening split and in both held-out validation splits. These gates test a fitted interface across tasks; they do not establish a native, shared selection module.

4.2

Transferred Selection Is Stable in One Model–Format Setting

The transfer test asks whether a direction calibrated on supplied markers also influences answers that require stored facts. Across the evaluated models and formats, only Qwen adjective answers show a selection residual that passes both calibration and the separate data-split checks. Figure 3 reports all three answer formats for each model. Only Qwen’s adjective task passes every calibration and split-level gate, at layers 28–30 and 32; its largest validation-mean effect is 0.11 answermargin units. No other behaviorally qualified model–format combination passes the same criterion. Their curves remain measurements, but isolated positive values are not promoted to stable transfer. 13

Answer-margin effect

Correct-pointing fraction

Name

Qwen

1.0

Adjective

Code

Llama

1.0

0.5

0.5

0.5

0.0

0.0

0.0

0.1

0.05

0.0

0.00

−0.1

−0.05

−0.2

1

10

20

Decoder layer

36

Gemma

1.0

0.5 0.0 −0.5 −1.0 1

10

20

Decoder layer

28

−1.5

1

10

20

Decoder layer

34

Figure 3: Transferred selection has a task-dependent layerwise effect. Top: the paired-request correctpointing fraction of the transferred selection direction. Bottom: its deletion effect on the answer margin relative to eight matched random changes. Lines average the two validation partitions; shading spans their values. Filled dots identify layers passing both auxiliary calibration and positive-effect checks in all three evaluated partitions. Other values are retained, including negative values. Gray dotted Gemma code curves are diagnostic because baseline qualification failed. These are effects after transfer to continent questions, not the marker-calibration switching rates. The two results have different meanings. Marker switching shows that the raw contrast can redirect a choice when both answers are supplied. The continent result asks whether a residual of that contrast still matters after transfer to a task whose answers must come from the model. Success in one Qwen format provides a conditional contribution, not evidence for a selection stage shared across models or knowledge tasks. Failure elsewhere is likewise a boundary of this linear interface, not proof that those models never select objects.

4.3

Direct Selection in a Separate Base-Model Task

Transfer alone does not show that two internally represented facts remain usable after a selection change. We test that stronger property directly with Qwen2.5-3B base weights and country–capital questions. A prompt names France and Germany, for example, and requests one capital without supplying Paris or Berlin. This is a separate task and checkpoint from the three-instruction-model continent comparison. Forty-four country pairs pass the answer gate. Fifteen pairs fit the measurements, eight select a source layer, and disjoint groups of ten and eleven pairs validate the fixed source. Two phrasings and both requested objects give 40 and 44 validation questions. Appendix F.6 specifies the full fitting and restoration protocol. We use four linear readouts to track what changes after the edit. A readout is a fitted map from a recorded hidden-state vector to a target vector; it is an analysis tool, not a component the model runs to answer, following the use of independently fitted probes to inspect intermediate representations (Alain and

14

Bengio, 2016). Write its prediction as ybxℓ,c = (W ℓ,c,eff )⊤ hℓx + β ℓ,c,eff , where c names the target, W ℓ,c,eff ∈ RH×dc and β ℓ,c,eff ∈ Rdc are fitted coefficients, and dc is the target dimension. The superscript eff marks coefficients after absorbing fixed linear preprocessing; the explicitly standardized fit used for the instructionmodel tests is defined in Appendix F.4. Three targets describe the two countries and their two candidate capitals, regardless of which country is requested. We represent each name by the mean of its input-token embeddings, the numerical representations assigned before the decoder blocks. Principal-component analysis (Shlens, 2014), fitted only on the fitting names, supplies compact coordinates along their main directions of variation. The first target concatenates the two country coordinates; the other two separately give the first and second capital coordinates. The fourth target is a two-entry selection label, (1, 0)⊤ for the first object and (0, 1)⊤ for the second. The country and capital targets stay unchanged across opposite requests; only the selection target changes. Screening fixes decoder layer 26 at the question-end position. Replacing only the fitted selection component with its opposite-request value changes downstream selection and the answer. All three non-selection readouts remain within matched-random change on every validation question. At layers 27–30, the directed selection change exceeds eight random controls and a wrong-position control; the answer change exceeds every control on 37/40 questions in validation A and 44/44 in validation B. Linear readout preservation still does not show that both capitals can drive an answer. The experiment therefore copies the same source-modified state into two continuations. At a receiving layer, one continuation changes only the fitted selection subspace toward the clean state for the original request; the other changes the same subspace toward the clean state for the paired opposite request. All coordinates outside that fitted subspace are left as they were in the source-modified computation. A question passes only if the two branches produce the corresponding capital answers, both changes beat random and wrong-position restorations of the same length, and the two candidate-capital readouts remain within random bounds. At receiving layers 27, 28, and 29, the joint pass counts in validation A are 25/40, 28/40, and 24/40; in validation B they are 34/44, 34/44, and 32/44. Thus both groups meet the prespecified 60% threshold at the same three layers. These fractions count questions for which both continuations pass the full test; they do not estimate what fraction of a hidden state is “capital knowledge.” An early control shows why the two-branch test is necessary. At the token position of the ordinal word (the request’s first or second), an internal edit in the first decoder block—recorded as zero-based layer 0— changes later selection and answers, yet restoring the original choice at layers 15–19 recovers the original answer on at most 2/40 and 1/44 questions. This early internal edit therefore changes the answer path before two usable candidates have been demonstrated. The base-model result supports direct selection only for the layer-26-to-29 capital setting; it does not identify a universal earliest selection layer.

4.4

Direct Selection in the Instruction-Model Continent Task

We apply the same functional question to the Qwen instruction model and continent names. For a prompt containing Angola and Japan, can one state change redirect downstream selection and the answer while preserving readouts of both country identities and both candidate continents? The original six fit countries form 24 ordered cross-continent pairs and 48 first- or second-object questions. Four readouts separately predict the two identities, the first and second candidate continents, and the selected position. The candidatecontinent labels do not change when the request changes. Appendix F.4 gives the fitting objective, controls, and gates. Let oℓ,direct be the unit direction of the scalar selection readout, fitted with target +1 for the first object and −1 for the second. For question x, hℓ,opp is the unmodified state of the same country pair and wording x when the other object is requested. We replace only the coordinate of hℓx along the fitted selection direction 15

by adding ∆hℓ,swap = oℓ,direct (oℓ,direct )⊤ (hℓ,opp − hℓx ). x x

(16)

The operation does not copy the full opposite-request state. It changes one fitted scalar coordinate, using a direction learned directly from the continent task rather than transferred from the marker task. All country pairs first pass the unmodified three-continent answer comparison. Screening changes firstobject requests to second-object requests only, giving 12 questions: three pairs, two country orders, and two held-out phrasings. The opposite requests supply the replacement coordinate, rather than a second set of screening edits. At each source layer 1–33, the swap is compared with two random directions formed from Gaussian combinations of the centered fitting states and the same swap applied at the word “continent.” A source must preserve all three non-selection readouts on at least 70% of questions. It must also yield at least three later layers where at least 60% of questions jointly preserve those readouts, move the selection score beyond every control, and change the answer margin beyond every control. Equation 46 first subtracts the strongest control within each question and then averages the 12 differences. Table 2: Direct-selection diagnostics in the Qwen instruction-model continent task. The denominator is 12 selection questions, not 12 independent country pairs. The last column is the best single receiving-layer joint fraction for that source. At least three receiving layers must each reach 60%; with 12 questions this requires at least eight passes per layer. Rows illustrate distinct failures and are not validation-selected operating points. Source 24 25 27

Source-content preservation

Answer effect

11/12 11/12 1/12

0.098 0.056 1.034

Best later joint fraction 5/12 6/12 1/12

No source passes. Source 25 reaches the largest single-receiver count, 6/12, but the rule requires at least 8/12 at each of three receivers. Source 27 produces a larger mean answer effect, 1.034, while preserving the other readouts on only 1/12 questions. That combination is consistent with a broad disruptive edit, not selective control. A fresh model load reproduces every scan value and all numerical-write checks pass. The prespecified stop rule therefore blocks both held-out intervention and two-candidate restoration.

4.5

Capital Questions across the Three Instruction Models

The base-model capital result leaves a specific generality question: does the same direct-selection test work with instruction-tuned weights? We retain the capital relation and test the three instruction models used in the continent experiments. The task has 196 questions from 49 country pairs, two phrasings, and both requested objects. Qwen answers 195 correctly; Llama and Gemma answer all 196. Fifteen pairs fit the readouts. Seven qualified Qwen pairs and eight pairs in each other model screen source layers; two disjoint groups of 13 pairs provide validation. As in the direct instruction-model continent test, selection is fitted with scalar labels +1 and −1, whereas the three non-selection targets track both country identities and both capitals. This scalar interface is distinct from the base-model experiment’s twoentry selection interface. Appendix F.7 gives the controls and fixed acceptance rules; primary and fresh-load records agree exactly. The outcomes separate three failure points. Qwen never identifies a source layer: its strongest contentpreserving candidate changes the fitted selection score but not the answer beyond pointwise controls. Llama shows a narrow screening effect from source layer 14, with joint pass counts of 14/16 at layer 15 and 11/16

16

at layer 16, but only 9/16 at layer 17. Because the rule requires three receiving layers at or above 60%, validation remains closed. Gemma passes screening at source layer 17 and fixes receiving layers 18–20. In each 52-question heldout group, the downstream selection change exceeds every control on all 52 questions and source content is preserved on all 52. The answer change is less stable: it exceeds the strongest pointwise control on 32/52 questions in validation A and 31/52 in validation B. The resulting three-layer joint fractions are 32/52, 32/52, and 31/52 in validation A, but 31/52, 31/52, and 29/52 in validation B. Since all three receivers must reach 60% in both groups, the experiment stops before two-candidate restoration. This is evidence for a reproducible internal selection candidate in Gemma, not a strict two-usable-candidate result.

4.6

Selection Evidence Is Hierarchical and Task-Dependent

The evidence forms a hierarchy rather than one universal stage. The marker task demonstrates controllable choice when both answers are supplied. Cross-task transfer produces a stable residual effect only for Qwen adjective answers. The separate Qwen base-model capital experiment satisfies the stronger same-state, twocontinuation test. The instruction-model continent and capital experiments stop earlier: Gemma supplies the clearest held-out internal selection candidate, but no instruction model reaches two-candidate restoration. These failures constrain the measured interface and task conditions, not the existence of selection somewhere in the models. Linear readouts capture only selected aspects of identity and candidate knowledge, and the tested direction need not exhaust the model’s control representation. We therefore treat object selection as a conditional functional result, not a processing stage shared across models, relations, or fixed layer numbers.

5

The Development and Use of Knowledge Content

Does the fact content that becomes readable inside the model also support the answer, and can it support more than one expression of that answer? For Kenya, this content is the association with Africa, rather than the country name or the request to identify a continent. Using the paired-country tasks, we measure this content, delete it, and transfer a fixed content change between answer formats. The tests show persistent late answer dependence and transfer from continent names to adjectives, with arbitrary output codes providing a boundary.

5.1

Task and Content Intervention

To separate the factual association from its required expression, we keep the paired-country question fixed and vary the answer format as in Section 4. A Kenya request can require the noun Africa, the adjective African, or an arbitrary code such as dax. The code prompt supplies only the output map—for example, Africa = dax, Asia = wug, and Europe = blicket. It never states which continent contains Kenya. The factual association is therefore fixed while the required expression changes. For each model, layer, and answer format, we fit a separate continent-content space from the six fitting questions in Section 4. Denote this question set by Xfit and its two questions requesting continent k by Xfit,k . Each element contributes its recorded question-end vector hℓx . The means are µℓ =

1 X ℓ hx , 6

µℓk =

x∈Xfit

1 X hℓx . 2 x∈Xfit,k

17

Thus grouping follows the requested country’s true continent, not its first or second position. The centered group means define a two-dimensional orthonormal basis U ℓ by Equation 1. Reusing that construction does not reuse the single-country fit: these means and axes come from the paired task and required answer format. The projected state and continent references are zxℓ = P ℓ (hℓx − µℓ ),

κℓk = P ℓ (µℓk − µℓ ),

P ℓ = U ℓ (U ℓ )⊤ .

(17)

For question x, let kx+ and kx− be the requested and paired countries’ continents, respectively. The knowledge score γxℓ is the squared distance to the paired country’s continent reference minus the squared distance to the requested country’s reference, as defined in Equation 11. A positive score means that the fitted twodimensional state is closer to the correct reference. The correct-pointing fraction is F ℓ,know =

1 X Ind(γxℓ > 0), N

(18)

x∈X

where X contains the N questions being evaluated and Ind is the indicator defined in Section 3. Readability does not show that the answer uses this projection. We therefore remove the question’s entire fitted content component by adding ∆hℓ,know = −zxℓ . x

(19)

The fixed model then continues from that layer. We compare the resulting answer-margin damage with eight random vectors matched to the actual deletion length, using the answer effect in Equation 10, with c = know denoting the content deletion. Thus, pointing asks what the linear interface can read, whereas deletion asks whether the subsequent answer is more sensitive to removing that fitted component than to the tested random changes.

5.2

Fitted Content Becomes Consequential and Persists Late

The fitted continent content contributes to answers in all three models, and its contribution persists through late layers. We establish this by comparing content deletion with matched random changes separately in screening, validation A, and validation B, then compare the paired-task result with the natural-question Qwen result. For continent-name answers, the screening split and both validation splits all have positive contentdeletion effects at layers 27–36 in Qwen, 14–28 in Llama, and 18–34 in Gemma. Figure 4 shows the corresponding pointing fractions and the other answer formats. The transition is not aligned by a common layer number: Qwen changes sharply near the top of its stack, while Llama and Gemma follow different profiles. Within each qualified setting, however, deleting the fitted content continues to damage the answer through the last measured layers. The natural single-country experiment provides a separate Qwen check. Its continent space is fitted on different prompts and its interventions use float32. At layers 27–36, each pointwise 95% interval for content-deletion answer damage lies above zero. This supports late dependence on the fitted content in that task, but the effect magnitudes are not pooled with the paired-task bfloat16 values.

5.3

Fitted Content Transfers to Adjectives but Rarely to Codes

The deletion result could reflect only a preference for a particular continent-name token. To test a broader role, we fit the references using noun-answer questions only. At one layer fixed before this comparison, 18

Answer-margin effect

Correct-pointing fraction

Name

Qwen

1.0

Adjective

Code

Llama

1.0

0.5

0.5

0.5

0.0

0.0

0.0

15

20

10.0 7.5

Gemma

1.0

10

5.0 2.5

5

0.0

0

1

10

20

Decoder layer

36

10

0 1

10

20

28

Decoder layer

1

10

20

Decoder layer

34

Figure 4: Answers become sensitive to deleting fitted continent content, and that sensitivity persists in late layers. Top: the fraction of questions whose projected state is closer to the requested continent reference than to the paired alternative. Bottom: mean answer-margin damage from deleting that projection, corrected by matched random changes. Each model, layer, and answer format has its own fitted two-dimensional space. Lines and shading show the mean and range of validation A and B, not confidence intervals; filled dots require positive effects in screening and both validation splits. Gemma code results are diagnostic and shown in gray. In the original final-layer point, reading occurs after final normalization but intervention occurs before it; Appendix C provides location-aligned block-output profiles, and the original final drop is not interpreted as content disappearance. we move an adjective or code question from the requested-continent reference toward the paired-continent reference: ∆hℓ,transfer = κℓ,name − κℓ,name . (20) x k− k+ x

x

The superscript name marks references fitted on continent-name prompts. The target question and model weights remain fixed; no reference is refitted on adjective or code answers. For example, a Kenya question paired with China receives the noun-derived Africa-to-Asia change, and we measure whether its answer margin moves from African toward Asian. The fixed layers are 34 for Qwen, 28 for Llama, and 33 for Gemma. For question x, let m0x be the unmodified correct-minus-paired answer margin and mtransfer be the answer margin after the noun-derived x random,j change and mx the margin after equal-length random control j. For a validation partition X , the reported transfer shift is 1 X 0 1 X 0 (mx − mtransfer ) − max (mx − mrandom,j ). x x j=1,...,8 |X | |X | x∈X

x∈X

The first term is the mean loss of the correct-versus-paired answer margin after the noun-derived change; the second is the largest corresponding mean loss among eight equal-length random changes. Positive values therefore indicate a targeted shift toward the paired answer beyond every tested random direction. 19

Random-corrected answer shift

Qwen · layer 34 25 20

21.43

30

15.72

15 10

28.24 19.78

20

Name

Adjective

0

60

Gemma · layer 33 49.19

46.09

40 20

10

5 0

Llama · layer 28

Name

Adjective

0

Name

Adjective

Figure 5: A fixed noun-derived knowledge change transfers to adjective answers. Both bars use references fitted only on continent-name questions. Heights average the corrected shifts of the two validation partitions; no statistical confidence interval is asserted for these bars. Panels identify the model and the layer fixed before this test. The same direction did not generally transfer to arbitrary codes: only 1/5 baselinequalified mappings passed in Qwen, 0/4 in Llama, and 0/2 in Gemma. A transfer passes only if this corrected shift is positive in both validation partitions and at least two of the three country pairs in each partition have positive pair means. Noun-to-adjective transfer passes in all three models. Averaging the two six-question validation shifts gives 15.72 for Qwen, 19.78 for Llama, and 46.09 for Gemma. These are answer-margin changes, not accuracies or proportions. Because the fitted reference vectors and score scales are model-specific, the three magnitudes are interpreted within model rather than ranked across models. Each model also receives six different arbitrary code maps. Before testing transfer, a map must yield the correct code on all baseline questions in both validation splits. Five maps qualify in Qwen, four in Llama, and two in Gemma. Only one Qwen map passes the transfer criterion; none pass in Llama or Gemma. The remaining maps are reported as baseline failures or transfer failures, not counted as evidence that an otherwise valid opportunity succeeded.

5.4

Content Persists More Broadly Than Routing Effects

Across the three models, the answer becomes sensitive to deleting the fitted continent component and remains sensitive in late layers. A noun-derived change also shifts the corresponding adjective without adjective refitting, supporting reuse across these two natural expressions. Arbitrary codes provide the boundary: most baseline-qualified maps do not transfer. The result therefore concerns a fitted component shared by noun and adjective answers, not an output-independent representation that works unchanged under every mapping.

6

Layerwise Changes in Routing and Content Dependence

Does the answer become less dependent on a request component as it becomes more dependent on fact content? Sections 3–5 establish measurements for these roles; we now compare their effects across depth under a common paired-country protocol. We test the resulting earlier-to-later contrast on new countries and check whether request specificity, fitting variation, or recovery after a single deletion explains it. Finally, we change the request-direction construction within the same task. This comparison locates the dependence shift in a particular fitted representation rather than all information about the request. 20

6.1

Routing and Content Have Model-Specific Overlapping Profiles

We first compare whether the measured request, selection, and content contributions occupy distinct or overlapping layers. For the same paired-country questions, we separately delete a request direction shared across country pairs, the transferred selection direction, and the target-content projection. Each deletion acts at the question-end position and has eight random controls matched to its own length. Holding the model, prompt, candidate answers, and evaluation questions fixed makes the three curves comparable as interventions on different fitted components. The shared request direction is called global because one fit is used for every evaluated country pair. The pair-conditioned direction of Section 3, in contrast, is constructed separately for each pair. We define the global fit next before comparing its depth profile with content and selection. At each layer, take the mean of the three first-country fitting-question vectors minus the mean of the three second-country vectors. Exclude its projection into the fitted content space and its overlap with the content-excluded marker-selection contrast. Normalizing the remainder gives r ℓ,global , with the superscript identifying a pair-shared direction. Its coefficient is measured relative to bℓ , the midpoint of those two fit means, and deleted by adding   ∆hℓ,par = − (r ℓ,global )⊤ (hℓx − bℓ ) r ℓ,global , (21) x Both r ℓ,global and bℓ are fixed from the fitting questions before validation. The resulting intervention therefore tests the shared request component, whereas the natural-question intervention uses a separately constructed direction and midpoint for each pair. The three profiles overlap rather than forming a shared sequence. The global request candidate has positive answer effects in model- and format-specific layer sets, which overlap the onset of content effects. Content deletion remains consequential later. The transferred selection residual is stable only for Qwen adjective answers, where its effect overlaps rather than follows the parameter-candidate interval. Appendix B gives the full profiles. The complementary timing analysis in Appendix E compares the natural request coordinate with its answer and later-knowledge effects. Qwen shows a mid-layer coordinate rise before sustained content dependence; Gemma shows a more overlapping partial analogue; Llama lacks a sustained route-effect window under those checks. Because this analysis uses the paired task and its global direction, it complements rather than directly replicates the natural-question result.

6.2

Global-Route Dependence Decreases on New Countries

We test whether the earlier-to-later decline of global-route dependence persists beyond the countries used to construct and screen it. The new evaluation contains 48 countries absent from every original split, arranged as 24 non-overlapping pairs. Two country orders, two held-out wordings, and both requested objects give eight questions per pair, or 192 questions. None is used to fit a direction or content space. To test an existing depth contrast rather than select one on the new countries, we fix the comparison layers from the original evidence. In 1-based numbering, Qwen compares {29, 31} with {32, 34}, Gemma compares {24} with {25, 30}, and Llama compares {15, 24} with {28}. The earlier and later sets summarize selected regions, including nonadjacent layers; they do not define continuous processing stages. ans uses three aggregation steps. It first averages damage over the For component c and layer set L, EL,c selected layers and all eight questions within each pair, then averages the 24 pair means. Finally, it subtracts the largest mean obtained by applying the same aggregation to each of eight random controls (Appendix C).

21

(a) Earlier routing Qwen

(b) Later routing Qwen

0.51

Gemma Llama

Gemma

3.28 0.10

0

-0.15

Llama 1

2 Answer effect

3

4

−0.3

(c) Later request distinction Qwen Gemma

Qwen

79%

0.0

13.42

Llama

70 80 90 Paired correct pointing (%)

-0.01

6.19

Gemma

80%

Llama

−0.2 −0.1 Answer effect

(d) Later knowledge advantage

87%

60

-0.15

100

6

8.29

8 10 12 Knowledge minus routing effect

14

Figure 6: Deletion of the fitted global request direction causes less answer damage in fixed later layer sets, while fitted-content deletion remains consequential. All three models use the same 24 new country pairs but model-specific layer sets fixed before this evaluation: Qwen {29, 31} versus {32, 34}, Gemma {24} versus {25, 30}, and Llama {15, 24} versus {28}. Request states remain separable along the late global direction. Bars show 95% country-pair bootstrap intervals; a hollow marker denotes an interval spanning zero. The figure concerns this global fitted direction, not all request representations or a shared processing boundary. We use two contrasts:

∆Eearly−late = ELans − ELans , early ,par late ,par ∆Eknowledge−route = ELans − ELans . late ,par late ,know

(22)

The first contrast asks whether deleting the global route causes more damage in the earlier set than in the later set. The second asks whether deleting fitted content causes more damage than deleting that route in the later set. Both contrasts use the same 24 country pairs. We resample pairs 2,000 times, keeping each pair’s eight variants together, to obtain 95% percentile intervals. The intervals for both registered contrasts in Equation 22 lie above zero in all three models (Figure 6); the Llama later-route point itself spans zero. Thus, the answer is less sensitive to deleting the fitted global route in the later set, yet remains more sensitive to deleting fitted content there. Llama does not meet the same fitting-robustness gate as Qwen and Gemma. The cross-model agreement is limited to the two contrast signs; separately fitted answer-margin magnitudes are not ranked across models, and the result does not imply aligned layers or the same physical implementation. The late states remain separable along the same global direction, so its lower deletion effect is not evidence that request information has vanished. We use routing–content handoff as shorthand for one operational observation only: relative to matched random changes, late answers are less sensitive to deleting this global request direction and remain sensitive to deleting the fitted continent content. The term does not name a discrete model module or a universal stage. The next controlled comparison tests whether another 22

(a) Request labels Natural

0.08

Lengthmatched

0.08

0.00

(b) Repeated routing 29–36

32–36

0.05 0.10 Extra margin loss

(c) Later knowledge

0.34

Knowledge minus routing

8.15

-0.14

−0.2

0.0 0.2 Answer effect

0.4

7.5

8.0 8.5 Effect difference

Figure 7: Qwen controls test request specificity and repeated deletion. (a) The true request direction exceeds the strongest of nine balanced wrong-label directions, averaged over layers 29 and 31. (b) Repeated routing-deletion effects use random paths matched to the actual lengths after numerical rounding. (c) Repeated late content deletion exceeds repeated late routing deletion. Points and 95% intervals use the same 24 country pairs. The single-versus-repeated comparison concerns the measured direction, not every possible representation of a request. request direction has the same profile.

6.3

Specificity and Repeated-Deletion Controls Preserve the Shift

The declining deletion effect could reflect nonspecific damage, sensitivity to the small fitting set, or recovery immediately after the edit. We test these alternatives by examining internal knowledge effects and raw damage, varying the fit and request labels, and repeating deletion across successive layers. Some source-route deletions reduce later fitted knowledge as well as the answer margin (Appendix B), linking the edit to an internal outcome. In Qwen and Gemma, raw targeted answer damage itself decreases, so the corrected decline is not explained solely by a rising random baseline or shrinking deletion length. Four fits—the full three-pair fit and three fits leaving out one pair—are each tested with three random seeds. Qwen and Gemma retain the earlier positive route effect in at least three fits; their later route effects fail and later content effects pass. Llama’s earlier route does not meet this fitting-robustness criterion. For Qwen, we additionally replace the true first-versus-second labels with each of nine balanced but incorrect labelings of the six fit examples. Pooled over the prespecified set {29, 31}, the true direction causes more damage than the strongest wrong-label direction both at its natural deletion length and after vectorlength matching. Layer 29 alone has an interval spanning zero, while layer 31 passes both comparisons (Appendix C). The pooled control rules out the claim that any balanced partition of the small fit set produces the same earlier-set effect. Finally, a single deletion might be repaired by the next layer. We therefore compare deleting the global route once at layer 32 with recomputing and deleting its coefficient at every layer from 32 through 36. For each country pair, the extra raw margin damage is divided by that pair’s unmodified margin and then averaged. The result is 0.21%, with a one-sided 95% upper bound of 0.45%, below the prespecified 10% practical threshold. Repeatedly removing this fitted component therefore does not recover a substantial late answer dependence.

23

6.4

Pair-Conditioned Routes Retain Late Dependence

Is the late decline preserved when the same paired-country task uses a pair-conditioned request direction instead of the global fit? We hold Qwen instruction weights, float32 precision, question-end block outputs, candidate answers, and the 24 validation pairs fixed, and vary direction construction and centering separately. The resulting four combinations let us distinguish an effect tied to the global deletion from one shared by both constructions. The direction is either the fit-set contrast shared across pairs or a contrast built for the current pair from template A. The center is either the midpoint of fit-set requests or the current pair’s midpoint under the evaluated template. Templates B and C evaluate every combination. Appendix F specifies the corresponding input indices and fitted objects. For a combination c, write rxℓ,c for its unit request direction and bℓ,c x for its center. The deletion and its intended length are  ℓ,c ⊤ ℓ  ℓ,c ℓ,c ∆hℓ,c x = − (rx ) (hx − bx ) rx , (23) ℓ,c ⊤ ℓ ℓ,c ∥∆hℓ,c x ∥2 = (rx ) (hx − bx ) . Because rxℓ,c has unit length, the deletion length is the absolute projection coefficient in the second line. Changing either the direction or the center therefore changes not only which component is removed but also how much is removed. Each condition is compared with random vectors matched to its own actual length. The targeted deletions themselves are not equalized across conditions; their lengths are therefore also reported when interpreting the result. Table 3: Late answer dependence changes with request-direction construction and natural deletion length. Under the same Qwen paired task, deleting the global fitted direction causes less damage than its strongest matched random control, whereas deleting a pair-conditioned direction remains consequential under either center. Effects average layers 32–36 and four questions per country pair, then subtract the largest mean loss among eight actual-length-matched random controls. Intervals resample the same 24 pairs 2,000 times. All rows use float32; the natural-question row uses its own fitted knowledge space. Task

Request direction

Center

Effect [95% interval]

Paired Paired Paired Paired Natural

Global fit Global fit Pair-conditioned Pair-conditioned Pair-conditioned

Fit Pair Fit Pair Pair

−0.195 [−0.251, −0.160] −0.034 [−0.078, −0.009] 3.092 [2.464, 3.624] 3.051 [2.438, 3.581] 2.401 [1.760, 2.971]

Table 3 changes the interpretation of the earlier handoff result. Within the same paired task, pairconditioned deletion has a positive late effect under either center, whereas global deletion causes less damage than its strongest tested random control. Changing only the center does not reproduce the difference. The mean actual deletion length at layers 32–36 is 16.38 for the global direction with the fit center and 80.47 for the pair-conditioned direction with that same center. Thus, direction construction and intervention length change together. The experiment shows dependence on the deletion definition; it does not determine whether orientation, length, or their interaction produces the larger pair-conditioned effect. Using the pair-conditioned direction and pair center in both tasks leaves both late effects positive, with a smaller effect for natural single-country questions. Task format alone therefore cannot explain why the natural-question candidate remains consequential while the paired task’s global candidate does not. Appendix F reports the direct contrasts and later-knowledge measurements.

24

6.5

The Joint Account Is Representation- and Model-Specific

The joint comparison shows a change in dependence on a particular request representation, alongside persistent dependence on fitted content. Request distinctions can be readable before their deletion affects answers. Later, content deletion remains consequential while the global request deletion loses its earlier effect on new countries; repeated deletion does not restore a substantial late dependence. The matched comparison adds an essential distinction: a pair-conditioned request deletion retains a late effect in the same paired task. The depth profile therefore belongs to the specified direction, center, and intervention length, not to every representation of the request. Selection supplies a separate functional result rather than a universal next stage in that trajectory. Marker-task control transfers stably in one instruction-model format, and the strict test of two still-usable candidates succeeds in the separate Qwen base-model capital task. The instruction-model continent and capital tests stop before restoration (Sections 4.4 and 4.5). Together, these findings distinguish controlling which fact is formed from selecting among available facts without imposing one processing order on all models.

7

Limitations

The results establish functional distinctions under specific tasks and fitted measurements. Their scope is limited by the knowledge relations and models tested, the information captured by the linear measurements, and the interventions used to assess dependence. These limitations qualify how far the findings generalize without changing the within-task results. The main evidence concerns country–continent associations. Paired-country experiments cover three instruction-tuned models, whereas the natural single-country intervention is complete only for Qwen. Nouns, adjectives, and arbitrary codes change how one association is expressed; they are not three knowledge domains. The expanded evaluation uses 24 held-out country pairs, but all fitted directions and content spaces are estimated from small country sets. These choices limit population, relation, and fitting-sample generality. The natural-route timing analysis reuses frozen Qwen validation states after the original experiment and therefore supplies a diagnostic onset rather than a prospectively registered change point. Only Qwen has the full natural single-country states needed to divide the pair-conditioned coefficient by the wholestate scale. The three-model paired-task analysis uses a different global direction and normalizes by fitted request separation; it can reveal complementary model-specific trajectories but is not a direct Llama/Gemma replication of the Qwen timing result. The country–continent prompts do not state the target association. Supplied markers appear only in the auxiliary selection task, and code prompts provide only a continent-to-code output map. Nevertheless, the evaluated instruction checkpoints combine pretraining with later training. The experiments study how the released weights use these associations; they do not assign each fact exclusively to pretraining rather than instruction tuning or another training stage. Every named route and content component is a fitted linear measurement at the final input position. The two-dimensional continent space is not an exhaustive account of how a model represents the fact, and projecting it out does not remove every possible encoding. Likewise, the pair-conditioned natural-question direction is built separately for each country pair. Its pointing score tests transfer from one wording to two others within that pair; it is not a classifier trained on old countries and applied independently to unseen identities. The common-protocol Qwen comparison holds the model, paired task, precision, state position, and 25

evaluation pairs fixed. It shows that changing the request-direction construction changes the late-layer result. However, each deletion removes that direction’s natural projection, so direction and intervention length change together: the mean late deletion lengths are 16.38 for the global candidate and 80.47 for the pairconditioned candidate under the same fit center. We did not compare the two orientations at one common targeted length. The reported handoff therefore concerns deletion of the fitted global direction, not all request representations, and the fitted content is not shown to be its unique mediator. In the natural single-country experiment, deletion-based loss of later knowledge also remains inconclusive after pooling sixteen random controls; only reversal gives the confirmed later-knowledge effect. Object-selection evidence is task- and checkpoint-dependent. A transferred marker-selection residual is stable only for Qwen adjective answers. The direct Qwen instruction-model continent test finds no qualifying source. In instruction-model capital tests, Qwen again finds no source, Llama stops after only two qualifying receivers, and Gemma carries a selection change to fixed held-out receivers but does not pass the three-layer answer criterion in both groups. None reaches two-candidate restoration. These failures constrain the tested directions and finite readouts; they do not show that the models lack selection. The full two-continuation criterion succeeds only in the separate Qwen base-model capital task and cannot fill the instruction-model gap. Finally, noun-derived content transfer succeeds for adjective answers but generally fails for arbitrary codes. These boundaries define the functional comparisons supported by the paper.

8

Conclusion

Our experiments distinguish information specifying a requested fact from content supporting its answer, and show that their contributions change across depth. This distinction requires four separate measurements: whether a request direction is readable, how strong its natural coefficient is, whether changing it affects the answer, and whether changing it affects later fitted knowledge. In natural single-country Qwen questions, the pair-conditioned distinction is readable from the first layer, its coefficient relative to the full-state scale begins a sustained mid-layer rise, and its later-knowledge effect emerges while fitted content is still becoming answer-relevant. Reversal changes both the answer and later fitted knowledge; deletion confirms answer dependence but does not pass the fixed layer-32-to-36 later-knowledge test. The result is an overlapping route-strength–content-formation trajectory, not a discrete route-complete-then-content pipeline. The paired-country evidence shows why this trajectory must remain model- and representation-specific. Across three instruction models, dependence on a global request candidate decreases from fixed earlier to later layer sets while dependence on fitted content persists. New countries, request-specificity controls, and repeated deletion support this operational handoff. Yet a matched Qwen comparison shows that a pair-conditioned request deletion retains a late effect where the global deletion does not, and the two natural deletions differ substantially in length. Gemma provides a partially overlapping mid-layer analogue, whereas Llama has no sustained routing-effect window under the same gates. Thus the inferred depth profile depends on the fitted representation, center, intervention size, model, and task. A noun-derived content change transfers to adjective answers without adjective refitting, but rarely to arbitrary codes. Direct selection among two still-usable facts is supported in one Qwen base-model capital setting; the instruction-model tests stop earlier, with Gemma showing a reproducible held-out selection candidate that does not meet the frozen answer gate. Together, these results provide a causal account in which query controls and answer-supporting content make distinct, changing contributions across depth. The account is strongest when each claim names the fitted representation, intervention, control, task, and checkpoint rather than imposing one common processing order on all models.

26

AI use statement In this work, we used generative AI tools to propose and refine hypotheses, provide feedback on experimental methodology, assist with experiment implementation and result interpretation, discover and summarize relevant literature, prepare figures and tables, and draft and edit the manuscript. We did not treat AI-generated text as an independent source of empirical evidence or bibliographic authority: numerical claims were checked against stored experiment outputs, code was executed and tested, and cited sources were inspected for support of the associated claims. We reviewed all AI-assisted work and take responsibility for the final content of this paper, including text, claims, code, analyses, and artifacts produced with the aid of generative AI.

Reproducibility statement Each result section states the question, fitted measurement object, intervention, control, score, and decision rule. Appendix A defines the shared paired-country protocol. Appendices B–F provide the remaining fitting, centering, calibration, repeated-intervention, direct-selection, and robustness details. Available plotting data, file hashes, and plotting programs accompany the source under anc/figures/. Frozen records retain model and tokenizer identities, rendered prompts, intervention positions, perquestion outputs, and fresh-load comparisons. Compact evidence for the base-model and instruction-model capital-selection experiments is included under anc/evidence/object_selection_capital/; the natural-route timing and complementary three-model reanalyses are under anc/evidence/route_ strength_timing/. Both directories include source hashes. Fresh loads check computational reproducibility and are never counted as additional statistical samples. The original paired-task bands and the complementary three-model trajectory figure show the range of two validation splits. Country-pair bootstrap intervals are used in the natural single-country, expandedcountry, and common-protocol Qwen analyses; the direct capital-selection experiment reports fixed splitlevel question fractions. The natural-question, common-protocol Qwen, and direct capital-selection experiments use float32 and verify the vector actually written. Whenever a screening gate fails, the paper states that held-out intervention or two-candidate restoration was not run rather than treating the absent records as missing data.

References Guillaume Alain and Yoshua Bengio. Understanding intermediate layers using linear classifier probes. arXiv preprint arXiv:1610.01644, 2016. URL https://arxiv.org/abs/1610.01644. Jinze Bai, Shuai Bai, Yunfei Chu, et al. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023. Tom B. Brown, Benjamin Mann, Nick Ryder, et al. Language models are few-shot learners. In NeurIPS, volume 33, 2020. Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, et al. The Llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024. Bradley Efron and Robert Tibshirani. Bootstrap methods for standard errors, confidence intervals, and other measures of statistical accuracy. Statistical Science, 1(1):54–75, 1986. doi: 10.1214/ss/1177013815. Jiahai Feng and Jacob Steinhardt. How do language models bind entities in context? In ICLR, 2024.

27

Gemma Team. Gemma 3 Technical Report. arXiv preprint arXiv:2503.19786, 2025. Mor Geva, Roei Schuster, Jonathan Berant, and Omer Levy. Transformer feed-forward layers are key-value memories. In EMNLP, 2021. Mor Geva, Jasmijn Bastings, Katja Filippova, and Amir Globerson. Dissecting recall of factual associations in auto-regressive language models. In EMNLP, pages 12216–12235, 2023. Nathan Halko, Per-Gunnar Martinsson, and Joel A. Tropp. Finding structure with randomness: Probabilistic algorithms for constructing approximate matrix decompositions. SIAM Review, 53(2):217–288, 2011. doi: 10.1137/090771806. Trevor Hastie. Ridge regularization: An essential concept in data science. arXiv preprint arXiv:2006.00371, 2020. URL https://arxiv.org/abs/2006.00371. Evan Hernandez, Arnab Sen Sharma, Tal Haklay, Kevin Meng, Martin Wattenberg, Jacob Andreas, Yonatan Belinkov, and David Bau. Linearity of relation decoding in transformer language models. In ICLR, 2024. Hail Hochman, Natalie Shapira, and Yoav Goldberg. Factual retrieval in LLMs is a redundant, distributed and non-contiguous process. In ACL, pages 46747–46768, 2026. Kevin Meng, David Bau, Alex Andonian, and Yonatan Belinkov. Locating and editing factual associations in GPT. In NeurIPS, volume 35, 2022. Kevin Meng, Arnab Sen Sharma, Alex Andonian, Yonatan Belinkov, and David Bau. Mass-editing memory in a transformer. In ICLR, 2023. Qwen Team. Qwen2.5 Technical Report. arXiv preprint arXiv:2412.15115, 2024. Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with subword units. In ACL, pages 1715–1725, 2016. doi: 10.18653/v1/P16-1162. Jonathon Shlens. A tutorial on principal component analysis. arXiv preprint arXiv:1404.1100, 2014. URL https://arxiv.org/abs/1404.1100. Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, volume 30, 2017. URL https://proceedings.neurips.cc/paper/2017/hash/ 3f5ee243547dee91fbd053c1c4a845aa-Abstract.html. Zijian Wang and Chang Xu. Functional abstraction of knowledge recall in large language models. arXiv preprint arXiv:2504.14496, 2025. Zijian Wang, Britney Whyte, and Chang Xu. Locating and extracting relational concepts in large language models. In Findings of ACL, pages 4818–4832, 2024. Qinan Yu, Jack Merullo, and Ellie Pavlick. Characterizing mechanisms for factual recall in language models. In EMNLP, pages 9924–9959, 2023. Biao Zhang and Rico Sennrich. Root mean square layer normalization. In NeurIPS, volume 32, 2019. URL https://proceedings.neurips.cc/paper/2019/hash/ 1e8a19426224ca89e83cef47f1e7f53b-Abstract.html.

28

A

Paired-Question Protocol Details

This appendix collects the common construction and scoring details of the paired-country experiments in Sections 4–6. The natural single-country experiment has its own pair-conditioned construction in Section 3. The formulas below specify the paired task: first its questions and fitting data, then the three measured components, the interventions, and the outcome scores. This keeps the paired-task construction separate from the natural single-country definition.

A.1

Task and Data

A question with two possible knowledge targets. and asks about one of them. For example:

Each input lists two countries from different continents

First country: Kenya Second country: China Which continent is the first country located in? Answer with only the continent name.

The paired question changes only first to second. Its answer changes from Africa to Asia. The input supplies country names and the request, but neither country–continent association. The model must therefore use its stored knowledge to answer. Choosing countries from different continents ensures that changing the request also changes the target knowledge. One association, three answer formats. We vary how the same knowledge must be expressed: a continent name, its adjective, or an arbitrary code. The corresponding answers in this example are: Answer format

Request Kenya

Request China

Continent name Adjective Code

Africa African dax

Asia Asian wug

The code input provides the mapping Africa = dax, Asia = wug, Europe = blicket. It does not say which continent Kenya or China belongs to. These formats test whether the layerwise pattern depends on how a country–continent association is expressed; they are not three different knowledge domains. Fitting and held-out evaluation. The original data contain 24 countries from Africa, Asia, and Europe. We divide them into four country-disjoint partitions. Each partition has six countries arranged into three pairs, giving six questions per answer format when both requests are included. Each continent occurs once in the first position and once in the second position. Thus, the requested position is not tied to one continent. The fit partition supplies the hidden states used to construct the measured directions and knowledge space; this does not train or edit model parameters. The selection partition screens their effects. Validation A and validation B test whether those effects recur on new countries. The separate marker task described below supplies only the selection calibration, not the main knowledge answers. We also evaluate 48 additional countries that occur in none of these four partitions. They form 24 nonoverlapping pairs. Two country orders, two question phrasings, and two requests give eight variants per pair, or 192 questions per model. The components are constructed using only the original fit questions, never the new countries. This tests transfer across countries, wording, and order. 29

Models and baseline answers. We use Qwen-2.5-3B-Instruct (Qwen Team, 2024), Llama-3.2-3B-Instruct (Dubey et al., 2024), and Gemma-3-4B-Instruct (Gemma Team, 2025). We compare the probabilities of the requested and alternative answers, using the sequence score defined below. A model–format combination enters the original main comparison only if it prefers the correct answer on every question in selection and both validation partitions. Gemma’s code format reaches five of six in one partition and is reported as diagnostic. All three models prefer the correct candidate on all 192 expanded questions.

A.2

Three Measured Parts of a Hidden State

The three components measure answer-supporting content and two candidate controls within the same recorded state. We first fix this state and its task-specific coordinates, then define the content projection and the two request contrasts. Let hℓx ∈ RH be the recorded hidden-state vector for question x at layer ℓ. Here, H is the model’s hidden-state dimension and ℓ ∈ {1, . . . , L} indexes its L decoder layers. We use the final input-token position after the model’s chat template, immediately before the answer continuation, and call it the question-end position. The same position is used across layers. Extraction details, including the final normalization, are given in Appendix B. Target-knowledge state. For a request about Kenya, the target knowledge is Kenya’s continent, Africa; for a request about China, it is Asia. We fit a two-dimensional space from the mean states for Africa, Asia, and Europe. Its orthonormal basis is U ℓ ∈ RH×2 , and P ℓ = U ℓ (U ℓ )⊤ projects a state onto that space. We denote the six main-task fittingP questions by Xfit and their two questions requesting continent k by Xfit,k . 1 1P ℓ ℓ ℓ Their vector means are µ = 6 x∈Xfit hx and µk = 2 x∈Xfit,k hℓx . Each model, layer, and answer format has its own fitted space. Parameter-retrieval routing. We construct a candidate from the mean state for first-country requests minus the mean state for second-country requests. This contrast changes which stored association is requested. We test whether a direction outside the fitted knowledge space influences the answer and the target-knowledge state in later layers. We use parameter routing for this measured direction, as in the Introduction. Object-selection routing. The hidden-state-routing candidate comes from an auxiliary input that supplies arbitrary markers, such as Kenya = dax and China = fep. Its question asks for the marker of the first or second record. Because the markers are already supplied, this task calibrates selection of represented information. We fit its first-minus-second request direction and require a shift toward the other request to switch the preferred marker more reliably than random changes. We then transfer the direction to the continent task. We call this candidate object-selection routing, or hidden-state routing. For each routing candidate, we remove its knowledge-space projection and then its projection onto the other knowledge-excluded candidate. The superscript global identifies a direction shared by all country pairs within this model and answer format. The resulting unit directions are r ℓ,global for parameter routing and oℓ for object selection. We call them the candidates’ unique parts. Their full construction is given in Appendix B.2. Deleting either tests a contribution outside the fitted knowledge space.

30

A.3

Component Deletion and Matched Random Changes

We delete one component while leaving model parameters and all other token positions unchanged. Let bℓ be the midpoint of the two main-task fit means for first- and second-country requests. The state changes computed for the three components are   ∆hℓ,par = − (r ℓ,global )⊤ (hℓx − bℓ ) r ℓ,global , x   (24) ∆hℓ,sel = − (oℓ )⊤ (hℓx − bℓ ) oℓ , x ∆hℓ,know = −P ℓ (hℓx − µℓ ). x The superscripts par, sel, and know identify parameter routing, object selection, and target knowledge. We add the chosen vector to the specified decoder-layer output at the question-end position, then continue computation. A standard layerwise test intervenes at one layer only. The repeated-deletion experiment in Section 6 instead applies the operation at each selected layer. Neither protocol intervenes at later answertoken positions. An arbitrary change can also damage an answer. For each component c ∈ {par, sel, know}, we therefore generate eight independent Gaussian vectors ϵℓ,c,j ∼ N (0, IH ), with random-control index j ∈ {1, . . . , 8}. x Here, IH is the H-dimensional identity matrix. We scale each random change to the deletion length: ∆hℓ,c,j = ∆hℓ,c x x

ϵℓ,c,j x 2

ϵℓ,c,j x

.

(25)

2

Thus, the comparison changes direction while matching the size of the perturbation. It does not replace the entire hidden state with a random state or copy a component from another question. Appendix C describes numerical-precision matching for repeated interventions.

A.4

Information Present and Effects on Computation

− Candidate answers and deletion damage. For each question x, the candidate set Ax = {a+ x , ax } contains the requested answer and the other country’s answer in the required format. Let a = (a1 , . . . , aTa ) be a candidate with Ta tokens. Under intervention condition e, its sequence score λex,a and the answer margin mex are Ta 1 X e λx,a = log Prob(at | x, a<t , e; θ), Ta (26) t=1

mex = λex,a+ − λex,a− , x

x

∆mex = m0x − mex .

Prob is the model’s next-token probability under its fixed parameters θ; a<t is that candidate’s preceding tokens. Condition e = 0 means no intervention. A positive margin means the correct candidate receives the higher score. ∆mex is the loss in that margin. This is a controlled two-candidate comparison, not unrestricted generation accuracy. Answer effect beyond random changes. For N = |X | questions in an evaluation set X , write ∆mℓ,c x for ℓ,c,j true-deletion damage and ∆mx for damage from random control j, both computed by Equation 26. The answer effect is 1 X 1 X Ecℓ,ans = ∆mℓ,c − max ∆mℓ,c,j (27) x x . j=1,...,8 N N x∈X

x∈X

31

The superscript ans denotes an answer effect. A positive value means that deleting the fitted component causes greater average damage than every tested random direction. Negative values mean less damage than the strongest random control, not necessarily no raw deletion damage. We average over questions before taking the maximum over controls. Target knowledge in later states. Let zxℓ = P ℓ (hℓx − µℓ ) be the projected, centered state. For each continent k in K = {Africa, Asia, Europe}, κℓk is its projected fit-mean reference. For question x, let kx+ and kx− denote the requested and alternative continents. The knowledge score is γxℓ = zxℓ − κℓk− x

2 2

− zxℓ − κℓk+ x

2 2

.

(28)

Positive values mean the state is closer to the requested continent’s reference. This score concerns the internal knowledge representation, whereas Equation 26 concerns answer-token probabilities. ′

After intervening at layer ℓ, we measure knowledge-score losses at each later layer ℓ′ > ℓ. Let ∆γxℓ→ℓ ,c ′ be the unmodified score minus the score after true deletion, and let ∆γxℓ→ℓ ,c,j be the analogous randomcontrol loss. The later-knowledge effect is ′

Ecℓ→ℓ ,know =

1 X 1 X ′ ′ ∆γxℓ→ℓ ,c − max ∆γxℓ→ℓ ,c,j . j=1,...,8 N N x∈X

(29)

x∈X

This tests whether the intervention changes later target knowledge as well as the final answer. Correct pointing without intervention. We separately measure whether a component distinguishes the is the midpoint of the two states for correct target in unmodified states. For routing, the reference bℓ,pair x the same country pair under opposite requests. Set σx = +1 for a first-country request and −1 for a second-country request. The signed routing values are αxℓ,par = σx (r ℓ,global )⊤ (hℓx − bℓ,pair ) and αxℓ,sel = x ). The correct-pointing fractions are σx (oℓ )⊤ (hℓx − bℓ,pair x 1 X Ind(αxℓ,c > 0), c ∈ {par, sel}, N x∈X 1 X ℓ Fknow = Ind(γxℓ > 0). N Fcℓ =

(30)

x∈X

Ind returns one when its condition holds and zero otherwise. The denominator is the number of questions. Routing pointing is a paired-request diagnostic; knowledge pointing tests proximity to the correct reference. These fractions measure information present, while E ans and E know measure the consequences of intervention.

A.5

Layerwise Comparisons and Uncertainty

In the original evaluation, each partition is scored separately. A stable effect is positive in selection and both validation partitions. Hidden-state routing must also pass its marker-task calibration in those partitions. Curves average the two validation effects and shade the range between them. This range is not a confidence interval, and a non-stable value is not set to zero. For the expanded evaluation, earlier and later layer sets are fixed separately for each model before testing the new countries. We average damages within each country pair and layer set before applying the 32

random correction. We report 95% percentile bootstrap intervals from 2,000 resamples of the 24 country pairs. All variants and conditions of a pair stay together. The same resamples estimate differences between components or layer sets. Appendix C specifies the aggregation and fixed sets. Fresh model-loading repeats check reproducibility; they do not increase the number of independent samples.

B

Narrow-Routing Measurement Details

This appendix makes the paired-task measurements reproducible by fixing their state coordinates, fitting sets, calibration rules, and uncertainty interpretation. The recorded-state location exception is distinguished from the intervention location, and the later subsections give the component formulas and controls.

B.1

Model and Task Records

The frozen runs use the released instruction-tuned checkpoints named in Section A: Qwen with 36 decoder layers, Llama with 28, and Gemma with 34. The archived contracts record the exact configuration, tokenizer, weight-index, and weight-shard hashes. Copies of these contracts accompany the figure sources. Computation uses Brain Floating Point 16 (bfloat16), a 16-bit floating-point representation, and all parameters remain fixed during the interventions. One frozen continent-name prompt is: First country: Kenya Second country: China Which continent is the first country located in? Answer with only the continent name.

The alternative request replaces first with second. The adjective format asks for the adjectival form of the requested country’s continent. In the code format, the input additionally supplies the mapping Africa = dax, Asia = wug, Europe = blicket, and asks for the requested country’s continent code. The separate calibration prompt supplies two records: Kenya has marker dax and China has marker fep. It asks which marker belongs to the first or second record. Calibration therefore measures selection of supplied information, while the main task requires the country–continent association from the model. Each candidate string is appended to the rendered prompt and scored token by token using its own preceding tokens. Intervention is applied at the question-end position of the specified layer. Layerwise knowledge scores are read at that same position after subsequent layers.

B.2

Fitting and Centering

For eachPmodel, layer, and answer format, let Xfit be its original fitting questions. The fit mean is µℓ = |Xfit |−1 x∈Xfit hℓx . For each continent k ∈ K, let Xfit,k contain the fitting questions whose requested P country’s continent is k. Then µℓk = |Xfit,k |−1 x∈Xfit,k hℓx . There are six questions in the full fit and two in each continent group, all from the current answer format. We stack the centered continent means into the matrix  ⊤ (31) V ℓ = µℓAfrica − µℓ , µℓAsia − µℓ , µℓEurope − µℓ ∈ R3×H . Its first two right singular vectors form the columns of U ℓ . Thus P ℓ = U ℓ (U ℓ )⊤ and the continent references are κℓk = P ℓ (µℓk − µℓ ). These are separate fits for each answer format, not a shared coordinate system across formats. 33

Model

Format Parameter

Qwen Qwen Qwen Llama Llama Llama Gemma Gemma Gemma

noun adjective code noun adjective code noun adjective code∗

Stable layers Hidden-state

27–29, 31 30–31 27–33 15, 21, 24 14–18, 20–21, 24 11–12, 14–26 17, 19–24 20–24 24–26

— 28–30, 32 — — — — — — —

Knowledge

Validation peaks (P / H / K)

27–36 27–36 27–36 14–28 13–28 14–28 18–34 18–34 17–34

0.55 / 0.06 / 7.64 0.28 / 0.11 / 6.25 1.88 / 0.03 / 9.30 0.10 / 0.05 / 16.16 0.18 / 0.03 / 9.75 0.41 / 0.00 / 8.49 1.96 / 0.29 / 19.96 3.83 / 0.15 / 22.49 0.41 / −0.01 / 10.86

Table 4: Stable 1-based layers and peak answer-margin effects. All three peak entries are answer effects: parameter routing / transferred object selection / target content. They may be compared within a model–format row, but raw magnitudes are not pooled or ranked across models. “—” means that no layer has a positive effect in the screening split and both validation splits. The peak column still reports the largest validation mean, including non-stable layers; selection stability additionally requires marker-task calibration. ∗ Gemma code answers fail the behavioral gate in one split and are diagnostic only. For request-conditioned means, superscripts main and cal indicate the main continent task and auxiliary calibration task, respectively; subscripts first and second identify the requested position. All means below use the corresponding task’s fit partition. The raw directions are − µℓ,main r ℓ,raw = µℓ,main second , first ℓ,cal oℓ,raw = µℓ,cal first − µsecond .

(32)

eℓ = (IH − P ℓ )oℓ,raw . The tildes mark First remove the knowledge projection: reℓ = (IH − P ℓ )r ℓ,raw and o H these knowledge-excluded candidates. For a vector v ∈ R , define Unit(v) = v/∥v∥2 when its norm exceeds 10−12 , and the zero vector otherwise. Remove overlap with the other candidate and normalize:     r ℓ,global = Unit reℓ − Unit(e oℓ )⊤ reℓ Unit(e oℓ ) ,   (33)   eℓ Unit(e eℓ − Unit(e rℓ ) . oℓ = Unit o r ℓ )⊤ o Each residual is orthogonal to the other candidate before that other candidate is residualized. The two final unit directions therefore need not be mutually orthogonal, and deleting one does not leave the fitted coefficient of the other unchanged. We use them as two separately defined measurement directions, not as an additive orthogonal decomposition of the hidden state. ℓ Routing deletion uses the fit-derived center bℓ = 21 (µℓ,main + µℓ,main first second ); knowledge deletion uses µ , as specified in Equation 24. The balanced requests make these centers equal in exact arithmetic. They are never chosen separately for validation pairs.

For natural routing pointing, let x̄ be the question with the same country order and answer format but the opposite request. Its center is bℓ,pair = 21 (hℓx + hℓx̄ ). This pair-specific center is used only for the sign x diagnostic in Equation 30, not for deletion. The diagnostic compares two unmodified requests; it is not a standalone classifier given only one question. Final-layer extraction. The original profiles fit and read states returned by the model’s hidden-state interface. Its final entry is after the final normalization, while intervention is applied to the final decoder-block 34

output before normalization. The expanded evaluation aligns fitting, readout, and intervention at decoderblock outputs before final normalization. Nonfinal extraction locations agree. Consequently, the original and expanded final-layer points use different state coordinates. The expanded full-depth results provide the location-aligned final-layer comparison.

B.3

Auxiliary Calibration and Controls

The auxiliary input explicitly assigns unrelated markers to two records. Shifting the question-end state toward the opposite request should change the preferred marker. A layer passes calibration in a partition if baseline marker accuracy is at least 90%, directional switching succeeds on at least two-thirds of questions, and the best of eight matched random controls switches at most one-third. Stable main-task hidden-staterouting effects additionally require calibration in selection and both validation partitions. For each main-task deletion, eight standard-normal vectors are independently generated, normalized, and scaled to that deletion’s Euclidean length. They are unrestricted random changes, not projections removed from a learned random subspace. Seeds combine a fixed experiment seed with the record identifier. Each control is evaluated on the same question, layer, and position as its corresponding deletion. Main curves use Equation 27: they average each control across questions and then take the maximum. The archived, more conservative alternative instead takes the maximum within each question:   1 X ℓ,per-question ℓ,c ℓ,c,j Ec = ∆mx − max ∆mx . (34) j=1,...,8 N x∈X

The superscript identifies the per-question maximum. This value cannot exceed Ecℓ,ans , and the two are not interchangeable. The analogous distinction applies to knowledge-score losses. The code format supplies an output mapping, but not the queried country–continent association. Correctness is based on the two candidate strings’ length-averaged log probabilities, not on unrestricted generation accuracy.

B.4

Replication and Uncertainty

Each evaluated partition has six questions from three country pairs. The two requests for one pair are related observations, not six independent country pairs. The fit, selection, and two validation partitions have disjoint countries. Each run is repeated after reloading the model in a fresh process. The archived comparisons report 5,292 paired component records and 15,876 paired downstream-knowledge records, with no scientific-field mismatches. Input rendering, token positions, and file hashes are retained for reproducibility. Figures use only the primary runs; reloaded copies are replication checks, not additional samples. Lines average the two validation-partition values at each layer, and shaded ranges show their minimum and maximum. No bootstrap confidence intervals or statistical significance claims are attached to these ranges. Stable layers satisfy the cross-partition positivity criterion of Section A. A non-stable layer is not evidence of exactly zero effect. The unique routing effects exclude directions shared with the other fitted components. The three deletion effects need not add to the effect of deleting their union because subsequent computation is nonlinear. They are reported as changes in answer margin, not fractions of a total control budget. Figures 8, 10, and 11 give all three components together for each answer format. Figure 9 reports the original parameter-routing effects on later knowledge.

35

Qwen

Correct pointing fraction

1.0

0.5

0.5

0.0

0.0

0.0

Answer effect

20

15

6

15

10

4 2 0

Gemma

1.0

0.5

8

Routing effects (expanded scale)

Llama

1.0

10

5

5

0

0

2

0.5

0.1

0.0

1

0.0

0

−0.5

−1 1

10

20 Layer

36 Parameter routing

1

10

Layer

20

Hidden-state routing

28

1

10

20 Layer

34

Target knowledge

Figure 8: Three-component profiles on continent-name questions. Top: correct-pointing fractions. Middle: random-corrected deletion effects on the answer. Bottom: the same routing effects with an expanded vertical scale, without normalization. Lines average validation A and B; shading spans their two values. Orange dashed selection curves include unqualified layers. The presence of a curve does not assert a stable effect.

36

Qwen

Intervention layer

36

750

Llama

28

20

Gemma

34

1e6 7.5

500

0

18

5.0

10

250

0

14

−250

2.5 0.0

17

−2.5

−10

−5.0

−500

1

1

18 Receiving layer

36

−750

1

−20

1

14 Receiving layer

28

1

−7.5

1

17 Receiving layer

34

Figure 9: Paired-task parameter-routing deletion affects later knowledge. Columns show the continentname task in each model. Color is the mean random-corrected knowledge loss across the two validation partitions. Black dots mark layer pairs positive in selection and both validation partitions, not statistical significance. Blank cells have no later receiving layer. Model color scales differ because raw knowledge scores are not directly comparable.

37

Qwen

Correct pointing fraction

1.0

0.5

0.5

0.0

0.0

0.0

10.0

Answer effect

20

7.5

4

5.0

2

10

2.5

0

0

0.0

6

0.4

0.2

0.2

4

0.1

0.0

2

0.0

−0.2 −0.4

Gemma

1.0

0.5

6

Routing effects (expanded scale)

Llama

1.0

1

10

20 Layer

36

−0.1

Parameter routing

0 1

10

Layer

20

Hidden-state routing

28

1

10

20 Layer

34

Target knowledge

Figure 10: Adjective-format lifecycle. Layout and measurements follow Figure 8. Lines average the two validation results; shading is their range, not a confidence interval. The bottom row expands the routing scale without normalization. Dashed orange lines show the transferred selection candidate, including unqualified layers. Stable effects require the additional criteria in Section A; readable or positive values alone do not qualify a layer.

38

Qwen

Correct pointing fraction

1.0

0.5

0.5

0.0

0.0

0.0

8

10

7.5

6

5.0

5

4

2.5

2

0.0

Routing effects (expanded scale)

Gemma (diagnostic)

1.0

0.5

10.0 Answer effect

Llama

1.0

0

0

0.5

0.4

2

0.0

0.2

1

−0.5 0.0

0 1

10

20 Layer

36

−0.2

Parameter routing

−1.0 1

10

Layer

20

Hidden-state routing

28

1

10

20 Layer

34

Target knowledge

Figure 11: Code-format lifecycle. Layout and measurements follow Figure 8. Gemma’s gray column is diagnostic because this model–format combination failed behavioral qualification. Within that column, solid, dashed, and dotted lines denote parameter routing, hidden-state routing, and target knowledge, respectively. Shading is the range of the two validation results, not a confidence interval. Diagnostic values are retained rather than treated as confirming the main conclusions.

39

C

Expanded Evaluation and Repeated Interventions

C.1

New Countries and Fixed Layer Comparisons

The expanded evaluation tests transfer to 48 countries excluded from the original fitting and evaluation partitions. They form 24 non-overlapping country pairs, each with countries from different continents. Swapping country order, rephrasing the question, and requesting either country gives eight variants per pair. All 192 questions prefer the correct candidate in every model. We construct the continent-name knowledge space and both routing directions from the original fitting questions using the same formulas; no expanded question is used for fitting. The earlier and later layer sets were fixed from the original evidence before expanded evaluation. Qwen uses layers 29 and 31 versus 32 and 34; Gemma uses layer 24 versus layers 25 and 30; Llama uses layers 15 and 24 versus layer 28. These are comparison sets, including nonadjacent layers, rather than assertions of continuous processing stages. Expanded fitting, readout, and interventions all use decoder-block outputs before the final normalization. The final-layer measurement therefore refers to the block output, not the normalized state returned by some model interfaces. The independent resampling unit is a country pair, not one of its eight question variants. Let Q contain the 24 country pairs and Xq the eight questions for pair q ∈ Q. For a selected layer set L, define the pair-averaged true and random damages by ∆mq,L =

c

1 XX ∆mℓ,c x , 8|L|

c,j ∆mq,L =

1 XX ∆mℓ,c,j x . 8|L|

x∈Xq ℓ∈L

(35)

x∈Xq ℓ∈L

The bars denote averages over that pair’s variants and selected layers. The pooled answer effect used in Equation 22 is 1 X 1 X c c,j ans EL,c = ∆mq,L − max ∆mq,L . (36) j=1,...,8 24 24 q∈Q

q∈Q

For each of 2,000 bootstrap resamples, we sample 24 pairs with replacement and repeat this entire aggregation, including the maximum over controls. All eight variants and all compared conditions of a sampled pair stay together. Using the same resampled pairs for both terms gives the interval for each contrast in Equation 22. These are percentile intervals for the specified comparisons, not simultaneous confidence bands over all layers. Table 5 gives the exact estimates. Figure 12 shows the full expanded profiles. Later-layer pointing averages the paired sign diagnostic over the fixed later layer set; it measures request separation and is not an independent classifier for an isolated question. Each complete experiment is repeated after fresh model loading. Primary and repeated answer margins agree exactly for all 6,912 Qwen, 6,528 Gemma, and 5,376 Llama question–layer records, including every intervention condition. Repeated runs are reproducibility checks and are not pooled as additional observations.

C.2

Balanced Wrong-Label Directions

This control tests whether Qwen’s earlier routing effect depends on the true request labels. The six original fitting examples admit ten distinct balanced three-versus-three divisions when label reversal is treated as 40

Comparison

Qwen

Gemma

Llama

Earlier routing 0.515 [0.403, 0.577] 3.280 [2.853, 3.681] 0.102 [0.075, 0.120] Later routing −0.155 [−0.215, −0.113] −0.148 [−0.299, −0.057] −0.010 [−0.036, 0.010] Routing decline 0.669 [0.560, 0.758] 3.428 [3.031, 3.846] 0.112 [0.075, 0.144] Later knowledge 6.035 [5.583, 6.438] 13.270 [12.365, 13.889] 8.281 [8.053, 8.453] Knowledge advantage 6.190 [5.738, 6.599] 13.418 [12.518, 14.065] 8.291 [8.066, 8.467]

Table 5: Expanded answer effects and 95% country-pair bootstrap intervals. Routing decline is the earlierminus-later routing effect; knowledge advantage is the later knowledge effect minus the later routing effect. Each model uses the same 24 new country pairs and its fixed layer sets. Negative corrected effects mean less damage than the strongest tested random control, not exactly zero raw deletion damage. equivalent. One is the true first-versus-second division; the remaining nine define wrong-label controls. For every division we recompute the request-mean difference, remove its fitted knowledge projection and its overlap with the knowledge-excluded auxiliary selection direction, and normalize the result. Natural-size deletion removes each wrong direction’s coefficient from the centered state. Lengthmatched deletion rescales that vector to the true routing deletion’s Euclidean length before insertion into the model. This is vector-length matching; the post-rounding length search described below is used only for repeated random paths. We compare the true direction with the largest mean damage across all nine wrong-label directions. The maximum is recomputed within each country-pair bootstrap resample. Both comparisons pass in the fixed earlier set, layers 29 and 31 (Figure 7a). Examined separately, layer 29 has an interval spanning zero for both comparisons; layer 31 has positive intervals. We retain these single-layer results in the figure data. Two complete runs contain 768 question–layer records each, with identical margins for all wrong-label conditions.

C.3

Repeated Deletion and Random Paths

At the question-end position, we remove the routing coefficient from each selected layer’s output along that layer’s fitted direction. The coefficient is recomputed from the state produced by all previous interventions. Target-knowledge deletion analogously removes the current knowledge-space projection. We test single deletions at layers 29 or 32 and repeated deletions at every layer from 29–36 or 32–36. No intervention is applied at later answer-token positions. Eight Gaussian random paths control for accumulated perturbation. At each active layer, a path’s perturbation is matched to the actual change on the corresponding true-deletion trajectory. For the repeated routing comparison, we adjust its scale to match the length after bfloat16 rounding, without using answer or knowledge scores to select the scale. The search uses 129 logarithmically spaced scales from 0.01 to 100 times the target length, followed by two local refinements with 33 scales each. For repeated knowledge deletion, the original controls already meet the length criterion. We require relative length error at most 5% at at least 95% of the active positions. After roundingaware matching, only 12 of 12,288 earlier-routing positions and 5 of 7,680 later-routing positions exceed the error threshold. The original routing controls exceeded it at about 8–9% of positions; Figures 7b,c use the corrected controls. We also check the component remaining after deletion. Its length is divided by the largest of the incoming length, one tenth of its mean fitting-example length, and a numerical floor of 10−12 . We require this ratio to be at most 5% at at least 95% of active positions. The target deletions satisfy this criterion. repeat

To test whether repeated later routing deletion adds a practically meaningful loss, let ∆mq

41

and

single

∆mq be the raw damages averaged over pair q’s eight variants for deletion at layers 32–36 and at layer 32 alone, respectively. Let m0q be that pair’s mean unmodified answer margin. The relative added loss is repeat

1 X ∆mq ρ= 24 q∈Q

single

− ∆mq m0q

.

(37)

The denominator is positive because all baseline questions pass qualification. This quantity uses raw deletion damage, not the random-corrected effect. Its one-sided 95% bootstrap upper bound is compared with the 10% bound fixed before this experiment. Repeated target-knowledge and routing effects use the same pair resamples when their difference is estimated.

C.4

Additional Knowledge-Relation Screening

A separate extension considered works’ original languages, with English, Tamil, and French labels checked against public records. It stopped before component fitting because the frozen candidate pool did not yield disjoint pairs spanning all three language combinations with every question variant correct. Across 768 screening questions, candidate accuracy was 52.3%, with large differences among language labels. Consequently, this extension supplies no intervention evidence about the handoff. The expanded mechanism results above remain about country–continent knowledge.

D

Cross-Format and Fitting-Robustness Checks

D.1

Fixed Knowledge Changes across Answer Forms

We construct the target and alternative continent references from the noun-answer fit partition. Their difference, Equation 20, is applied to the same-layer question-end state of noun, adjective, or code questions. We evaluate Qwen at layer 34, Llama at layer 28, and Gemma at layer 33, fixed before this comparison. The noun direction is never fitted again on an adjective or code response. Each model tests all six code mappings. Baseline qualification is checked separately for each mapping; mappings with a wrong baseline answer remain diagnostic. A transfer passes if its random-corrected shift is positive in both validation partitions and at least two of the three country pairs in each partition have a positive pair mean. The reported shift first averages the six questions in each partition and then averages the two partition results. It is not a percentage-point change in accuracy. Both natural answer forms pass in all three models. Code transfer passes for 1/5 qualified mappings in Qwen, 0/4 in Llama, and 0/2 in Gemma.

D.2

Fit and Random-Seed Sensitivity

Four fits use either all three original fitting pairs or omit one pair at a time. Each is tested with three random seeds on both validation partitions. A fit passes when its effect is positive in every seed–partition combination. The registered aggregate criterion requires at least three of the four fits. At the earlier comparison layers, Qwen passes with 3/4 fits at layers 29 and 31, and Gemma passes with 4/4 at layer 24. Their later routing comparisons pass with 0/4 fits, while content passes with 4/4 fits at every listed comparison layer. Llama routing passes with only 2/4 fits at layers 15 and 24, below the same criterion; its content effect passes with 4/4. These checks concern sensitivity to fitting examples and random seeds. The 24-pair evaluation separately addresses sensitivity to the evaluation countries.

42

Qwen

Routing answer effect

Correct pointing (%)

100

Gemma

100

75

75

75

50

50

50

25

25

0

0

0.5

0.0

Llama

100

Routing Knowledge

25 0

3

0.15

2

0.10

1

0.05

0

0.00

Knowledge answer effect

−1 8

8

20

6

15

6

4

10

4

2

5

2

0

0

0

1

8

16 24 Decoder layer

36

1

8

16 24 Decoder layer

34

1

8 16 Decoder layer

24 28

Figure 12: Expanded depth profiles on 24 new country pairs. Top: paired routing correct-pointing fractions and target-knowledge correct-pointing fractions. Middle: routing answer effects. Bottom: targetknowledge answer effects. Shading gives pointwise 95% country-pair bootstrap intervals; it differs from the two-partition ranges in Figure 8. Each column uses its model’s full decoder depth and separately fitted components. Routing and knowledge effects have separate vertical scales.

43

D.3

Raw Damage, Random Damage, and Deletion Length

For Qwen, the transition from layer 31 to 32 changes mean route-deletion damage from 0.8021 to 0.0104 and mean strongest-random damage from 0.2500 to 0.4167. Meanwhile, deletion length increases from 11.2052 to 12.0985. For Gemma, the layer-24 to layer-25 transition changes true damage from 3.2083 to 0.2292 and random damage from 1.2500 to 0.6875. These decompositions support a decrease in true deletion damage, rather than attributing the corrected-score decline only to a changing random baseline. The three-model supplement includes 20,832 intervention records across primary and fresh-load runs. All 10,416 paired answer-margin records agree. The synchronized archive contains 93 files with matching hashes. Fresh-load repeats check computational reproducibility and are not counted as additional independent observations.

E

Route Strength and Cross-Model Timing Diagnostics

E.1

Why the Paired Three-Model Records Are Not a Direct Replication

Section 3 measures Qwen on natural single-country questions with one route direction fitted separately for each country pair. Its route-strength denominator is the full hidden-state length. The three-model experiment instead asks paired-country questions, uses one global first-request-minus-second-request direction shared by all evaluated pairs, and divides the natural signed coefficient by half of the fit requests’ separation along that direction. A normalized paired-task coordinate of one therefore means that the validation state is displaced by roughly one fitted-request half-separation. It is not the fraction of a hidden state occupied by routing and cannot be compared numerically with S route in Section 3. The three-model analysis retains all three answer forms and both validation partitions. Each model– format combination has six validation country pairs and 12 questions. Lines in Figure 13 average validation A and B; shading spans their two values. A square marks a layer only when both partitions have positive random-corrected effect and at least 80% of their individual questions have positive targeted-minus-random damage. Primary and fresh-load runs agree exactly for 5,292 component records and 15,876 source-toreceiver knowledge records; the repeat is a computational check, not an additional sample.

E.2

Model-Specific Trajectories

Qwen. The global paired-request coordinate enters a higher mid-layer range before fitted-content deletion becomes stably consequential for continent-name answers at layers 28–30 and 32–36. The global-route deletion itself does not pass the strict split-level answer gate at any continent-name layer, nor does it pass the fixed-later-fact gate. Thus the paired protocol complements, but does not reproduce, the natural-question result: the clean route-strength-to-later-fact sequence remains specific to the pair-conditioned Qwen analysis in Section 3. Llama. The normalized global-request coordinate is already high in early layers, remains high through roughly layer 15, and then declines. Route deletion has no sustained stable answer window for noun or adjective answers; the code task has only two isolated passing layers, 15 and 24. Fitted-content deletion becomes stably consequential from layer 16 for noun answers and layer 15 for adjective and code answers. No source passes the fixed layer-28 fact gate. Llama therefore does not show the same clean route-strengthbefore-route-to-fact trajectory.

44

(a)

Qwen

1.0

0.75

0.6

0.50

0.4

0.25

0.2

0.00

Normalized route coordinate

0.8

0.6 0.2 0.0 10

(b)

20

30

8

Answer-margin effect

2 0 10

20

30

receiver L34

10

15

20

25 20 15

5

0

0 5

10

15

20

25

20

Decoder layer

30

20

30

20

30

Route deletion Content deletion

10

1.0 0.5 0.0

10 10

30

1e7 1.5 receiver L33

receiver L28

0

500

20

10

10

0

10

5

20

500

1000

5

10

4

1000

0.25

15

6

(c)

0.0

Gemma

1.00

0.8 0.4

Route deletion effect on fixed later fact

Llama

1.0

5

10

15

Decoder layer

20

25

10

Decoder layer

Figure 13: The paired-country records contain related ingredients but not one cross-model route-first schedule. Columns show Qwen, Llama, and Gemma for continent-name answers. (a) The unmodified state’s signed coordinate along the global request direction, normalized by the fitted request half-separation; values are interpreted within a model and are not whole-state percentages. (b) Answer-margin effects of deleting the global request coordinate or fitted continent content, each relative to eight random changes matched to its actual deletion length. Squares mark layers passing the same split-level stability rule in both validation partitions. (c) The effect of deleting the global route at each source layer on a fixed later fittedfact score; the receivers are layers 34, 28, and 33 for Qwen, Llama, and Gemma. No continent-name source layer passes the fixed-later-fact stability rule in both partitions. The figure is a diagnostic reanalysis of an existing paired-question protocol, not a direct replication of the Qwen natural-question timing experiment. Gemma. The global-request coordinate has a broad middle-layer high region. For continent-name answers, fitted-content deletion passes at layer 21 and then continuously from layers 25–33, while global-route deletion passes only at layer 24. This is a partial overlapping analogue: the request coordinate is strong before the local route-answer effect, but content is already becoming consequential and the route does not acquire a sustained fixed-later-fact effect. The adjective and code formats retain sustained content effects without a sustained route-effect window. Across the three models, the shared result is therefore a distinction among natural coordinate strength, answer dependence, and later-fact dependence, not a universal ordering. Qwen supplies the clearest natural45

question route-leading trajectory; Gemma supplies a more overlapping partial analogue in the paired protocol; Llama is a boundary case with dispersed routing effects and earlier sustained content dependence. The plotted values and source hashes are included under anc/evidence/route_strength_timing/.

F

Common-Protocol Direction and Direct-Selection Checks

The common-protocol comparison asks which part of the late effect changes when the input task is held fixed and the request measurement changes. We first define the direction and center choices and their aggregation, then give the direct-selection readouts and stopping rules used to test a different function: choosing between usable candidate facts.

F.1

Direction Construction and Centering

This comparison tests whether a late-layer contrast requires a task change. We hold Qwen-2.5-3B-Instruct weights, float32 computation, final-input decoder-block outputs, answer scoring, and the 24 validation country pairs fixed. The paired templates are “Which continent is the first country located in?”, “On which continent is the first country located?”, and “What continent is the first country in?”, following the same two-country listing and continent-name instruction. Replacing first with second gives the opposite request. Template A constructs pair-conditioned directions; B and C evaluate them. The natural templates are those in Section 3. Let g index a country pair. Let xτ,g,i be the complete paired-country input for pair g, template τ ∈ {A, B, C}, and requested position i ∈ {1, 2}. The recorded vectors are hℓxτ,g,1 and hℓxτ,g,2 . Template and requested position construct the input; they are not extra intervention conditions. For compact notation in and µℓ,second ≡ µℓ,main this comparison, µℓ,first ≡ µℓ,main second are the respective averages of the three first- and first three second-request states in the paired-task fitting set. Define a knowledge-and-marker exclusion function, Exclude(v; P ℓ , η ℓ ) = (IH − P ℓ )v − η ℓ (η ℓ )⊤ (IH − P ℓ )v,

(38)

where v is an input state difference, P ℓ is the paired-task content projector, and η ℓ is the auxiliary marker contrast normalized after content exclusion. Both request constructions use the same two excluded objects:    r ℓ,global = Unit Exclude µℓ,first − µℓ,second ; P ℓ , η ℓ ,    (39) rgℓ,pair = Unit Exclude hℓxA,g,1 − hℓxA,g,2 ; P ℓ , η ℓ . The superscripts distinguish the shared fit direction from the country-pair direction. The two centers are bℓ,fit = 21 (µℓ,first + µℓ,second ),

bℓ,τ,pair = 21 (hℓxτ,g,1 + hℓxτ,g,2 ). g

(40)

Here bℓ,fit is the fit center bℓ used in Section 6, while bℓ,τ,pair is the same pair-specific center denoted bℓ,pair g x when the evaluated input x identifies that pair and template. Their four combinations define c in Equation 23. Reversal doubles that equation’s deletion vector. The natural comparison uses only its own pair-conditioned direction and pair center, with knowledge and auxiliary exclusion fitted in the natural-task coordinates. The auxiliary raw marker data are shared, but the content exclusion is task-specific.

F.2

Aggregation, Uncertainty, and Actual Length

Let G contain the same 24 validation country pairs denoted by Q in Appendix C and let Xg contain the four evaluated questions for pair g. For a fixed layer set L, define the pair-averaged loss and the corresponding 46

random-corrected effect: c

∆mL,g =

XX 1 ∆mℓ,c x , |L| |Xg | ℓ∈L x∈Xg

1 X 1 X c c,j ans ∆mL,g − max ∆mL,g . EL,c = j=1,...,8 |G| |G| g∈G

(41)

g∈G

The overbar denotes averaging within a country pair and layer set; superscript c, j denotes random control j matched to intervention c. Thus the maximum is taken after, not before, averaging. For later knowledge, substitute the source-to-receiver knowledge-score loss from Equation 12. All 24 pairs qualify in both tasks before intervention, so qualified-pair and all-pair estimates coincide. The earlier layers are fixed at 29 and 31, the later set is Llate = {32, 33, 34, 35, 36}, and the source-toreceiver knowledge comparison is fixed at 32 to 36. Each bootstrap sample resamples 24 country pairs with replacement. The same sampled pairs are used across conditions, and the maximum random-control mean is recomputed within each sample before taking a condition difference. Intervals are the 2.5th and 97.5th percentiles of 2,000 samples; they are not simultaneous intervals across comparisons. Independent model reloads reproduce the same scientific fields and are not additional statistical samples. Table 6: Direct contrasts of the common-protocol late answer effects. Each row subtracts the second named condition from the first using shared country-pair bootstrap samples. Direction changes retain the stated center; center changes retain the stated direction. Comparison

Difference [95% interval]

Pair-conditioned minus global; fit center Pair-conditioned minus global; pair center Pair minus fit center; global direction Pair minus fit center; pair-conditioned direction Natural minus paired; pair direction and center

3.287 [2.674, 3.821] 3.085 [2.481, 3.629] 0.161 [0.117, 0.210] −0.041 [−0.082, 0.005] −0.650 [−0.885, −0.395]

Matching each intervention to its own random controls does not equalize the true interventions. Across the 480 paired-task question–layer observations in the later set, mean actual deletion lengths are 16.38 for the global fit-centered condition and 80.47 for the pair-conditioned fit-centered condition. Hence Table 6 identifies dependence on the deletion definition, including its projected length, not orientation alone. In addition, the global direction’s earlier effect under this wording subset has an interval spanning zero. This does not isolate a precision effect relative to the older bfloat16 protocol, which also used different wording and order coverage. Within the same paired-task content coordinates and fit center, layer-32 deletion produces corrected layer-36 knowledge losses of −82.7 [−330.1, 72.2] for the global direction and 2648.4 [1223.3, 3611.0] for the pair-conditioned direction. Their direct difference is 2731.1 [1382.9, 3691.5]. These scores use Equation 11; they are not percentages or cross-task measures of how much knowledge was retrieved.

F.3

Random-Control Sensitivity of Natural-Question Knowledge Effects

This is a post hoc sensitivity analysis of completed records, not a replacement of the registered naturalquestion test. For all 96 matched questions, baseline and edited answer margins and raw layer-32-to-36 deletion knowledge losses are identical between the two runs. The runs differ in their random controls. We pool their sixteen random controls, retaining the maximum-after-averaging rule and using a common country-pair bootstrap sequence for comparison. 47

Table 7: Sensitivity of the natural-question layer-32-to-36 deletion knowledge effect to the random controls. Raw true deletion losses are identical. The common bootstrap sequence can produce slightly different interval endpoints from the original registered report. Random controls

Knowledge effect [95% interval]

Original eight Additional eight Pooled sixteen

1102.5 [−47.6, 2128.2] 1376.1 [184.6, 2292.5] 1102.5 [−50.3, 2127.8]

Pooling the controls retains an inconclusive deletion knowledge effect (Table 7). The pooled reversal effect remains positive at 6270.8 [3261.0, 8747.7]. A favorable set of eight controls therefore does not justify upgrading deletion necessity, although the directional reversal finding remains supported.

F.4

Direct-Selection Readouts and Intervention

This experiment measures direct object selection in the same Qwen instruction weights and continent-name task, using float32. The original six fitting countries form all 24 ordered cross-continent pairs, each with two requests under template A, giving Nfit = 48 fitting questions. Reordering these countries adds configurations, not independent country identities. The original three selection pairs are evaluated in both orders and under templates B and C. All requests are checked for baseline correctness, but source screening changes first to second only, giving Nsel = 12 screening questions. Four target outputs are fitted separately: the identities of both countries, the first country’s continent, the second country’s continent, and the requested first/second label. Country-identity targets concatenate the first five principal-component coordinates of each country’s mean input-token embedding, fitted only on the six fitting countries. Each candidate continent uses a three-dimensional one-hot target independent of which country is requested. The selection target is the scalar +1 or −1. The relation is always continent, so identity preservation does not measure preservation of arbitrary relation intent. For each layer, subtract the mean fit state µℓ and divide by the scalar ζ ℓ , the root-mean-square value of e ℓ = (hℓ − µℓ )/ζ ℓ . For each output all centered fitting-state coordinates. Write the standardized state as h x x c component c, its target vector is yx , with the selection scalar treated as a one-element vector during fitting. We fit a weight matrix W ℓ,c and bias vector β ℓ,c by ridge regression, which adds a squared-weight penalty to least squares (Hastie, 2020):    1 X  e ℓ + β − y c ∥2 + 0.1∥W ∥2 , (W ℓ,c , β ℓ,c ) = arg min ∥W ⊤ h (42) x x 2 F  W ,β  Nfit x∈Xfit

where Xfit is the set of fitting questions and the squared Frobenius norm sums the squared weight entries (Halko et al., 2011, Section 3.1). The bias is unpenalized. No validation result selects the regularization coefficient. Define the readout function Read(h; W , β, µ, ζ) = W ⊤ (h − µ)/ζ + β.

(43)

Its output at layer ℓ for question x under intervention e is ybxℓ,c,e , using the fitted parameters for component c at that layer. For selection, ybxℓ,sel,e denotes the sole scalar coordinate. Unit-normalizing the selection weight gives oℓ,direct in Equation 16; rescaling the weight to original state units does not change that unit direction.

48

At each source layer, two random controls are generated from Gaussian linear combinations of centered fitting states, projected orthogonally to oℓ,direct , and scaled to the true swap’s actual written length. A wrong-position control applies the same swap vector at the first token of “continent” in the question. No answer association is supplied in these inputs.

F.5

Joint Criterion and Prespecified Stopping

For an identity or candidate-content component c, let ′

νxℓ ,c,e = ∥b yxℓ ,c,e − ybxℓ ,c,0 ∥2

(44) ′

be its readout change relative to the unmodified state. The indicator χℓx is one only if the swap’s change in each of the three content outputs is at most the larger of that output’s two random-control changes, plus a numerical tolerance of 10−8 . It is zero otherwise. The source-layer indicator is χℓx ; receiving layers satisfy ℓ′ > ℓ. Let σx = +1 for a first-object request and −1 for a second-object request. The directed selectionprediction change is  σx  ℓ′ ,sel,e ℓ′ ,e ℓ′ ,sel,0 ωx = − ybx − ybx . (45) 2 The denominator is the distance between the target labels +1 and −1, not a knowledge quantity. Positive ′ changes move the prediction toward the opposite request. Let ωxℓ ,ctrl and ∆mctrl x be, respectively, the largest directed selection change and largest answer-margin loss among the two random controls and the wrongposition control. These maxima are taken separately for each question and outcome. The screening answer effect and receiving-layer joint fraction are ℓ,ans,pointwise Eswap =

1 X (∆mswap − ∆mctrl x x ), Nsel

(46)

x∈Xsel

F ℓ→ℓ ,joint =

1 X ℓ ℓ′ ′ ′ χx χx Ind(ωxℓ ,swap − ωxℓ ,ctrl ≥ 0.25) Nsel x∈Xsel

(47)

· Ind(∆mswap − ∆mctrl x x > 0), where Xsel contains the 12 screening questions and Ind is the previously defined indicator. The superscript pointwise marks the maximum-before-averaging rule in Equation 46; it differs from Equation 41. A source qualifies only if mean source content preservation is at least 0.70, mean source selection change ′ is at least 0.25, Equation 46 is positive, and at least three receiving layers have F ℓ→ℓ ,joint ≥ 0.60. Numerical qualification additionally requires at least 95% of active swap cases to meet the 5% target-write and randomlength tolerances. Sources 1–33 are screened so that at least three later layers exist. The best source and three receiving layers would then be frozen before validation, using mean joint fraction, answer effect, and earlier layer as successive tie-breakers. No source meets these conditions. The 24 validation pairs were presplit into groups of twelve. Validation and restoration would use eight covariance-based random controls and a wrong-position control. Both groups would have to pass the fixed source-preservation and three-receiver criteria before two continuations from the same selection-modified state could test both candidate answers. Baseline correctness and any restoration success require the intended answer to score above both other members of K under Equation 9; directional effects still compare the two objects’ answers. All pairs pass baseline qualification, but validation interventions and restoration are not run because screening fails.

49

Each model load produces 372 baseline records and 396 screening records, with identical scientific fields between loads. Every load’s 1,584 actual writes passes the 5% numerical tolerance, including checks for a nonzero target collapsing to zero. This isolates the reported boundary from those checked numerical failures, but the finite linear readouts remain an incomplete measure of identity and candidate knowledge. No inference that selection is absent from the model follows.

F.6

Base-Model Capital Selection and Two-Continuation Restoration

The separate positive result in Section 4 uses Qwen2.5-3B base weights and the capital relation. Each prompt names two countries but supplies neither capital. Two held-out phrasings have the forms Consider Argentina and Canada. What is the capital city of the first one? Answer with only the name. Argentina; Canada. Give the capital city of the second listed place. Answer with only the name.

Changing first to second changes the requested object while leaving the two named countries and the relation fixed. The model must produce one of the two capitals from its weights. Forty-four country pairs pass the behavioral gate. Fifteen pairs fit four separate linear interfaces. The shared two-country query target concatenates the fit-only principal-component coordinates of the first and second country-name input embeddings. The two candidate-capital targets are the corresponding fit-only coordinates of the first and second capital-name embeddings. These three targets are unchanged when the requested object changes. The fourth target is a two-entry selection label, (1, 0)⊤ for the first object and (0, 1)⊤ for the second. The intervention and restoration use the selection subspace fitted to these two outputs; this is distinct from the scalar +1/ − 1 readout in the instruction-model tests. Eight disjoint pairs screen all 36 layers and five registered input positions. Before either held-out group is opened, this scan fixes decoder layer 26 at the question-end position as the source. Validation A contains ten pairs and 40 questions; validation B contains eleven pairs and 44 questions. Each group combines two phrasings with both requested objects. At the fixed source, the intervention replaces only the fitted selected-object component with its value under the opposite request. Eight matched random changes and an application of the same change at the wrong input position serve as controls. A validation question passes the first stage only if the selectedobject readout moves toward the other request, the answer margin moves toward the other capital beyond every control, and the shared-query plus both candidate-capital readouts remain within the matched-random bounds. The downstream selected-object change exceeds all controls at layers 27–30. The answer criterion passes on 37/40 questions in validation A and 44/44 in validation B; the other three readouts are preserved on every validation question. The final test starts twice from the same source-modified state. At a receiving layer, let the changed state be hchg , and let hsrc and hopp be the clean states for the original and opposite requests. Each branch adds only the projection of hsrc −hchg or hopp −hchg into that receiver’s fitted selection basis. Thus one continuation restores the clean original-request selection coordinate and the other restores the clean opposite-request coordinate without copying the full clean state. A question counts only if the two continuations respectively favor the two capital answers beyond eight random restorations and the wrong-position restoration, while all three non-selection readouts remain within random bounds. The joint pass counts at layers 27, 28, and 29 are 25/40, 28/40, and 24/40 in validation A, and 34/44, 34/44, and 32/44 in validation B. Both groups therefore meet the prespecified 60% threshold at the same three receivers. Layer 30 is excluded because validation A reaches only 23/40, or 57.5%, on the same two-answer criterion.

50

An earlier control edits the hidden state at the ordinal word’s token position in the first decoder block, recorded as zero-based layer 0. It changes later selection and answers, but restoring the original request at layers 15–19 recovers the original answer on at most 2/40 and 1/44 questions. The early positional edit therefore does not meet the same two-usable-candidate definition. The confirmed result is limited to the layer-26 question-end source and layers 27–29 in this Qwen base-model capital task.

F.7

Capital Replication in Three Instruction Models

We next keep the capital relation, phrasings, country-disjoint splits, scoring rule, and functional gates fixed while replacing the base weights with Qwen-2.5-3B-Instruct, Llama-3.2-3B-Instruct, or Gemma-34B-Instruct. Each model uses its own chat template and decoder depth, and all hidden-state calculations use float32. The task contains 196 questions. Qwen answers 195 correctly; Llama and Gemma answer all 196. The resulting qualified counts are 15 fit pairs, seven Qwen or eight Llama/Gemma screening pairs, and 13 pairs in each held-out group. At each layer, ridge regression (Hastie, 2020) with coefficient 0.1 fits four readouts using only the fit questions, following Equation 42. The targets are the concatenated identities of both countries, the first capital, the second capital, and the scalar first/second selection label. Country and capital targets are coordinates of their mean input-token embeddings in fit-only principal-component spaces; no held-out result chooses the rank or coefficient. Across all three models, the 15 country targets and 15 capital targets each have rank 14 with no coincident target pair. Screening applies Equation 16 at the question-end position of every possible source layer. Two covariance-based random directions orthogonal to the fitted selection direction and a wrong-position application control each question. A source must preserve the other three readouts on at least 70% of screening questions, move the source selection score by at least 0.25, have positive pointwise-corrected answer effect, ′ and produce at least three receivers with F ℓ→ℓ ,joint ≥ 0.60. The selected source and three receivers are then frozen. Each held-out group contains 13 pairs, two phrasings, and both requested objects, giving 52 questions; validation uses eight covariance controls plus the wrong-position control. Two-candidate restoration remains locked unless both groups pass all three fixed receivers. Table 8: Direct capital-selection outcomes in the three instruction models. Screening counts use 14 questions for Qwen and 16 for Llama and Gemma. Each held-out group contains 52 questions. A dash means that the prespecified earlier gate failed, so the later stage was not run. Model

Screening outcome

Held-out outcome

Restoration

Qwen Llama Gemma

No qualifying source Source 14; only two qualifying receivers Source 17; receivers 18–20 fixed

— — Three-receiver gate fails

Not run Not run Not run

Qwen’s most informative content-preserving candidate, source layer 21, preserves all three non-selection readouts on 10/14 questions and moves the fitted selection coordinate by 0.995 of the full first-to-second target difference. Its mean answer change is nevertheless 0.008 answer-margin units below the strongest pointwise control, and its best receiving-layer joint count is 5/14. No source qualifies. Llama source layer 14 preserves the other readouts on all 16 screening questions. Its selection change is 1.007 of the full target difference, and its mean answer change exceeds the strongest pointwise controls by 1.010 answer-margin units. The joint counts are 14/16 at layer 15, 11/16 at layer 16, and 9/16 at layer 17. Because 60% of 16 questions requires ten passes, only two receivers qualify and held-out validation is not opened. 51

Gemma source layer 17 passes screening: source content is preserved on 14/16 questions, its selection change is 0.977 of the full target difference, and its pointwise-corrected answer effect is 1.841. The frozen receivers are layers 18, 19, and 20. In both 52-question held-out groups, source content is preserved on all questions and the selection change at every fixed receiver exceeds all controls on all questions. The answer change exceeds its strongest pointwise control on 32/52 questions in validation A and 31/52 in validation B. The resulting joint counts are 32, 32, and 31 in validation A and 31, 31, and 29 in validation B. Since every fixed receiver must reach 60%, equivalent to 32/52 questions, validation A fails at receiver layer 20 and validation B fails at all three receivers. Both groups therefore fail the gate, and restoration remains locked. Primary and fresh-load runs agree record by record for every model, and every active write passes the registered numerical tolerances. The Gemma result therefore identifies a reproducible held-out internal selection candidate whose answer transmission is near the threshold; it does not establish that two capital facts remain separately usable from one modified state. No instruction model adds a strict object-selection positive result.

G

Natural-Question Wording and Complete Country Lists

This appendix specifies every question used in Section 3. The task is always to name the continent of one country. The tables provide the complete country pools, and the three templates below determine the full question text for each country. Pairing is an analysis construction: each country is submitted in a separate model input.

G.1

Question Wording and Input Construction

For a country s, the raw question text pτ,s uses one of the following wordings, followed on a new line by the instruction Answer with only the continent name. Template

Question text

A B C

Which continent is {country} located in? On which continent is {country} located? What continent is {country} in?

The country name replaces {country}. The checkpoint’s chat template then adds user and assistantgeneration markers, and its tokenizer converts the formatted text to xτ,s . Thus the final input position is determined after formatting and tokenization, not by locating the final printed word name. The model and tokenizer identities and rendered-input hashes are retained in the frozen experiment records. Template A supplies one state per fitting country for the content references and supplies the paired states used to construct each request direction. Templates B and C supply the intervention-evaluation questions. There are six content-fitting inputs, 54 direction-construction inputs from the 27 screening and validation pairs, and 108 evaluated questions (12 screening and 96 validation). The complete 168 raw question texts and their roles are included in anc/evidence/natural_question_inputs/questions. jsonl; the file contains questions, not answer strings appended as factual context.

G.2

Fitting Countries

The content fitting set contains exactly two countries per continent:

52

Continent

Country 1

Country 2

Africa Asia Europe

Kenya China France

Nigeria Thailand Spain

For each country, only the template-A question contributes a vector to the fitted mean. Consequently, the full mean averages six vectors and each continent mean averages two. No screening or validation country contributes to these content fits.

G.3

Screening and Validation Pairs

The following three pairs select the source and receiving layers. Each pair contributes two countries under B and C, giving four evaluated questions: First country

Continent

Second country

Continent

Egypt Vietnam Portugal

Africa Asia Europe

India Germany Morocco

Asia Europe Africa

The 24 disjoint validation pairs below test the fixed choice. No country in this table occurs in the fitting or screening lists: First country

Continent

Second country

Continent

Angola Cambodia Albania Benin Malaysia Austria Botswana Philippines Belgium Burkina Faso Brunei Bulgaria Burundi Maldives Croatia Cameroon Qatar Czechia Chad Kuwait Finland Ethiopia Oman Greece

Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe

Japan Hungary Gabon South Korea Iceland Malawi North Korea Ireland Mali Nepal Italy Mozambique Bhutan Netherlands Namibia Pakistan Norway Niger Sri Lanka Poland Rwanda Laos Romania Senegal

Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa Asia Europe Africa

Each validation pair again supplies four evaluated questions. The pair, with all its wordings and intervention conditions kept together, is the independent resampling unit. A and B/C refer to different construction and evaluation roles, not additional model inputs supplied alongside a question. 53

Record · ID 673542 · SHA-256 08f5553d9b2d5b33
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.