Pith. sign in

REVIEW 4 major objections 5 minor 41 references

Rewriting or Reweighting? A Geometric Account in Language Models

T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read The paper claims supervised fine-tuning rewrites the low-dimensional geometry supporting a behavior, while reward optimization preserves that inherited geometry and reweights how it is occupied and read out.

desk verdict SFT rotates PCA charts more than DPO, but the paper's own anchored Fisher retention numbers say the base chart still explains SFT behavior—so 'rewrites geometry' overclaims. read the letter →

arxiv 2608.01835 v1 pith:YL4YTD4W submitted 2026-08-03 cs.AI

classification cs.AI
keywords behavioralmanifoldanalysispost-trainingsupervisedfine-tuningrewardoptimizationDPOrepresentationgeometryrepetitionsycophancy
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that two families of post-training objectives act on language models in geometrically distinct ways: supervised fine-tuning (SFT) rewrites the low-dimensional internal 'behavioral chart' that supports a behavior, while reward-based optimization such as DPO preserves that inherited chart and instead changes which internal states occupy it and how strongly it is read out. To see this, the authors introduce behavioral manifold analysis, which selects a sparse set of behavior-associated coordinates, lifts them into a low-dimensional chart in activation space and in normalized output-contribution space, and tracks the chart through training checkpoints across 23 models from four families, using repetition and sycophancy as two mechanistically distant test behaviors. If the distinction holds, it converts the vague question 'did training remove, create, or reuse a mechanism?' into a measurable geometric one, and it predicts that interventions and analyses anchored on the base model's chart remain valid after reward tuning but need recomputation after SFT.

What carries the argument

The central object is the behavioral chart U_{θ,b}: a low-rank subspace, estimated by PCA over a sparse scaffold of Behavioral Anchor Coordinates selected by an L1 logistic classifier, within which behavior-positive and behavior-negative states separate. The local model p(y=1|x) ≈ σ(β^T z + τ), with z = U^T φ(x), decomposes post-training change into chart movement, occupancy shift, and readout gain/threshold change. Charts are built in two spaces: ACT (raw activations of selected coordinates) and NOC (normalized output contribution, a scale-normalized decomposition of the layer's realized update energy). Chart movement is measured on the Grassmannian via projector overlap, principal angles,

What would settle it

Re-run the cross-model atlas and checkpoint-tracking analyses using the signed directional NOC of Section 3.3 instead of the magnitude proxy; if NOC overlap and conservation results fall toward the random-coordinate baselines, the magnitude proxy is doing the work and the NOC claims fail. Separately, run DPO with the KL penalty reduced enough that behavior change matches SFT's in size: if the chart displaces as much as under SFT, the 'reward optimization preserves geometry' claim is a step-size artifact rather than an objective-level property.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that SFT and reward optimization leave different geometric footprints on the internal structures supporting a behavior. Selecting sparse behavior-associated coordinates and lifting them into low-rank local charts in activation space and normalized output-contribution space, the authors track chart movement across checkpoints. In controlled runs, DPO from Base retains mean projector overlap 0.939 with mean principal angle 7.64 degrees, while SFT displaces the chart to overlap 0.745, angle 25.07 degrees; DPO after SFT does not restore the Base chart. The conclusion: SFT rewrites behavioral geometry, reward optimization reweights it.

Load-bearing premise

The load-bearing premise is that the measured NOC proxy (a non-negative magnitude ratio) faithfully represents the signed directional participation the theory defines; Appendix B.4 concedes it does not preserve sign or direction, so all NOC-based conclusions inherit that gap.

Editorial extensions

If this is right

  • Post-training objectives can be classified by geometric signature: SFT-type training displaces the behavioral chart, while reward-type training preserves it, attributing behavior change to mechanism replacement versus inherited-mechanism reuse.
  • After reward optimization, the base model's chart remains an explanatory coordinate system, so base-anchored analyses are valid for studying RL-tuned checkpoints.
  • Sequential SFT-then-DPO inherits the SFT-displaced geometry: subsequent reward optimization refines within the regime established by its initialization and does not return to the base chart.
  • The NOC representation exposes a more architecture-robust shared behavioral core across model families, while ACT space retains more family-specific structure.
  • Repetition and sycophancy, although mechanistically distant failures, are both supported by sparse coordinate scaffolds and low-dimensional charts, indicating the framework is behavior-general.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial: the rewrite/reweight split may be partly a step-size effect — a DPO run with a much larger update budget could plausibly displace the chart as much as SFT does; the paper's controlled runs compare matched small-scale updates, so the objective-level claim should be stress-tested at matched behavioral-change magnitude.
  • Editorial: since the implemented NOC proxy drops sign and direction (Appendix B.4), the architecture-robust NOC core and NOC-space transfer results should be re-verified with the signed directional definition before they are used as evidence about functional cancellation.
  • Editorial: a practical consequence if the claim holds — steering directions and interventions estimated on a base model should transfer after RL but may be stale after SFT, requiring chart recomputation.
  • Editorial: the framework invites testing on other objectives (PPO, KTO, verifiable-reward RL) and other behaviors; the cleanest discriminating experiment is whether any reward-based run at large update strength eventually rewrites the chart.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper introduces behavioral manifold analysis to ask whether post-training changes the internal geometry supporting a behavior or merely reweights how an inherited geometry is used. For repetition and sycophancy, the authors select sparse Behavioral Anchor Coordinates via an L1 logistic classifier, estimate low-rank PCA charts in activation (ACT) and normalized output-contribution (NOC) spaces, align charts across 23 models with CCA, causally intervene on the extracted coordinates/subspaces, and track chart geometry through controlled SFT, DPO, and SFT-then-DPO runs. The headline claim is that SFT tends to rewrite behavioral geometry, while reward optimization primarily reweights inherited geometry. The empirical apparatus includes random-coordinate baselines, label permutation, rank sensitivity, behavior-mismatch tests, dose-response steering, matched token-level candidate paths, and a public code release.

Significance. If established, the proposed geometric dichotomy would offer a useful organizing framework for interpreting SFT versus preference-optimization post-training, and it would provide a concrete object—the behavioral chart—for future mechanistic comparisons. The paper deserves credit for the breadth of its measurement controls: random-coordinate and label-permutation baselines, rank and direction sensitivity analyses, cross-model CCA with random controls, and causal steering across 23 models. The cross-model atlas, especially in NOC space, is a substantial empirical contribution. However, the central claim currently rests on a projector-overlap interpretation that is in tension with the paper's own anchored-retention criterion, and on a NOC proxy that the paper explicitly acknowledges does not preserve the sign or direction of an individual coordinate's contribution. The result is plausible but needs either a reinterpretation or additional Base-anchored causal evidence before the rewriting/reweighting distinction is load-bearing.

major comments (4)
  1. [§5, Table 2b; Appendix E.2] The claim that 'SFT rewrites behavioral geometry' is in direct tension with the reported anchored Fisher retention. For repetition, SFT-up/down report RG=0.938/0.942; for sycophancy, RG=0.966/0.814. Under Appendix E.2's own criterion, RG≈1 means the Base chart remains nearly as explanatory while RG≪1 means behavior has moved into a new chart. These RG values indicate that SFT has not moved the behavior into a new chart. The low projector overlap (mean 0.745) may therefore reflect rotation of variance-dominant PCA directions rather than loss of discriminative/functional structure. Please report RG for all checkpoints alongside S(0,t), and provide a Base-anchored intervention: steer the SFT checkpoint along the Base chart and compare the behavioral effect to steering along the native SFT chart. If the Base chart remains nearly as causally effective, the 'rewriting' conclusion should be wea
  2. [Appendix B.4, Eq. (26)] The implemented NOC proxy is non-negative and, as the paper states, 'does not preserve the sign or direction of an individual coordinate's contribution.' However, Section 3.3 defines NOC as a signed, scale-normalized directional participation, and NOC-space claims include the more architecture-robust shared core, the cross-model atlas, and the Appendix S training profiles. If sign cancellations are functionally important, these NOC conclusions measure a different quantity than the theory specifies. Please either implement the signed directional NOC (the numerator ⟨u_{ℓ,t,j}, m_{ℓ,t}⟩/∥m_{ℓ,t}∥², aggregated over the token window) or explicitly relabel all NOC claims as 'NOC-magnitude' results and rerun the core NOC analyses with the signed quantity.
  3. [§5; Appendix E.5] The abstract and conclusion generalize to 'reward optimization,' but the controlled post-training evidence is exclusively DPO-style preference optimization. Appendix E.5 acknowledges that 'the audited optimization objective is DPO' and that some legacy scripts are named RL. The statement 'reward optimization primarily reweights inherited geometry' is therefore not supported by the controlled experiments for RLHF/RLVR/PPO. Please either scope the claim to 'DPO-style preference optimization' throughout the abstract and conclusion, or include at least one non-DPO reward-optimization run to justify the umbrella term.
  4. [Appendix R (Classifier training rows)] The paper acknowledges that for 14 of 23 models the classifier training rows are reduced from 13,356 to 10,708 because 'incomplete other-token activation files' were available at training time, and that the archived pipeline does not preserve the per-model activation-file inventory needed to attribute the reduction. This missing provenance affects BAC selection for a majority of models and therefore the cross-model atlas and Universal Fisher Strength statistics. Please supply the per-model activation-file inventories, or rerun the 14 affected models with complete activation files, so the coordinate scaffolds are reproducible and consistently defined.
minor comments (5)
  1. [§3.3 / Appendix B.4] The reference to the NOC definition appears as 'Eq. (??)' in Appendix B.4; the equation number is unresolved. Please fix the cross-reference.
  2. [Appendix E.7] The reporting conventions text refers to 'Table??'; the table number should be supplied.
  3. [Section 2, Related Work] The text refers to 'Appendix Z' for repetition and sycophancy related work; if this appendix is not included in the submission, add it or remove the pointer.
  4. [Section 3.2] The notation P^+, P^- and the pushforward definition are clear but verbose; a short intuitive sentence after Eq. (1) would help readers connect the class-conditional measures to the chart estimation.
  5. [Table 1 and Table 13] The header '#bac ACT space' is inconsistent with the later use of 'BAC' vs. 'bacs' in the text; please standardize the acronym capitalization.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the rewrite/reweight asymmetry is an empirical measurement, and the local behavioral model is derived with explicit bounds; remaining caveats are fidelity/internal-consistency issues, not circular reductions.

full rationale

I walked the paper's derivation chain. The local behavioral model (Eq. 1) is not an unstated assumption: Appendix A derives it as a local Taylor expansion of the behavior log-odds with explicit curvature and residual bounds, and also gives an equivalent Bayes-rule derivation under a shared-covariance Gaussian model. The behavioral chart U, occupancy G_occ, and causal gain G_causal are all defined as measurable quantities and are estimated from activations, steering curves, and cross-model alignment with random-coordinate and label-permutation controls. The headline asymmetry (SFT lowers projector overlap; DPO retains it) is an empirical result that could have come out differently, and Table 2b indeed shows DPO overlap ~0.939 vs SFT ~0.745. I find no equation that reduces to its own input by construction, and no fitted parameter is relabeled as a prediction. The paper's own admitted limitation in Appendix B.4—that the implemented NOC proxy is non-negative and 'does not preserve the sign or direction of an individual coordinate's contribution'—is a real measurement-fidelity caveat, but it is not a circularity. Similarly, the anchored-Fisher retention values for SFT (RG ~0.94) sit close to 1, which is in tension with the 'rewrites' label under the paper's Appendix E.2 interpretation; this is an internal-validity/interpretation issue, not a circular step. There is one minor self-citation (Wang et al. 2026 in Related Work) that is background only and not load-bearing for the paper's central derivation. I therefore set the circularity score at 1.

Assumptions & free parameters 6 free parameters · 7 assumptions · 3 invented entities

The framework's formal core (Eq. 1) is a Taylor expansion with bounded residual, so the main cost is empirical: the 90% variance PCA rank rule, shrinkage lambda, the l1 positive-weight BAC rule, steering steps, and repetition detector thresholds all shape the measured quantities. The largest ad hoc assumption is the NOC proxy: the signed directional contribution defined in Section 3.3 is replaced by a non-negative magnitude in Appendix B.4. Domain assumptions include local log-odds smoothness, the low-dimensional chart hypothesis, and the shared-covariance Gaussian model; sycophancy labels and the DPO-as-reward-optimization identification are inherited from data and configuration choices. One invented object, the behavioral chart, carries independent evidence through steering interventions; the empirical manifold is a definitional construct without direct measurement.

free parameters (6)
  • PCA rank rule (90% EVR cutoff) = per-model k_0.9 (e.g., 9 to 27)
    Every chart comparison uses this rank cutoff (Eq. 29, Appendix C.3); rank sensitivity at k=1,3 and other thresholds is tested in Appendix I.2.
  • Fisher shrinkage lambda = 0.1
    Default shrinkage of within-class covariance in G_uniF (Section 3.7); affects all Universal Fisher Strength values.
  • Sparse classifier C and positive-weight BAC rule = C=1.0, l1, w_j > 0 only
    BAC scaffold membership is defined by this rule (Appendix C.1); scaffold size (20 to 61) drives all downstream geometry.
  • Causal gain finite-difference step = alpha step of 2.0 (script default)
    G_causal is a local finite difference at the no-intervention point (Appendix E.4); its magnitude depends on the step.
  • Steering strength alpha = model-specific from development sweeps
    Qualitative generation and some steering sweeps use per-model alpha chosen from development sets (Appendix D.4).
  • Repetition detector thresholds = n=10, k=3, r=100, equal spacing, 50-token prefix
    Defines the repetition behavior itself (Appendix B.1); different thresholds change the labeled population and hence the charts.
assumptions (7)
  • domain assumption Behavior log-odds are locally C2 with bounded Hessian (Taylor expansion of g)
    Appendix A.2, Eqs. 6-8; the entire geometry-occupancy-readout decomposition inherits this.
  • domain assumption Behavior-relevant variation concentrates in a low-dimensional chart
    Appendix A.3, Eq. 9; tested indirectly via PCA compression and random-coordinate controls (Appendix I).
  • domain assumption Local shared-covariance Gaussian model within the chart
    Appendix A.4; justifies Fisher-direction diagnostics and the G_occ second-moment estimator.
  • ad hoc to paper NOC proxy fidelity: non-negative magnitude approximates signed directional contribution
    Appendix B.4 admits the proxy does not preserve sign or direction; all NOC conclusions inherit this gap.
  • ad hoc to paper Positive-weight l1 coordinates identify the behavior scaffold
    Appendix C.1; held-out probes (0.9658 to 0.9879) and random baselines partially validate the choice.
  • domain assumption Chosen/rejected labels of Anti-Sycophancy-DPO and Llama-3.3-70B stance extraction are accurate
    Appendices R and T; extraction failed for 4.1% of samples; label noise would shift class-conditional measures.
  • ad hoc to paper DPO represents the reward-optimization class
    Appendix E.5: audited objective is DPO only; PPO, RLHF, and RLVR were not run in controlled trajectories.
invented entities (3)
  • Behavioral chart U_theta,b independent evidence
    purpose: The low-rank subspace onto which all geometry, occupancy, and gain metrics project; the object that is either rewritten or reweighted.
    Subspace steering produces monotone dose-response changes with random-coordinate controls (Section 4.2, Appendix I.6), a falsifiable handle beyond the fitting set.
  • Behavioral Anchor Coordinates (BACs) independent evidence
    purpose: Sparse coordinate scaffold used to build charts and to intervene on the model.
    Held-out repetition probes at 0.9658 to 0.9879 and neuron-scaling effects (Appendices M, P) provide out-of-sample handles.
  • Empirical behavioral manifold M
    purpose: Conceptual support region of behavior-positive states that the charts approximate locally.
    Defined as the support of a pushforward measure (Section 3.2); never measured directly, only approximated by finite-sample charts.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Rewriting or Reweighting? A Geometric Account in Language Models." pith.science (2026). https://pith.science/paper/YL4YTD4W

@misc{pith2026260801835,
  author       = {Pith},
  title        = {Pith review of: Rewriting or Reweighting? A Geometric Account in Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YL4YTD4W}},
  note         = {Machine review of arXiv:2608.01835}
}
read the original abstract

Post-training can substantially alter language-model behavior, yet aggregate behavior rates do not reveal whether training removes an existing mechanism, creates a new one, or changes how an inherited mechanism is used. We study this question through two mechanistically distinct failures, repetition as a decoding-attractor pathology and sycophancy as a preference-related alignment failure. We introduce behavioral manifold analysis, which isolates behavior-specific geometry by selecting sparse behavior-associated coordinates and lifting them into low-dimensional local charts. We construct these charts in two complementary spaces. ACT captures runtime activation states, while NOC quantifies how strongly the model routes functional information flow through the shared behavior-associated subspace. Across multiple model families, the resulting charts are highly compressed and partially alignable across architectures. Contribution-space charts expose a more architecture-robust shared core, whereas activation-space charts retain stronger family-specific structure. Tracking these charts through controlled post-training reveals a consistent asymmetry. Supervised fine-tuning substantially alters the inherited behavioral geometry, whereas reward optimization changes behavior while largely preserving the underlying chart. This geometric perspective provides a unified framework for understanding the mechanistic distinction between the two objectives. SFT tends to rewrite behavioral geometry, whereas reward optimization primarily reweights it. Code is available at https://github.com/ronglingze/Manifold-Analysis

Figures

Figures reproduced from arXiv: 2608.01835 by the authors.

Figure 1
Figure 1. Overview of the behavioral-geometry framework. We extract behavior-relevant token windows and decompose FFN computation into two representations. A sparse selector identifies a compact set of Behavioral Anchor Coordinates, whose activations or contributions are projected into a low-rank behavioral chart. The resulting chart separates behavior-positive and behavior-negative occupancy while preserving the local geomet… view at source ↗
Figure 3
Figure 3. Representative token-level trajectories over learned [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figure 4
Figure 4. Causal repetition steering in the Llama family. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figures from the paper (26 more)
Figure 5
Figure 5. Figure 5: Behavioral geometry through controlled post￾training. Connected markers follow stored checkpoints in training order. In the phase portraits, open and filled circles denote the first stored post-training checkpoint and the re￾ported endpoint, respectively; the Base mode…
Figure 6
Figure 6. Figure 6: Visualization of the repetition behavioral chart. Behavior-positive and behavior-negative examples form distinguish [PITH_FULL_IMAGE:figures/full_fig_p021_6.png]
Figure 7
Figure 7. Figure 7: Visualization of the sycophancy behavioral chart. Sycophantic and non-sycophantic states occupy different regions in [PITH_FULL_IMAGE:figures/full_fig_p022_7.png]
Figure 14
Figure 14. Figure 14: Layer-wise distribution of repetition and syco [PITH_FULL_IMAGE:figures/full_fig_p034_14.png]
Figure 20
Figure 20. Figure 20: Repetition steering in the Qwen family. Solid circles show repetition rate and dashed squares show generated-token [PITH_FULL_IMAGE:figures/full_fig_p040_20.png]
Figure 21
Figure 21. Figure 21: Repetition steering in the Gemma family. ACT-chart steering increases repetition most strongly for the 2B models and [PITH_FULL_IMAGE:figures/full_fig_p040_21.png]
Figure 22
Figure 22. Figure 22: Complete Llama-family repetition steering. All three models exhibit monotonic positive dose–response curves [PITH_FULL_IMAGE:figures/full_fig_p041_22.png]
Figure 23
Figure 23. Figure 23: Repetition steering in the Mistral family. ACT-chart steering produces especially large changes for Mistral-7B [PITH_FULL_IMAGE:figures/full_fig_p041_23.png]
Figure 24
Figure 24. Figure 24: Complete cross-model repetition-strength land [PITH_FULL_IMAGE:figures/full_fig_p042_24.png]
Figure 25
Figure 25. Figure 25: Public Instruct-minus-Base changes for ten matched family/scale pairs. Blue bars denote NOC and gold bars denote [PITH_FULL_IMAGE:figures/full_fig_p043_25.png]
Figure 26
Figure 26. Figure 26: Final-checkpoint geometry–occupancy–gain pro [PITH_FULL_IMAGE:figures/full_fig_p045_26.png]
Figure 27
Figure 27. Figure 27: Final-checkpoint geometry–occupancy–gain pro [PITH_FULL_IMAGE:figures/full_fig_p045_27.png]
Figure 28
Figure 28. Figure 28: Complete ten-stage trajectories using ACT geometry and occupancy with activation-level causal gain. SFT geometry [PITH_FULL_IMAGE:figures/full_fig_p046_28.png]
Figure 29
Figure 29. Figure 29: Complete ten-stage trajectories using ACT geometry and occupancy with chart-subspace causal gain. The geometry [PITH_FULL_IMAGE:figures/full_fig_p047_29.png]
Figure 30
Figure 30. Figure 30: Complete ten-stage trajectories using NOC geometry and occupancy with activation-level causal gain. NOC [PITH_FULL_IMAGE:figures/full_fig_p048_30.png]
Figure 31
Figure 31. Figure 31: Complete ten-stage trajectories using NOC geometry and occupancy with chart-subspace causal gain. Comparison [PITH_FULL_IMAGE:figures/full_fig_p049_31.png]
Figure 32
Figure 32. Figure 32: Early-stage snapshots for ACT geometry and occupancy with activation-level gain. Each embedded plot contains [PITH_FULL_IMAGE:figures/full_fig_p050_32.png]
Figure 33
Figure 33. Figure 33: Late-stage snapshots for ACT geometry and occupancy with activation-level gain. The geometry hierarchy stabilizes, [PITH_FULL_IMAGE:figures/full_fig_p051_33.png]
Figure 34
Figure 34. Figure 34: Early-stage snapshots for ACT geometry and occupancy with chart-subspace gain. Geometry and occupancy are [PITH_FULL_IMAGE:figures/full_fig_p052_34.png]
Figure 35
Figure 35. Figure 35: Late-stage snapshots for ACT geometry and occupancy with chart-subspace gain. Sequential repetition-down [PITH_FULL_IMAGE:figures/full_fig_p053_35.png]
Figure 36
Figure 36. Figure 36: Early-stage snapshots for NOC geometry and occupancy with activation-level gain. The NOC views confirm early [PITH_FULL_IMAGE:figures/full_fig_p054_36.png]
Figure 37
Figure 37. Figure 37: Late-stage snapshots for NOC geometry and occupancy with activation-level gain. SFT and sequential geometry [PITH_FULL_IMAGE:figures/full_fig_p055_37.png]
Figure 38
Figure 38. Figure 38: Early-stage snapshots for NOC geometry and occupancy with chart-subspace gain. These panels provide the [PITH_FULL_IMAGE:figures/full_fig_p056_38.png]
Figure 39
Figure 39. Figure 39: Late-stage snapshots for NOC geometry and occupancy with chart-subspace gain. The final stages preserve the SFT [PITH_FULL_IMAGE:figures/full_fig_p057_39.png]
Figure 40
Figure 40. Figure 40: Cross-model repetition-strength landscape. Each [PITH_FULL_IMAGE:figures/full_fig_p059_40.png]
Figure 41
Figure 41. Figure 41: Visualization of a local behavioral chart. The [PITH_FULL_IMAGE:figures/full_fig_p064_41.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

41 extracted references · 2 linked inside Pith

  1. [1]

    A dry-run forward pass uses the current token and histor- ical KV cache, registers hooks, and collects the selected- neuron vectorxfor that token

  2. [2]

    The dry-run output is discarded and the KV cache is not updated

  3. [3]

    The projectionx S =U kU ⊤ k (x−µ)is computed once thefullselected-neuronvectorhasbeenassembledacross layers

  4. [4]

    A second forward pass is run with the same input token and same historical KV cache; hooks injectαxS into the selected coordinates

  5. [5]

    Thistwo-passprotocolisslowerthanordinarygenerationbut avoidsusinganinterventionvectorcomputedfromanearlier hidden state

    The steered logits select the next token greedily, and only the steered pass updates the KV cache. Thistwo-passprotocolisslowerthanordinarygenerationbut avoidsusinganinterventionvectorcomputedfromanearlier hidden state. D.4 Greedy Challenge Prompts For qualitative repetition control, a manually designed chal- lenge set contains prompts that strongly invit...

  6. [6]

    Forsycophancy,thecurrentrewardrunsareDPO-stylepref- erence optimization

    SFT+Reward-down: run reward-down after SFT-down. Forsycophancy,thecurrentrewardrunsareDPO-stylepref- erence optimization. For repetition, some legacy scripts are named RL even when the actual run is DPO-style. We thereforeuserewardoptimizationasanumbrellaterminthe reportedanalyses,whilenotingthattheauditedoptimization objective is DPO. E.6 End-to-End Fine...

  7. [8]

    SFT-up: imitate behavior-positive outputs

  8. [9]

    SFT-down: imitatebehavior-negativeorrepairedoutputs

Show all 41 references
  1. [10]

    Reward-up: prefer behavior-positive outputs

  2. [11]

    Reward-down: prefer behavior-negative outputs

  3. [12]

    SFT+Reward-up: run reward-up after SFT-up

  4. [14]

    A chart with no behavioral displacement receives a low score

    Behavioral separation.The displacement term ∆µ=µ 1 −µ 0 (80) requires that behavior-positive and behavior-negative states occupy different regions of the chart. A chart with no behavioral displacement receives a low score. Objective Dir.SAngled proj RG GSyco Prob Truth PPL Syc...

  5. [15]

    A chart where positive and negative states overlap sub- stantially receives a low score even if their raw means differ

    Representation stability.The covariance normaliza- tion (Σ(λ) w )−1 (81) penalizes directions where separation is caused by noisy or unstable variation. A chart where positive and negative states overlap sub- stantially receives a low score even if their raw means differ

  6. [16]

    Therefore, a high Universal Fisher Strength indicates that a behavioral chart is simultaneously:

    Cross-modeluniversality.TheCCAreliabilityweight- ing Dρ (82) suppresses directions that only appear in a single model. Therefore, a high Universal Fisher Strength indicates that a behavioral chart is simultaneously:

  7. [17]

    behavior-discriminative

  8. [18]

    This property is important because our goal is not simply to find any separable projection

    transferable across models. This property is important because our goal is not simply to find any separable projection. High-dimensional repre- sentations contain many directions that can separate finite samples by chance. Instead, we seek behavioral coordinate systemsthatcorr...

  9. [19]

    logistic-regression direction: vlogit = w ∥w∥2

  10. [20]

    Fisher discriminant direction: vFisher ∝Σ −1 w (µ1 −µ 0)

  11. [21]

    CCA-aligned shared directions

  12. [22]

    undesirable behavior

    SAE decoder directions when sparse feature representa- tions are used. Consistent conclusions across these directions indicate that the discovered behavioral geometry is not tied to a par- ticular subspace estimator. I.3 Behavior Specificity Controls A central assumption of ou...

  13. [23]

    the complete response span

  14. [24]

    the behavior onset region

  15. [25]

    an event-centered local window

  16. [26]

    Thepurposeofthesecomparisonsistoensurethatdiscov- ered geometry is not caused by a particular token-selection heuristic

    a fixed-length pre-event window. Thepurposeofthesecomparisonsistoensurethatdiscov- ered geometry is not caused by a particular token-selection heuristic. For dynamic analyses, such as generation trajectories, we additionally compare representations before and after the visible...

  17. [27]

    matched-size random coordinate alignment

  18. [28]

    shuffled-label alignment

  19. [29]

    different reference models

  20. [30]

    For each comparison we report: •canonical correlation; •linear probing transfer performance; •projector overlap; •principal angles

    pairwise family-stratified comparisons. For each comparison we report: •canonical correlation; •linear probing transfer performance; •projector overlap; •principal angles. A reliable behavioral manifold should remain aligned across these choices. I.6 Causal Intervention Contro...

  21. [31]

    sparse coordinate scaling

  22. [32]

    subspace projection editing

  23. [33]

    Base/Inst

    direction-level steering. For each intervention, we compare: •behavior-associated directions; •random directions; •opposite-direction controls; •matched-magnitude non-behavior directions. Theinterventionstrengthisvariedtoobtaindose-response curves rather than single-point comp...

  24. [34]

    Keep the most distinct phrases that express the stance

    Focus on the core: Discard weakly related text. Keep the most distinct phrases that express the stance

  25. [35]

    Retain enough context to demonstrate the intent

    Maintain context: Do not make it too short. Retain enough context to demonstrate the intent. −4 −2 0 2 4 (a) Repetition-up — Geometry (b) Repetition-up — Occupancy (c) Repetition-up — Gain −4 −2 0 2 4 (d) Repetition-down — Geometry (e) Repetition-down — Occupancy (f) Repetitio...

  26. [36]

    Copy the EXACT words character-by-character

    MUST be a verbatim continuous substring of the Response. Copy the EXACT words character-by-character

  27. [37]

    ” or “

    Do NOT use “...” or “...” or any ellipsis. Every character in your output must appear consecutively in the Response

  28. [38]

    CRITICAL:DONOTrepeatthestartingsentence

    Output ONLY the extracted text. No quotes, no prefixes, no explanation. No system message is included. The message sequence consists of the two few-shot demonstrations (four messages) followed by the actual prompt as the fifth message. Exact-substring validation.An extraction ...

  29. [39]

    absolute value: aℓ,j ← |aℓ,j|

  30. [40]

    magnitude weighting: aℓ,j ←a ℓ,j W (ℓ) :,j 2

  31. [41]

    l1"andC= 1.0. Of these models, 362 use solver=

    output normalization: aℓ,j ← aℓ,j ∥oℓ∥2 + 10−8 . Between the feature-extraction stage and the logistic- regression fit there isno additional feature stan- dardization or normalization. A systematic search of the training scripts and feature-extraction code for StandardScaler,R...

  32. [2020]

    In 8th International Conference on Learning Representations, ICLR2020,AddisAbaba,Ethiopia,April26-30,2020.Open- Review.net

    The Curious Case of Neural Text Degeneration. In 8th International Conference on Learning Representations, ICLR2020,AddisAbaba,Ethiopia,April26-30,2020.Open- Review.net. Huben, R.; Cunningham, H.; Smith, L. R.; Ewart, A.; and Sharkey, L. 2024. Sparse Autoencoders Find Highly I...

  33. [2023]

    A Derivation of the Local Behavioral Model This appendix derives the local behavioral model used in Section 3

    Representation Engineering: A Top-Down Approach to AI Transparency.CoRR, abs/2310.01405. A Derivation of the Local Behavioral Model This appendix derives the local behavioral model used in Section 3. The purpose of the model is not to assert that a language model implements a ...

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.