Paper deep dive
From Data Statistics to Feature Geometry: How Correlations Shape Superposition
Lucas Prieto, Edward Stevinson, Melih Barsbey, Tolga Birdal, Pedro A. M. Mediano
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 95%
Last extracted: 3/13/2026, 1:07:23 AM
Summary
The paper introduces Bag-of-Words Superposition (BOWS), a framework to study feature superposition in neural networks using realistic, correlated data. It challenges the standard view that superposition only creates harmful interference by demonstrating that correlated features can leverage constructive interference to improve reconstruction efficiency, leading to semantic clusters and cyclical structures observed in real language models.
Entities (5)
Relation Signals (4)
Sparse Autoencoders â utilizes â Superposition
confidence 96% · motivating dictionary learning approaches such as sparse autoencoders, which can successfully recover interpretable features
BOWS â enablesstudyof â Superposition
confidence 95% · We introduce BOWS as a controlled setting to study superposition with realistic features.
Weight Decay â promotes â Linear Superposition
confidence 93% · We show that these solutions emerge prominently under tight bottlenecks or weight decay
Constructive Interference â causes â Semantic Clusters
confidence 92% · arranging features according to their co-activation patterns naturally gives rise to semantic clusters
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:A central idea in mechanistic interpretability is that neural networks represent more features than they have dimensions, arranging them in superposition to form an over-complete basis. This framing has been influential, motivating dictionary learning approaches such as sparse autoencoders. However, superposition has mostly been studied in idealized settings where features are sparse and uncorrelated. In these settings, superposition is typically understood as introducing interference that must be minimized geometrically and filtered out by non-linearities such as ReLUs, yielding local structures like regular polytopes. We show that this account is incomplete for realistic data by introducing Bag-of-Words Superposition (BOWS), a controlled setting to encode binary bag-of-words representations of internet text in superposition. Using BOWS, we find that when features are correlated, interference can be constructive rather than just noise to be filtered out. This is achieved by arranging features according to their co-activation patterns, making interference between active features constructive, while still using ReLUs to avoid false positives. We show that this kind of arrangement is more prevalent in models trained with weight decay and naturally gives rise to semantic clusters and cyclical structures which have been observed in real language models yet were not explained by the standard picture of superposition. Code for this paper can be found at this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2603.09972v1
- Canonical: https://arxiv.org/abs/2603.09972v1
Trouble viewing inline? Open PDF directly â
Full Text
81,216 characters extracted from source content.
Expand or collapse full text
Published as a conference paper at ICLR 2026 FROM DATA STATISTICS TO FEATURE GEOMETRY: HOW CORRELATIONS SHAPE SUPERPOSITION Lucas Prieto , Edward Stevinson , Melih Barsbey , Tolga Birdal â , Pedro A.M. Mediano â Imperial College London ABSTRACT A central idea in mechanistic interpretability is that neural networks represent more features than they have dimensions, arranging them in superposition to form an over-complete basis. This framing has been influential, motivating dictionary learn- ing approaches such as sparse autoencoders. However, superposition has mostly been studied in idealized settings where features are sparse and uncorrelated. In these settings, superposition is typically understood as introducing interference that must be minimized geometrically and filtered out by non-linearities such as ReLUs, yielding local structures like regular polytopes. We show that this account is incomplete for realistic data by introducing Bag-of-Words Superposi- tion (BOWS), a controlled setting to encode binary bag-of-words representations of internet text in superposition. Using BOWS, we find that when features are correlated, interference can be constructive rather than just noise to be filtered out. This is achieved by arranging features according to their co-activation pat- terns, making interference between active features constructive, while still using ReLUs to avoid false positives. We show that this kind of arrangement is more prevalent in models trained with weight decay and naturally gives rise to seman- tic clusters and cyclical structures which have been observed in real language models yet were not explained by the standard picture of superposition. Code for this paper can be found at:https://github.com/LucasPrietoAl/ correlations-feature-geometry. 1INTRODUCTION The field of mechanistic interpretability (MI) aims to understand deep learning models by decom- posing them into interpretable components such as features or circuits, and understanding how these interact (Olah et al., 2020). A central idea in this field is that models represent more features than they have dimensions, arranging them in superposition to form an overcomplete basis (Elhage et al., 2022), at the cost of allowing interference between features. This framing has been influential, motivating dictionary learning approaches such as sparse autoencoders (SAEs), which can successfully recover interpretable features from neural representations (Templeton et al., 2024; Gao et al., 2025). While methods for finding features continue to advance, our understanding of how feature representa- tions arrange themselves geometrically within high-dimensional activation spaces remains limited. The geometry of features in superposition determines which concepts interfere with each other, making it a key problem in MI (Sharkey et al., 2025) with implications for SAE training (Hindupur et al., 2025), knowledge editing (Nishi et al., 2025), and adversarial robustness (Stevinson et al., 2025; Gorton & Lewis, 2025). In existing toy models, superposition is typically understood as introducing interference that should be minimized geometrically and filtered out with non-linearities such as ReLUs (Elhage et al., 2022). This gives rise to arrangements such as regular polytopes, where pairwise dot products are small and negative interference can be suppressed. However, this perspective does not account for the kinds of structure observed in real language models. Rather than local regular polytope structure, researchers have found ordered circles of features, such as the months of the year (Engels et al., 2025), as well as anisotropic superposition, where related features cluster together rather than minimizing dot products (Bricken et al., 2023; Templeton et al., 2024). We argue that this discrepancy arises because realistic features are not sparse and uncorrelated. When features are correlated, interference need not be purely harmful: it can also be constructive, â Joint Senior Authors 1 arXiv:2603.09972v1 [cs.LG] 10 Mar 2026 Published as a conference paper at ICLR 2026 Binary BoW (size d) BOWS Latent representation Internet text W ReLU W (Size m) T Non-linear Superposition Example: Antipodal pairs Feature A Feature B ReLU filters out interference between A and B Conditions: [Elhage et. al. 2022] Linear Superposition Example: Months of the year (cyclic structure) Months constructively interfere to help recon- struct seasonal words. Conditions - Correlated features - Vocab >> latent_dim - Weight decay (This work) - High sparsity (A and B rarely co-occur) - Uncorrelated features Figure 1: BOWS, our new framework to study superposition in realistic data (left) extends our current understanding of superposition (middle) by showing that interference can be constructive, allowing words like âDecemberâ to contribute to the reconstruction of correlated words like âChristmasâ giving rise to a circular arrangement for the months of the year (right). enabling efficient reconstruction in terms of weight norm and rank rather than always requiring non-linear filtering. ReLU-based filtering remains important for suppressing harmful interference, but correlated features can also be arranged so that interference reinforces signal. To study this in a controlled setting, we introduce Bag-of-Words Superposition (BOWS), a framework in which an autoencoder is trained to encode binary bag-of-words representations of internet text in superposition. BOWS provides realistic feature correlations together with known ground-truth features. Using this setup, we show that arranging features according to their co-activation patterns naturally gives rise to semantic clusters and cyclical structures of the kind observed in real language models. We refer to the regime in which low-rank structure in the data supports constructive interference as linear superposition. Our main contributions are as follows: âą We introduce BOWS as a controlled setting to study superposition with realistic features. âą We show that, when features are correlated, interference can be constructive rather than only acting as noise, and formalize a regime of linear superposition in which this constructive interference is leveraged by non-linear AEs to enable efficient reconstruction in terms of weight norm and rank. âąWe show that these solutions emerge prominently under tight bottlenecks or weight decay, and that they reproduce key geometric structures observed in real language models, including semantic clusters and cyclical structure. âąWe introduce the distinction between presence-coding and value-coding features to explain the existence of structured representations in the absence of feature correlations. 2BACKGROUND We introduce definitions that distinguish whether superposed features can be recovered by a linear decoder or require a non-linear decoder, and present our setting for studying superposition under realistic data distributions. We define superposition for abstract featuresf, then discuss the relevance of superposition when these features are properties of data under the linear representation hypothesis. 2.1DEFINITIONS Considerdfeatures indexed by[d] =1,...,dwith valuesf = [f 1 ,...,f d ] †â R d drawn from a distributionD f . We consider linear encodersWâ R mĂd withm < d, which represent each feature along a direction w i â R m . Given a decoder Ï : R m â R d , we define the per-feature coefficient of determination as R 2 i (W,Ï) = 1â E D f (f i â Ï(Wf) i ) 2 Var D f [f i ] ,(1) Definition 1 (Superposition). A set of features F â [d] is represented in superposition if: 1. (Interference) For every iâ F , there exists j â F with j Ìž= i such thatâšw i , w j â©Ìž= 0. 2 Published as a conference paper at ICLR 2026 2.(Recoverability) There exists a decoderÏ : R m â R d such thatR 2 i (W,Ï)â„ 1â Δ for all iâ F . Definition 2 (Linear Superposition). LetFbe a set of features in superposition. A featureiâ Fis in linear superposition if there exists a linear decoder Ï lin : R m â R d such that R 2 i (W,Ï lin )â„ 1â Δ. Definition 3 (Non-linear Superposition). A feature iâ F is in non-linear superposition if: 1. There exists a decoder Ï with R 2 i (W,Ï)â„ 1â Δ, and 2. For all linear decoders Ï lin , we have R 2 i (W,Ï lin ) < 1â Δ. Superposition in deep learning models. The definitions above apply to any featuresf. However, superposition becomes central to mechanistic interpretability under the linear representation hy- pothesis (LRH). The LRH reflects the empirical finding that high-level concepts such as language (Gurnee et al., 2023), entity attributes, or specific landmarks (Templeton et al., 2024) are often linearly represented in model activations. Concretely, letD x be a distribution over data samplesxâX(e.g., an image or text) and letÏ 1 ,...,Ï d :X â Rbe interpretable properties (e.g., âis written in Frenchâ, âcontains a dogâ). These induce a vector of features f(x) = [Ï 1 (x),...,Ï d (x)] †. Definition 4 (Linear Representation Hypothesis). We say that a hidden representationhsatisfies the linear representation hypothesis with respect toÏ j d j=1 if there exist directionsw 1 ,..., w d â R m such that: h(x)â d X j=1 Ï j (x)w j for xâŒD x .(2) A model that linearly represents more concepts than its hidden dimension must encode them in super- position for downstream use. Under the LRH, understanding how these concepts are geometrically arranged is thus a key challenge for mechanistic interpretability. 2.2BOWS: REALISTIC DATA IN SUPERPOSITION Studying superposition in the hidden representations of deep learning models requires postulating a set of featuresÏ(x)that are linearly represented. In most cases, however, we do not have access to ground-truth features or their representations. We therefore introduce Bag-of-Words Superposition (BOWS), a setting for studying superposition with realistic feature correlations. Relative to the iid. and pairwise-correlation settings considered in Elhage et al. (2022), BOWS induces richer covariance structure, including approximately low-rank structure, while retaining known ground-truth features. Dataset. LetCbe a corpus of text segmented into records (lines or paragraphs). After word-level tokenisation, we construct a vocabulary of theVmost frequent words, discarding common English stop-words and prepositions. This vocabulary includes words such as sun, code, and January which often correspond to linear features in sparse autoencoders trained on language data (Engels et al., 2025; Bricken et al., 2023). Each record is then encoded as a binary bag-of-words vectorxâ0, 1 V whosej-th component is1iff thej-th vocabulary word appears in the record. We choose a context sizec â N. For every contiguous block ofcrecords we take the element-wise logical OR of their individual vectors, obtaining a single sample. The resulting dataset is D = x i N i=1 ,x i â0, 1 V ,(3) where N is the number of c-record chunks in the corpus. Experiments in the main text use WikiText-103 (Merity et al., 2017) withV = 10,000andc = 20. Data is split intoN = 1,621,198samples for training, and180,133for validation. We include replication of the main results using OpenWebText in Section E. Autoencoder. We use the autoencoder setup for superposition introduced in Elhage et al. (2022), consisting of an encoder with weightsW â R mĂV and biasb â R V , where the inputf â R V is reconstructed using a ReLU AE with loss:L ReLUâAE (x, W, b) = ||f â ReLU(W T Wf + b)|| 2 2 . We also use a Linear AE as a baseline with loss: L LinearâAE (f, W, b) =||f â (W T Wf + b)|| 2 2 3CONSTRUCTIVE INTERFERENCE IN NON-LINEAR AES We now study how data covariance structure and optimization constraints shape the solutions learned by linear and non-linear autoencoders. We show that when features are correlated, non-linear 3 Published as a conference paper at ICLR 2026 1 2 3 4 5 6 7 8 9 10 11 12 Data Cov. m=2m=3m=4m=6m=7m=8m=10m=11 m=12 123456789 101112 1 2 3 4 5 6 7 8 9 10 11 12 123456789 101112 123456789 101112 123456789 101112 123456789 101112 123456789 101112 123456789 101112 123456789 101112 123456789 101112 123456789 101112 -1.0 -0.5 0.0 0.5 1.0 -1.0 -0.5 0.0 0.5 1.0 Linear ReLU Figure 2: Autoencoding synthetic correlated features shows two ways of handling interference. Weight inner products (W †W) at convergence for AEs encodingd = 12features with cyclic covariance, varying latent sizem. Top (Linear AE): captures the top-mprincipal components projecting all 12 features on the circular structure induced by the data covariance. Bottom (ReLU AE): Matches linear AE for smallm, but forms antipodal pairs formâ6,..., 10using theReLU to filter interference. autoencoders can exploit interference constructively, arranging features so that shared variance supports reconstruction rather than treating interference as noise to be filtered out. We characterize when each mechanism is favored, and how the two can coexist in the same model. 3.1SUPERPOSITION AND INTERFERENCE For tied-weight AEs with weight matrixWâ R mĂd , columnsw i d i=1 , and activation functionÏ, the reconstruction of feature f i decomposes into a signal and an interference term: Ë f i = Ï â„w i â„ 2 f i |z Signal + X jÌž=i âšw i , w j â©f j |z InterferenceI i +b i .(4) LetÎŁ = E[f †]denote the feature covariance. In the standard picture of superposition,I i is treated as noise to be non-linearly filtered out (Elhage et al., 2022). We show that this interpretation is incomplete: whenÎŁhas sufficiently strong low-rank structure, interference can align with the signal and become useful rather than purely harmful. 1 Interference as noise (weakly correlated, sparse features). When features are sparse and weakly correlated,I i behaves as unstructured noise that is approximately uncorrelated withf i . Accurate reconstruction then requires filtering this interference via a non-linearity (e.g.Ï = ReLU) together with a negative bias such thatE[ReLU(I i + b i )] â 0, while maintainingâ„w i â„ 2 â 1to preserve signal. This is the setting emphasized in prior work, and it favors feature arrangements that minimize pairwise dot products. Constructive interference (rank(ÎŁ)†m). For linear AEs (Ï = id) 2 , the optimal mapP = W †W is the orthogonal projector onto the top-mprincipal components ofÎŁ(Baldi & Hornik, 1989; Jolliffe, 2002). Defining the reconstruction residualΔ i = f i â Ë f i , we can rearrange Equation (4) to isolate interference: I i = (1ââ„w i â„ 2 )f i â Δ i .(5) Whenrank(ÎŁ) †m, the data lies in the principal subspace, soΔ = 0andI i = (1â P i )f i . In this case, interference is proportional to the signal rather than opposed to it. This occurs because P ij =âšw i , w j â©reflects the correlation between featuresiandjwithin the principal subspace: each f j contributes to the reconstruction off i in proportion to their shared variance. Through this lens, PCA can be viewed as a form of superposition in which correlated features are arranged so that interference reinforces signal rather than requiring suppression. 3 The case of real data (ÎŁapproximately low-rank). In real-world data, including the text data we consider, the covariance is often well approximated by a small number of principal components 1 Elhage et al. (2022) also consider pairwise correlated features, but in their setup all principal components carry significant variance, so PCA collapses correlated pairs onto indistinguishable points. 2 In the linear case, the optimal bias satisfiesb â = (I â W †W)E[f ], so the AE effectively operates on centered featuresf â E[f ]. We therefore analyse the setting withb = 0whenÏ = idwithout loss of generality. 3 In practice,Pis learned from finite data and reflects the sample covariance; for test samples whose correlations deviate from the training distribution, interference will be imperfectly aligned with the signal. 4 Published as a conference paper at ICLR 2026 (a) m = 200 wd = 0(b) m = 400 wd = 0(c) m = 800 wd = 0(d) m = 800 wd = 4 Other Verbs Proper names People, Society & Roles Science, Nature & Environment Time, Numbers & Measurement Transportation & Travel Geography & Places Politics & Government Film, TV & Media Music & Audio Sports & Competition Military & Conflict (e) Semantic categories Figure 3: Linear superposition appears in ReLU AEs which have small latent sizes (a) or are trained with weight decay (d), giving rise to semantic clusters. UMAP projections of word embeddings from AEs of different latent dimensions (m) and weight decay values (wd). Points are colored by semantic category (e). (Deerwester et al., 1990; Blei et al., 2003; Udell & Townsend, 2019), makingÎŁapproximately low-rank. In this regime, interference behaves as signal contaminated by a residualΔ i corresponding to variance outside the top-msubspace, withâ„Δ℠2 = P k>m λ k (ÎŁ) â„ min rank( b ÎŁ)â€m â„ÎŁâ b ÎŁâ„ F (Eckart & Young, 1936). Thus, as the spectrum ofÎŁbecomes more concentrated, the residual becomes smaller and constructive interference becomes increasingly effective. When do non-linear models exploit constructive interference? For models trained on real data with weight decay, the interference-filtering and constructive-interference solutions have different norm requirements. In the standard sparse-feature setting, recovering each feature while relying on a ReLU to suppress interference requires feature directions with approximately unit norm, so the canonical interference-filtering solution hasâ„Wâ„ 2 F scaling with the number of represented features, i.e.â„Wâ„ 2 F â d . By contrast, when reconstruction is achieved by projecting onto anm-dimensional low-rank subspace, the optimal linear solution is a rank-m projector P = W †W, for which â„Wâ„ 2 F = tr(P) = X k λ k (P) = m < d.(6) Thus, weight decay combined with tight bottlenecks (m âȘ d) biases even non-linear models to- ward solutions that exploit low-rank structure, since these can achieve accurate reconstruction with substantially smaller weight norm. Complementarity of the two mechanisms. The constructive and filtering mechanisms are not mutually exclusive. Whenrank(ÎŁ)†m, a linear AE can arrange features so that interference on inactive features vanishes exactly. But whenÎŁis only approximately low-rank, the residualΔ i can still induce false positives on inactive features or negative reconstruction values. In this setting, both mechanisms can operate together: the weight geometry exploits correlation structure so that much of the interference aligns with the signal, while a ReLU with negative bias suppresses the residual harmful interference introduced by Δ i . 3.2EVIDENCE OF LINEAR SUPERPOSITION IN NON-LINEAR AES We start our empirical analysis with a simplified setting where two AEs of latent dimension m with and without a ReLU in the decoder are trained on 12 dimensional data with a cyclic covariance structure (Figure 2 left). Details for the data generation process are provided in Section A. Figure 2 (top row, Linear) shows the baseline learned by the linear AE, which learns the projection onto the principal subspace (Baldi & Hornik, 1989). We then study the emergence of linear superposition in non-linear autoencoders, specifically looking at autoencoders with a ReLU in the decoder of the kind described in Section 2.2. Linear superposition. When the bottleneck is very tight (m âȘ d), the ReLU AE recovers the circular structure dictated by the top principal components Figure 2 (bottom row, ReLU,m < 6). These are examples of a non-linear AE leveraging linear superposition. Non-linear superposition. Figure 2 (bottom row, ReLU,m â„ 6) shows that asmincreases, the ReLU AE abandons the circular PCA structure and instead represents features as antipodal pairs. This specific geometry is one of the cases studied by Elhage et al. (2022), whereby features are placed 5 Published as a conference paper at ICLR 2026 Jan. Feb. Mar. Apr. May. Jun. Jul. Aug. Sep. Oct. Nov. Dec. Jan. Feb. Mar. Apr. May. Jun. Jul. Aug. Sep. Oct. Nov. Dec. 0.00 0.05 0.10 0.15 0.20 0.25 0.30 Correlation (a) Data correlations Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec (b) PCA of the data Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec snow Christmas summer spring Easter leaves Halloween (c) PCA of W 'Christmas' + correlated context all months without 'Christmas' 0.4 0.2 0.0 0.2 0.4 0.6 Pre-activation Christmas December gift Day snow July January December ReLU threshold bias = -0.309 positive interference negative interference = 0.034 Interference cancels out Constructive interference (d) âChristmasâ example Figure 4: Circular representation of months arises from data covariance via PCA. (a) Empirical correlation matrix of month words in the WikiText-103 BOWS dataset, showing cyclic correlations. (b) PCA applied directly to the 12 month dimensions of the BOWS data vectors, projected onto the top 2 PCs, reveals a circle. (c) PCA applied to the 12 learned encoder features (Wcolumns) for months from a ReLU AE trained on WikiText-BOWS (V = 10k,m = 1000), projected onto their top 2 PCs, also recovers the circular structure. Seasonal words such as âChristmasâ and âsummerâ align with the months with which they co-occur, allowing âDecemberâ to contribute to the reconstruction of âChristmasâ while interference on âChristmasâ cancels out if all months are present (d). in anti-correlated pairs such that activating one feature negatively activates its antipodal partner, with negative interference zeroed out by the ReLU as an example of non-linear superposition. Structure disappears as features become orthogonal. As the latent size approaches the input size, the autoencoder weights converge to the identity, representing each feature orthogonally for a perfect reconstruction. As these models (m = 12) approach a perfect reconstruction of the data, the circular covariance structure is no longer reflected in the weights, and any notion of superposition is lost. 4LINEAR SUPERPOSITION EXPLAINS FEATURE GEOMETRY IN REAL DATA In Section 3, we argued that when features are correlated, interference need not be purely harmful: it can also be constructive, allowing non-linear autoencoders to exploit low-rank structure in the data rather than relying only on ReLU-based interference filtering. In this section, we show that this mechanism accounts for the feature geometry observed in our main WikiText-BOWS setting. Semantic clustering from constructive interference. A prominent observation in studies of LLM activations is that learned features often form clusters based on semantic relatedness, leading to anisotropic superposition, where features are not arranged to minimize pairwise dot products (Bricken et al., 2023; Templeton et al., 2024). Such structure is difficult to reconcile with the standard picture of superposition as purely harmful interference. By contrast, it arises naturally if a model exploits constructive interference to capture low-rank structure in realistic data. In Figure 3 we show UMAP (McInnes et al., 2018) projections of the word embeddings (columns of W) learned by a ReLU AE trained on WikiText-BOWS (V = 10,000) with varying latent dimensions m. In panel (a), where compression is strong (m = 200), we observe distinct clusters corresponding to semantic categories (e.g. verbs, proper names, sports). This clustering weakens as the latent size increases tom = 800(Figure 3c), but reappears when weight decay is introduced (Figure 3d). These results suggest that semantic clustering can arise as a consequence of constructive interference under compression, and help explain why similar structure is observed in language models trained with weight decay. Cyclical structures inherited from data statistics. Another notable form of feature geometry observed in real models is circular structure in the principal components of feature embeddings, for concepts such as months of the year or days of the week (Engels et al., 2025). Consider the features corresponding to the twelve months of the year. In Figure 4a, we show that these features exhibit cyclic correlations in WikiText: for example, January co-occurs more often with February and December than with August. This covariance structure drives the leading principal components of the month activations, producing a circle in the 2D PCA plot in Figure 4b. Notably, the learned latent representations exhibit the same geometry (Figure 4c). For a fully linear AE, this would 6 Published as a conference paper at ICLR 2026 0.00.51.0 Per-word RÂČ Beatles Lennon McCartney Harrison Starr 0 0 0 val RÂČ one-hot RÂČ 0.750.500.250.000.250.500.751.001.25 'Beatles' decoder pre-activation 0.00 0.25 0.50 0.75 1.00 1.25 1.50 1.75 2.00 Density Interference is beneficial x Beatles = 0 (19%) x Beatles > 0 (81%) one-hot (-0.041) ReLU threshold Beatles + correlated context Beatles + uncorrelated context correlated context (without 'Beatles') 0.3 0.2 0.1 0.0 0.1 0.2 0.3 0.4 0.5 Pre-activation Beatles Lennon McCartney Harrison Starr Beatles Lennon McCartney Harrison Starr ReLU thresholdbias = -0.271 = -0.003 fish rice milk orange Figure 5: Constructive interference and interference filtering coexist in realistic data. (Left) Terms related to âBeatlesâ achieve high validationR 2 despite poor one-hot reconstruction, indicating that they benefit from contextual interference. (Middle) For 81% of validation samples containing âBeatlesâ, interference improves reconstruction relative to the one-hot case. (Right) In supportive contexts, correlated words contribute positive pre-activation to âBeatlesâ; when these contexts occur without the target word, the ReLU and negative bias suppress false positives. be expected, since its weights span the PCA subspace (Baldi & Hornik, 1989) (see Section D). The fact that our non-linear AE displays the same structure supports the presence of linear superposition within a non-linear model. Furthermore, seasonal words such as âChristmasâ and âsummerâ align with the months with which they co-occur. This provides a direct example of correlated features being arranged so that interference reflects shared structure in the data rather than being eliminated. We show as an example, that interference from âDecemberâ contributes to the reconstruction of âChristmasâ when they are both present in the context, while interference from all the months almost cancels out and does not lead to false positives when âChristmasâ is not present (Section 4). More detailed results for âChristmasâ and other examples where interference is constructive are provided in Section C. To verify that the month features are in linear superposition, we train a linear decoder (without a ReLU) to reconstruct their inputs. We obtainR 2 i (W months ,Ï lin ) = 0.98± 0.00015, with none of the months orthogonal to one another. By Definition 2, the month features are therefore represented in linear superposition. Constructive interference and interference filtering coexist in realistic data. In realistic data, constructive interference and ReLU-based filtering can coexist within the same model, and even for the same feature. This can be seen by comparing reconstruction in isolation and in context. If interference were purely harmful, a feature would be reconstructed best in the one-hot setting, where no other active features contribute interference. However, when a model exploits correlations between features, the one-hot setting need not be optimal: correlated context can improve reconstruction by contributing constructively to the target feature. We observe exactly this phenomenon for words associated with The Beatles. These words are not frequent enough to occupy nearly independent dimensions, yet âBeatlesâ and the surnames of the band members achieve validationR 2 values above0.5while having near-zero one-hotR 2 . Thus, interference from correlated words is not merely tolerated; it is beneficial. As shown in Figure 5 (middle), for 81% of validation samples containing âBeatlesâ, the contextual reconstruction is better than the one-hot reconstruction. Figure 5 (right) shows the mechanism more directly: correlated words provide positive evidence for the target word, while the ReLU and negative bias suppress false positives when similar contexts occur without the target. This is precisely the realistic setting in which constructive interference and interference filtering complement one another. Word frequencies in natural text are highly heterogeneous (Zipf, 1949; Clauset et al., 2009), so different features need not be represented by the same mechanism. Some can exploit correlation structure and remain in linear superposition, while others are represented through stronger interference filtering or become nearly orthogonal. Performing a linear superposition test on them = 800model used in Figure 9, and usingR = 0.5as a threshold, we find that 4073 words are represented in non-linear superposition, while the most frequent 522 words are represented in linear superposition. 7 Published as a conference paper at ICLR 2026 10 2 10 3 10 4 Latent dimension 0.0 0.2 0.4 0.6 0.8 G diag( G ) F Months Roman numerals Snapshot 1 Snapshot 2 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec I I I IV V VI VII VIII IX X Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec I I I IV V VI VII VIII IX X Figure 6: Different feature structures disappear at different latent sizes. As the latent size of the AE increases, the structure in the weights appears and disappears at different times for different groups of features. We look at 2D PCA plots of the months and roman numeral embeddings at two key latent sizes. At Snapshot 1 (green line), both groups of features appear in order with some structure, while at Snapshot 2 (red line), the representations of the months have already become orthogonal while the roman numerals are still represented in an ordered structure. We illustrate this heterogeneity in Figure 6 by comparing two groups of words: the months of the year and the first 10 Roman numerals. We isolate the weightsW months andW roman and measure the off-diagonal Frobenius norms ofW T months W months andW T roman W roman , which quantify the extent to which features in each group interfere with one another. An off-diagonal Frobenius norm of zero indicates that all features in the group are mutually orthogonal. Figure 6 shows that at small latent sizes both groups exhibit ordered structure consistent with their covariance. As the latent size increases, however, the month structure disappears earlier, asW months becomes closer to orthogonal while the Roman numerals continue to display ordered structure. This illustrates that in realistic data, where features differ in frequency and correlation structure, different groups of features can occupy different parts of the spectrum between linear and non-linear superposition. 5VALUE-CODING FEATURES: GEOMETRY WITHOUT INPUT CORRELATIONS While the BOWS framework can replicate the kind of semantic structure observed in the hidden representations of language models, there are some examples, like the circles that appear in models performing modular addition (Power et al., 2022; Nanda et al., 2023), which appear in the absence of correlations in the data. To explain this kind of structure, we introduce the distinction between value-coding and presence-coding features and explain how value-coding features can give rise to apparent structures in features that are not actually represented in superposition. Presence-coding features. We say that a representationh(x) â R d contains a presence-coding feature if some binary variabley(x)(e.g. âthis token is the word catâ) is recoverable by a linear classifier. Formally, there exist weightsw k ,b k such thatËy(x) = arg max k (w †k h(x) +b k )predicts y(x)with low error. Presence-coding features thus behave as detectors for discrete properties, and different values ofyare treated as separate classes without requiring any particular geometric relation between them in representation space a priori. For presence-coding features structured representations are contingent on correlations in the data and capacity constraints that lead the features to be represented in linear superposition. Value-coding features. In contrast, we say that a representationh(x)contains a value-coding feature if a real-valued variablev(x)â R(e.g. an angle, a coordinate, or a continuous latent factor) is linearly decodable. That is, there existw â R d andb â Rsuch thatËv(x) = w †h(x) + bapproximates v(x)with low error. A collection of such value-coding featuresv 1 (x),...,v k (x)defines a low- dimensional value spaceR k ; plotting examples in this space can reveal semantically meaningful structures (for instance, a 2D map from(x,y)coordinates, or a circle from(sinΞ, cosΞ)in modular addition). Crucially, these structures are fully accounted for by the existence of linear value codes for the underlying variables and therefore exist even in the absence of superposition. 8 Published as a conference paper at ICLR 2026 Empirical evidence for value-coding features. To exemplify this, we look at a simplified modular addition setup similar to that in Nanda et al. (2023), as well as a relative map position setup inspired by Gurnee & Tegmark (2024). In the latter, we take the top 1,000 most populated cities in the US and calculate their relative positions in terms of quadrants (e.g. Seattle is north-west of Denver). The cities are embedded separately, fed through a 1-hidden layer ReLU MLP (details in Section A). This latter dataset is designed to incentivize the model to learn 2 value-coding features encoding the coordinates of each city since relative positions of the cities can easily be calculated by subtracting coordinates. For both of these tasks, each integer or city pair only appears once across the train and validation sets so no pair of cities or integers are correlated and we do not expect any kind of low rank structure coming from linear superposition. We validate that the cardinal direction model is learning value coding features for the coordinates by training a linear probe to predict the coordinates of a subset of the cities from their embeddings. We then use this probe to predict the coordinates of some held-out cities. The result is an average R 2 validation score of 0.98 and a correct arrangement of the held out cities on the US map when projected onto the directions identified by the linear probes (Figure 7). Similarly, we validate that the relevant sine and cosine values are linearly represented by projecting the representations onto the corresponding Fourier components in the case of modular addition (details in Section A). We have shown two examples where neural networks need linearly represent values like coordinates or trigonometric functions, in order to perform computations with them. We have then shown in Figure 7 that in doing this, models implicitly create structures like circles or maps when we project the data onto these value-coding features. Table 1: Value-coding (VC) ablations on two datasets. VC + keeps the VC subspace and zeros its orthogonal complement; VC â ablates VC coordinates. Condition MAPKey-freq LossâAcc. (%)âLossâAcc. (%)â Baseline0.053697.940.0001100.00 VC + 0.287993.160.164993.99 VC â 6.394322.4311.74643.11 Ablating the subspace orthogonal to the value-coding features. Having iso- lated the value coding features both in the modular addition and map datasets, we ablate the subspace of the embed- ding space that is orthogonal to these value-coding features. In both cases, the ablation results show that most of the test accuracy is preserved if we replace over 90% of the dimensions with their mean (Table 1). Conversely performance breaks down if we remove only the value coding features. This serves as further evidence that these value coding features are the units of computation that the model is using to perform these tasks (replicating the results from Nanda et al. (2023) in the modular case). Distinguishing feature geometry and feature manifolds. At first glance, feature manifolds such as those in Figure 7 may appear deceptively similar to geometric arrangements like Figure 4. Yet, our findings offer a principled way to distinguish the two. When features exhibit a recognizable structure, we can ask whether that structure reflects genuine co-activation patterns. In Figure 4, for instance, the latent arrangement clearly aligns with co-activations among month-related features, pointing to a superposition-based representation. In contrast, the patterns in Figure 7 emerge despite inputs being uncorrelated, suggesting the model has instead learned value-coding features through task-driven projections. Disentangling these phenomena in more complex, real-world scenarios remains a compelling direction for future research. 6RELATED WORK Superposition. Initial works in MI studied interpretable monosematic neurons in DL models Olah et al. (2020); Cammarata et al. (2020) but faced challenges in interpreting polysemantic neurons which activate for seemingly unrelated concepts. Elhage et al. (2022) introduced superposition as an explanation for neuron polysemanticity. This view of DL models inspired further studies (Scherlis et al., 2025) and sparse dictionary learning approaches like sparse autoencoders to decompose model activations into an overcomplete basis of linear features (Gurnee et al., 2023; Huben et al., 2024; Bricken et al., 2023). This approach has successfully been scaled to frontier language models and multimodal models by Gao et al. (2025) and Templeton et al. (2024). 9 Published as a conference paper at ICLR 2026 11 cos ( 122 n 113 ) 1 1 sin ( 12 2 n 113 ) 11 cos ( 202 n 113 ) 1 1 sin ( 20 2 n 113 ) 0 20 40 60 80 100 integer index n Los Angeles New York City Miami Seattle Austin Chicago San Diego Denver Washington train validation Figure 7: In the embeddings of a model performing modular addition, the circular structure is isolated by projecting onto directions corresponding to sine and cosine values (left). In the case of the map directions dataset, two linear probes reconstruct the city coordinates, reconstructing their positions on the map for both train and validation samples. (right). Feature geometry. Park et al. (2024) proposed a formalization of the LRH and proposed an inner product that preserves language structure. Park et al. (2025) studied how features with hierarchical relations are encoded in language models while they show that categorical features which form polytopes, we note that these are different from regular polytopes posited by Elhage et al. (2022). Lee et al. (2025) studied geometric similarities in token embeddings of different language models, while Zhao et al. (2024) studied the kind of structure that emerges in the representations of models trained on next token prediction. Li et al. (2025) showed that language models represent integers in a helix structure to perform modular addition echoing the results from Nanda et al. (2023) and Liu et al. (2022) on transformers trained for modular addition. Gurnee & Tegmark (2024) showed that longitude and latitude as well as a notion of time, are encoded as linear features in language models. The main results highlighted in this paper are circular structures formed by features and semantic feature clusters, described in Engels et al. (2025) and Bricken et al. (2023) respectively. These structures have also been studied as feature manifolds in Modell et al. (2025), and Hindupur et al. (2025) highlighted the importance of understanding feature geometry when designing SAEs. These findings sparked a discussion around the potential limitations of SDL approaches and the LRH suggested by this non-linearly encoded semantic information (Sharkey et al., 2025). Structure in word representations. Classic work on distributional semantics and word embeddings (e.g., Word2Vec (Mikolov et al., 2013), GloVe (Pennington et al., 2014)) demonstrated that training simple models on large text corpora leads to vector spaces where geometric relationships capture surprisingly sophisticated semantic and syntactic relationships. Levy & Goldberg (2014) showed that methods like Word2Vec with negative sampling implicitly factorize the Pointwise Mutual Information (PMI) matrix shifted by a constant, while others show connections to PCA or SVD on co-occurrence counts or PMI (Allen & Hospedales, 2019). 7DISCUSSION & CONCLUSION We introduced BOWS as a controlled setting for studying superposition with realistic feature correla- tions. Our main result is that, when features are correlated, superposition does not only introduce harmful interference to be filtered out: it can also exploit constructive interference, arranging features according to their co-activation patterns. This mechanism yields norm- and rank-efficient reconstruc- tions and accounts for semantic clusters and cyclical structures of the kind observed in real language models (Bricken et al., 2023; Engels et al., 2025). We show this both in synthetic settings and in realistic internet text, and find that such solutions are especially prevalent under tight bottlenecks and weight decay. Finally, we distinguish these correlation-driven structures from value-coding feature manifolds, which arise for functional reasons. Limitations and future work. BOWS is intentionally simple, and does not capture the full richness of language model representations. Our results show that constructive interference and ReLU-based interference filtering can coexist, but we do not yet provide a complete mathematical characterization of when each mechanism dominates. Important directions for future work include extending the analysis to untied autoencoders and more realistic representation settings, and using BOWS as a benchmark for SAE evaluation with known ground-truth feature geometry. 10 Published as a conference paper at ICLR 2026 Acknowledgments. This work was supported by the UKRI Centre for Doctoral Training in Safe and Trusted AI [EP/S0233356/1]. TB acknowledges support from the Engineering and Physical Sciences Research Council [grant EP/X011364/1]. TB was supported by a UKRI Future Leaders Fellowship [grant number MR/Y018818/1]. MB was supported by the EPSRC Project GNOMON [EP/X011364/1]. LLM USAGE STATEMENT This work used LLM assistance for literature search, language editing, coding, and an initial semantic grouping of 4,000 words that was subsequently inspected and refined by hand. All LLM-assisted code and writing were validated by the authors, who take full responsibility for the final manuscript and released code. REPRODUCIBILITY STATEMENT We include code to reproduce the main results of this paper (including Figure 2, Figure 3 and Figure 4) in the supplementary material. Details about the BOWS setup are given in Section 2.2 and further details about our experiments are provided in section A. REFERENCES Carl Allen and Timothy Hospedales. Analogies explained: Towards understanding word embeddings. In Kamalika Chaudhuri and Ruslan Salakhutdinov (eds.), Proceedings of the 36th International Conference on Machine Learning, volume 97 of Proceedings of Machine Learning Research, p. 223â231. PMLR, 09â15 Jun 2019. URL https://proceedings.mlr.press/v97/allen19a.html. Pierre Baldi and Kurt Hornik. Neural networks and principal component analysis: Learning from ex- amples without local minima.Neural Networks, 2(1):53â58, 1989.ISSN 0893-6080. doi: https: //doi.org/10.1016/0893-6080(89)90014-2. URLhttps://w.sciencedirect.com/science/ article/pii/0893608089900142. David M. Blei, Andrew Y. Ng, and Michael I. Jordan. Latent Dirichlet allocation. Journal of Machine Learning Research, 3:993â1022, 2003. Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E Burke, Tristan Hume, Shan Carter, Tom Henighan, and Christopher Olah. Towards monose- manticity: Decomposing language models with dictionary learning. Transformer Circuits Thread, 2023. https://transformer-circuits.pub/2023/monosemantic-features/index.html. Nick Cammarata, Gabriel Goh, Shan Carter, Ludwig Schubert, Michael Petrov, and Chris Olah. Curve detectors. Distill, 2020. doi: 10.23915/distill.00024.003. https://distill.pub/2020/circuits/curve-detectors. Aaron Clauset, Cosma Rohilla Shalizi, and M. E. J. Newman. Power-law distributions in empirical data. SIAM Review, 51(4):661â703, 2009. doi: 10.1137/070710111. Michael A. A. Cox and Trevor F. Cox. Multidimensional Scaling, p. 315â347. Springer Berlin Heidelberg, Berlin, Heidelberg, 2008. Scott Deerwester, Susan T. Dumais, George W. Furnas, Thomas K. Landauer, and Richard Harshman. Indexing by latent semantic analysis. Journal of the American Society for Information Science, 41(6):391â407, 1990. Carl Eckart and Gale Young. The approximation of one matrix by another of lower rank. Psychometrika, 1(3): 211â218, 1936. Nelson Elhage, Neel Nanda, Catherine Olsson, Tom Henighan, Nicholas Joseph, Ben Mann, Amanda Askell, Yuntao Bai, Anna Chen, Tom Conerly, Nova DasSarma, Dawn Drain, Deep Ganguli, Zac Hatfield-Dodds, Danny Hernandez, Andy Jones, Jackson Kernion, Liane Lovitt, Kamal Ndousse, Dario Amodei, Tom Brown, Jack Clark, Jared Kaplan, Sam McCandlish, and Chris Olah. A mathematical framework for transformer circuits. Transformer Circuits Thread, 2021. https://transformer-circuits.pub/2021/framework/index.html. Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer, Tom Henighan, Shauna Kravec, Zac Hatfield-Dodds, Robert Lasenby, Dawn Drain, Carol Chen, Roger Grosse, Sam McCandlish, Jared Kaplan, Dario Amodei, Martin Wattenberg, and Christopher Olah. Toy models of superposition. Transformer Circuits Thread, 2022. https://transformer-circuits.pub/2022/toy_model/index.html. 11 Published as a conference paper at ICLR 2026 Joshua Engels, Eric J Michaud, Isaac Liao, Wes Gurnee, and Max Tegmark. Not all language model features are one-dimensionally linear. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=d63a4AM4hb. Leo Gao, Tom Dupre la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. Scaling and evaluating sparse autoencoders. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=tcsZt9ZNKD. GeoNames. GeoNames cities1000 dataset.https://download.geonames.org/export/dump/, 2025. Accessed: 2025-05-19. Liv Gorton and Owen Lewis. Adversarial examples are not bugs, they are superposition, 2025. URLhttps: //arxiv.org/abs/2508.17456. Wes Gurnee and Max Tegmark. Language models represent space and time. In The Twelfth Interna- tional Conference on Learning Representations, 2024. URLhttps://openreview.net/forum? id=jE8xbmvFin. Wes Gurnee, Neel Nanda, Matthew Pauly, Katherine Harvey, Dmitrii Troitskii, and Dimitris Bertsimas. Finding neurons in a haystack: Case studies with sparse probing. Transactions on Machine Learning Research, 2023. ISSN 2835-8856. URL https://openreview.net/forum?id=JYs1R9IMJr. Sai Sumedh R. Hindupur, Ekdeep Singh Lubana, Thomas Fel, and Demba Ba. Projecting assumptions: The duality between sparse autoencoders and concept geometry, 2025. URLhttps://arxiv.org/abs/ 2503.01822. Robert Huben, Hoagy Cunningham, Logan Riggs Smith, Aidan Ewart, and Lee Sharkey. Sparse autoencoders find highly interpretable features in language models. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=F76bwRSLeK. Ian T. Jolliffe. Principal Component Analysis. Springer, 2nd edition, 2002. J. Dennis Lawrence. A Catalog of Special Plane Curves. Dover, 1972. Andrew Lee, Fernanda ViĂ©gas, and Martin Wattenberg. Shared global and local geometry of language model embeddings. In Second Workshop on Representational Alignment at ICLR 2025, 2025. URLhttps: //openreview.net/forum?id=F2IYiG0RLf. Omer Levy and Yoav Goldberg. Neural word embedding as implicit matrix factorization. In Z. Ghahramani, M. Welling, C. Cortes, N. Lawrence, and K.Q. Weinberger (eds.), Advances in Neural Information Processing Systems, volume 27. Curran Associates, Inc., 2014. URLhttps://proceedings.neurips.c/ paper_files/paper/2014/file/b78666971ceae55a8e87efb7cbfd9ad4-Paper.pdf. Yuxiao Li, Eric J. Michaud, David D. Baek, Joshua Engels, Xiaoqing Sun, and Max Tegmark. The geometry of concepts: Sparse autoencoder feature structure. Entropy, 27(4), 2025. ISSN 1099-4300. doi: 10.3390/ e27040344. URL https://w.mdpi.com/1099-4300/27/4/344. Ziming Liu, Ouail Kitouni, Niklas Nolte, Eric J Michaud, Max Tegmark, and Mike Williams. Towards understanding grokking: An effective theory of representation learning. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho (eds.), Advances in Neural Information Processing Systems, 2022. URL https://openreview.net/forum?id=6at6rB3IZm. R. Marques, C. Bouville, M. RibardiĂšre, L.-P. Santos, and K. Bouatouch. Spherical fibonacci point sets for illumination integrals. Computer Graphics Forum, 32(4):134â143, 2013. Leland McInnes, John Healy, Nathaniel Saul, and Lukas GroĂberger. Umap: Uniform manifold approximation and projection. Journal of Open Source Software, 3(29):861, 2018. Stephen Merity, Caiming Xiong, James Bradbury, and Richard Socher. Pointer sentinel mixture models. In International Conference on Learning Representations, 2017. URLhttps://openreview.net/ forum?id=Byj72udxe. TomĂĄs Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. In 1st International Conference on Learning Representations, ICLR 2013, Scottsdale, Arizona, USA, May 2-4, 2013, Workshop Track Proceedings, 2013. URLhttp://arxiv.org/abs/1301.3781. Alexander Modell, Patrick Rubin-Delanchy, and Nick Whiteley. The origins of representation manifolds in large language models, 2025. URL https://arxiv.org/abs/2505.18235. 12 Published as a conference paper at ICLR 2026 Neel Nanda, Lawrence Chan, Tom Lieberum, Jess Smith, and Jacob Steinhardt. Progress measures for grokking via mechanistic interpretability. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=9XFSbDPmdW. Kento Nishi, Rahul Ramesh, Maya Okawa, Mikail Khona, Hidenori Tanaka, and Ekdeep Singh Lubana. Representation shattering in transformers: A synthetic study with knowledge editing. In Forty-second International Conference on Machine Learning, 2025. URLhttps://openreview.net/forum?id= BKOeyZal0x. Chris Olah, Nick Cammarata, Ludwig Schubert, Gabriel Goh, Michael Petrov, and Shan Carter. Zoom in: An introduction to circuits. Distill, 2020. doi: 10.23915/distill.00024.001. https://distill.pub/2020/circuits/zoom- in. Kiho Park, Yo Joong Choe, and Victor Veitch. The linear representation hypothesis and the geometry of large language models. In Forty-first International Conference on Machine Learning, 2024. URLhttps: //openreview.net/forum?id=UGpGkLzwpP. Kiho Park, Yo Joong Choe, Yibo Jiang, and Victor Veitch. The geometry of categorical and hierarchical concepts in large language models. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=bVTM2QKYuA. Jeffrey Pennington, Richard Socher, and Christopher Manning. GloVe: Global vectors for word representation. In Alessandro Moschitti, Bo Pang, and Walter Daelemans (eds.), Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), p. 1532â1543, Doha, Qatar, October 2014. Association for Computational Linguistics. doi: 10.3115/v1/D14-1162. URLhttps://aclanthology. org/D14-1162/. Alethea Power, Yuri Burda, Harri Edwards, Igor Babuschkin, and Vedant Misra. Grokking: Generalization be- yond overfitting on small algorithmic datasets, 2022. URL https://arxiv.org/abs/2201.02177. Adam Scherlis, Kshitij Sachan, Adam S. Jermyn, Joe Benton, and Buck Shlegeris. Polysemanticity and capacity in neural networks, 2025. URL https://arxiv.org/abs/2210.01892. Lee Sharkey, Bilal Chughtai, Joshua Batson, Jack Lindsey, Jeff Wu, Lucius Bushnaq, Nicholas Goldowsky-Dill, Stefan Heimersheim, Alejandro Ortega, Joseph Bloom, Stella Biderman, Adria Garriga-Alonso, Arthur Conmy, Neel Nanda, Jessica Rumbelow, Martin Wattenberg, Nandi Schoots, Joseph Miller, Eric J. Michaud, Stephen Casper, Max Tegmark, William Saunders, David Bau, Eric Todd, Atticus Geiger, Mor Geva, Jesse Hoogland, Daniel Murfet, and Tom McGrath. Open problems in mechanistic interpretability, 2025. URL https://arxiv.org/abs/2501.16496. Edward Stevinson, Lucas Prieto, Melih Barsbey, and Tolga Birdal. Adversarial attacks leverage interference between features in superposition, 2025. URL https://arxiv.org/abs/2510.11709. Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, Monte MacDiarmid, C. Daniel Freeman, Theodore R. Sumers, Edward Rees, Joshua Batson, Adam Jermyn, Shan Carter, Chris Olah, and Tom Henighan. Scaling monosemanticity: Extracting interpretable features from claude 3 sonnet. Transformer Circuits Thread, 2024. URLhttps://transformer-circuits. pub/2024/scaling-monosemanticity/index.html. Ozan Tuncer, Vitus J Leung, and Ayse K Coskun. Pacmap: Topology mapping of unstructured communication patterns onto non-contiguous allocations. In Proceedings of the 29th ACM on International Conference on Supercomputing, p. 37â46, 2015. Madeleine Udell and Alex Townsend. Why are big data matrices approximately low rank? SIAM Journal on Mathematics of Data Science, 1(1):144â160, 2019. Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine Learning Re- search, 9(86):2579â2605, 2008. URLhttp://jmlr.org/papers/v9/vandermaaten08a.html. Yize Zhao, Tina Behnia, Vala Vakilian, and Christos Thrampoulidis. Implicit geometry of next-token prediction: From language sparsity patterns to model representations. In First Conference on Language Modeling, 2024. URL https://openreview.net/forum?id=qyilOnIRHI. George Kingsley Zipf. Human Behavior and the Principle of Least Effort. Addison-Wesley, Cambridge, MA, 1949. 13 Published as a conference paper at ICLR 2026 APPENDIX AIMPLEMENTATION DETAILS WikiText-BOWS. All the models trained in the WikiText BOWS setup use a cosine annealing scheduler with a starting learning rate of 1eâ 3 and are trained for 20 epochs with a batch size of 1024. Synthetic âMonthsâ dataset. Each document is a 12-bit vectorx â 0, 1 12 whose entries stand for the calendar months. One sample is generated as follows. 1.Latent month angle. Pick a discrete monthm â 0,..., 11(uniformly or by cycling) and add Gaussian blur: Ξ = 2Ïm/12 + Δ, ΔâŒN (0,Ï 2 Ξ ). 2. Embed on the unit circle. z = cosΞ, sinΞ †â R 2 . 3. Project onto month directions. Let W = h (cos 2Ïk 12 , sin 2Ïk 12 ) i 11 k=0 â R 12Ă2 , whose k-th row corresponds to month k. Compute log-odds â k = ÎČ W k z + b, where b < 0 fixes the global sparsity and ÎČ > 0 controls sharpness. 4. Binary activations. Draw the bits independently: x k ⌠Bernoulli Ï(â k ) , Ï(u) = 1 1+e âu , k = 1,..., 12. WithÏ Îž =0and largeÎČthe code is nearly one-hot; decreasingÎČor increasingÏ Îž mixes neighboring months, producing a rank-2 correlation structure that is analytically tractable yet retains the extreme sparsity of real bag-of-words data. Modular addition. Leta,bâ 0,..., 112make an input pair of integers with the task being addition modulo 113. We learn a shared embedding matrixE â R 113Ă100 that maps each integer to a 100-dimensional vector. For a given pair, we look upE[a]andE[b], concatenate them into a 200-dimensional feature vector, and feed this through a three-hidden-layer MLP. Each hidden layer has 200 ReLU neurons. The output layer produces logits over the 113 possible sums. We train the entire model end-to-end via cross-entropy loss using the AdamW optimizer with weight decay set to 4. Relative map positions. From the Cities1000 Dataset (GeoNames, 2025), we take the top 1,000 most populated cities in the US and sample two subsets of city pairs out of the1,000, 000possible pairs. For each pair of citiesa,b, the task is to predict their relative position on the US map out of eight possible classes (North, South, East, West, NorthâEast, NorthâWest, SouthâEast, SouthâWest). We learn a 200-dimensional embedding matrixE â R 1000Ă200 to map each city to a 50-dimensional vector; for each pair(a,b), we concatenate their embeddingsE[a]andE[b]into a 100-dimensional feature vector, which is then fed through a single hidden-layer MLP with 200 ReLU units. The MLPâs output layer produces logits over the eight classes, and the entire model is trained end-to-end using cross-entropy loss and an Adam optimizer. UMAP plots and semantic clusters. For the UMAP plots in Figure 1 and Figure 3, the categories are created by using Gemini 2.5 Pro to split the top 4000 words into categories, with each category inspected and refined by hand. The exact word to category mappings can be found in the code provided in the supplementary material. The UMAP plots are made with 15 neighbors, a min distance of 0.01, and a cosine metric. Linear probes. In this work, we argue that non-linear AEs can sometimes linearly encode low-rank structure of the data. To quantify how linear the representations learned by the ReLU-AE are, we deploy a simple linear probe. After fully training the ReLU-AE, we freeze its encoder and collect the latent activationsh = Wxâ R. A probe is a single linear layerP â R VĂm that is trained from scratch to reconstruct the input without any non-linearity: Ë x probe = L probe (x, P) = xâ Ë x probe 2 2 .(7) To measure how much of the ReLU-AEâs predictive power can be captured by a linear mapping we use the Fraction of Explained Variance (FEV) of the probe relative to the ReLU-AE: FEV = 1â P i Ë x i,ReLU â Ë x i,probe 2 2 P i Ë x i,ReLU â Ì x ReLU 2 2 ,(8) whereiindexes data points and Ì x ReLU is the mean ReLU-AE reconstruction over the evaluation set. An FEV of 1indicates that a purely linear map can reproduce the ReLU-AEâs outputs perfectly; an FEV of0means the probe does no better than predicting the mean. We report the FEV on a held-out validation split. 14 Published as a conference paper at ICLR 2026 BTOY TRANSFORMER SETTING 6789101112 UMAP-1 0 2 4 6 8 UMAP-2 Time, Numbers & Measurement Verbs Sports & Competition Film, TV & Media Proper names Music & Audio People, Society & Roles Transportation & Travel Politics & Government Geography & Places Military & Conflict Science, Nature & Environment (a) UMAP of BOWS word embeddings PC1 PC2 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec (b) PCA of unembedding weights Figure 8: Tow-layer transformer trained on Wikitext-103 for the multi-task token-recovery task exhibit semantic clusters and ordered circular representations for the months of the year. This replicates the main results in Figure 4 and Figure 3 on a different dataset. Colors correspond to different semantic categories (Figure 3d). We train a two-layer transformer on WikiText-103 to predict, at each position, the set of vocabulary items that has appeared so far in the causal context. Architecture. One encoder block with pre-norm attention and MLP: âą Token embedding dimension d model = 768, tied to the output projection. âą Multi-head self-attention with8heads, dropout0, causal masking, and learned positional embeddings. âą Feed-forward network of width 4d model (GELU activation), followed by layer normalization. Data and tokenization. WikiText-103 is tokenized at the word level with a fixed vocabulary of16,000tokens. The tokenizer and reserves <pad> and <unk>. Sequences are constructed with window length 512 and stride 512, padding to full length. Targets. For each sequence position, the target is a multi-hot vector over the vocabulary indicating whether the token has appeared anywhere in the prefix (inclusive). This is computed from the sequence with padding tokens masked out. Loss and optimization. Training uses binary cross-entropy with logits over the multi-hot targets. Optimization uses AdamW with learning rate3Ă 10 â4 , weight decay5Ă 10 â2 , batch size8, and cosine annealing schedule. Gradients are clipped to norm 1.0. In Figure 8 we see that, similarly to the BOWS setup, semantic clusters and circular structures appear in the residual stream of the transformer as a byproduct of compression. CCOMBINING CONSTRUCTIVE INTERFERENCE AND INTERFERENCE FILTERING The main text argues that realistic models need not rely on a single pure mechanism. In practice, correlated features can contribute constructively to reconstruction, while the ReLU and negative bias still suppress false positives. The examples below illustrate this coexistence for features that are only partially reconstructable in isolation. To complement the âBeatlesâ example in Figure 5, we now show the same analysis for âChristmasâ. While âChristmasâ is frequent enough to be allocated a large weight norm and achieve a positive reconstruction whenever it is present in the input, even in unrelated context, it only achieves a reconstruction of 0.2 in the one-hot case. In 15 Published as a conference paper at ICLR 2026 m = 200m = 400m = 600m = 1000 Figure 9: UMAP embeddings of features from AEs trained with context size of 20 records with wd=0 (top) and wd=4 (bottom) across different latent sizes. The plot shows that semantic structure remains for a larger fraction of context sizes when using weight decay. Colors correspond to different semantic categories (Figure 3d). 0.00.51.0 Per-word RÂČ Christmas December January snow val RÂČ one-hot RÂČ 0.250.000.250.500.751.001.251.501.75 'Christmas' decoder pre-activation 0.0 0.5 1.0 1.5 2.0 Density Interference is beneficial x Christmas = 0 (3%) x Christmas > 0 (97%) one-hot (+0.281) ReLU threshold 'Christmas' + correlated context 'Christmas' + uncorrelated context correlated context (without 'Christmas') 0.2 0.0 0.2 0.4 0.6 0.8 Pre-activation Christmas December gift Day snow Christmas December gift Day snow ReLU threshold bias = -0.309 = +0.023 fish rice milk orange Figure 10: Words like âDecemberâ and âDayâ contribute to the reconstruction of âChristmasâ. (left) âChristmasâ is better reconstructed with than without interference. (middle) For most samples (81%) where âChristmasâ appears in the validation set, interference is beneficial, allowing for reconstructions closer to 1. (right) When âChristmasâ appears in the right context it has a positive reconstruction thanks to the interference from related terms. However, if the related context is present but âChristmasâ is not, the model uses the ReLU and a negative bias to avoid false positives at the cost of having smaller reconstructions for âChristmasâ when it appears in an unusual context. order to get closer to the target of 1, the reconstruction of âChristmasâ relies on words like âDecemberâ or day Figure 11 DPCA & GEOMETRY PRESERVATION We compute correlations in data by the Pearson correlation coefficient. A Pearson correlation matrixRis a Gram (inner-product) matrix of the standardized vectors. Due to the normalization, the Euclidean distance (chordal) distance monotonically links to the angular distances: d 2 ij =â„x i â x j â„ 2 = 1â cos x †i x j = 2 (1â R ij ), whereâ„x i â„ = 1, andR ij is thei th andj th entry ofR. So correlation induces Euclidean geometry (up to rotation/reflection) on the embedded points. Hence, performing PCA onRis equivalent to performing classical multidimensional scaling (MDS) (Cox & Cox, 2008) on chordal distances, which explicitly aims to embed 16 Published as a conference paper at ICLR 2026 0.00.51.0 Per-word RÂČ mbar pressure barometric inHg hPa 0 0 0 0 val RÂČ one-hot RÂČ 0.20.00.20.40.60.81.01.21.4 'mbar' decoder pre-activation 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 Density Interference is beneficial x mbar = 0 x mbar > 0 one-hot (-0.067) ReLU threshold 'mbar' + correlated context 'mbar' + uncorrelated context correlated context (without 'mbar') 0.2 0.0 0.2 0.4 0.6 Pre-activation mbar pressure barometric inHg hPa mbar pressure barometric inHg hPa ReLU threshold bias = -0.301 = +0.007 fish rice milk orange Figure 11: Atmospheric terms like âbarometricâ and âinHgâ contribute to the reconstruction of âmbarâ. (left) âmbarâ is better reconstructed with than without interference. (middle) For every sample where âmbarâ appears in the validation set, interference is beneficial, allowing for reconstructions closer to 1. (right) When âmbarâ appears in the right context it has a positive reconstruction thanks to the interference from related terms. However, if the related context is present but âmbarâ is not, the model uses the ReLU and a negative bias to minimize false positives at the cost of not being able to reconstruct âmbarâ when it appears in an unusual context. vectors such that between-vector distances are preserved as well as possible. Hence PCA yields embeddings which reflect the geometry induced by the correlations in data. EOPENWEBTEXT REPLICATIONS (a) UMAP of BOWS word em- beddings PC1 PC2 Jan. Feb. Mar. Apr. May. Jun. Jul. Aug. Sep. Oct. Nov. Dec. (b) PCA of the data PC1 PC2 Jan. Feb. Mar. Apr. May. Jun. Jul. Aug. Sep. Oct. Nov. Dec. (c) PCA of the weights Figure 12: Autoencoders trained on OpenWebText exhibit semantic clusters and ordered circular representations for the days of the week. This replicates the main results in Figure 4 and Figure 3 on a different dataset. Colors correspond to different semantic categories (Figure 3d). In Figure 12 we replicate the main results of the paper showing that the appearance of circular structure for the months of the year and semantic clusters is not a phenomenon limited to WikiText. These results are from an OpenWebText BOWS setup withv = 10, 000,c = 10and a stride of 10. Similarly to the WikiText case studied in the main text, we observe semantic clustering of word embeddings and that circular structures appear both when taking the PCA of the data and the trained encoder weights. FWEIGHT DECAY AND SUPERPOSITION The main text argues that weight decay favors solutions that exploit shared low-rank structure because these achieve good reconstruction with smaller weight norm than feature-by-feature interference filtering. The extended UMAP comparison in Figure 9 supports this interpretation: semantic structure remains visible across a broader range of latent sizes when models are trained with weight decay. 17 Published as a conference paper at ICLR 2026 January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec January February March April May June July August September October November December January February March April May June July August September October November December January February March April May June July August September October November December January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X I I I IV V VI VII VIII IX X m = 200m = 400m = 600m = 800m = 1000m = 2000m = 4000 Figure 13: Reconstructions at different latent-vector sizes. Top: âMonthsâ dataset; middle: âRoman numeralsâ; bottom: corresponding latent size m. G MORE DETAILED EXAMPLE OF GROUPS OF FEATURE GEOMETRY IN BOWS In the main paper we only show the feature structures for some representative latent sizes due to space constraints. In Figure 13 we show the structures studied in Figure 6 for an extended range of latent sizes. We also show a zoomed in version of one of the UMAP plots in Figure 16. This figure highlights the rich structure of the features beyond simple clustering of high-level classes. We see that words corresponding to sciences are clustered together, but within this high level cluster, sub-groups like words about medicine (top left), astronomy (lower left), chemistry (lower center) and biology (center) are also grouped in smaller clusters. G.1SOME EXAMPLES BEYOND 2D Beyond the 2D examples presented in the main paper, we include 2 examples showing that the days of the week and months of the year have structure beyond a 2D circle (Figure 14). This is clear in the case of the months where an ondulation in the third principal component is present beyond the 2D circular structure. HOTHER CORRELATION STRUCTURES IN SYNTHETIC DATA 0.4 0.2 0.0 0.2 0.4 Principal Component 1 0.4 0.2 0.0 0.2 0.4 Principal Component 2 0.4 0.3 0.2 0.1 0.0 0.1 0.2 0.3 0.4 Principal Component 3 January February March April May June July August September October November December (a) Months 0.2 0.1 0.0 0.1 0.2 0.3 Principal Component 1 0.4 0.3 0.2 0.1 0.0 0.1 0.2 0.3 Principal Component 2 0.3 0.2 0.1 0.0 0.1 0.2 Principal Component 3 Monday Tuesday Wednesday Thursday Friday Saturday Sunday (b) Days Figure 14: 3-D PCA of the em- beddings for the words and the days in a WikiText BOWS setup. In Figure 15 we show the superposition patterns for the values ofm missing in Figure 1, as well as examples for autoencoders trained on data with a figure-of-eight correlation structure or a spherical structure. In all 3 cases we see that the Gramm matrix structure is similar in the linear and ReLU cases ford = 2andd = 3but they diverge at larger latent sizes as the ReLU-AEs start leveraging non-linear superposition which is indicated by sparse interference patterns (for example for d = 8). We reuse the âsynthetic monthsâ pipeline described in Section A but change only the latent curvez(·)and the feature directionsW; Steps 1 (phase selection), 4 (Bernoulli sampling), and the log-oddsâ k = ÎČ W †k z+ b are identical, with defaultsÎČ = 5.0,b =â2.0, noise= 0.1, seed= 42. For the Figure-8 (Lissajous) (Lawrence, 1972), we replace Steps 2â3 by: z(Ξ) = sinΞ sin(2Ξ) , W = h (sinÏ k , sin(2Ï k )) i Fâ1 k=0 , Ï k = 2Ïk F . For the Sphere(S 2 ), we replace Steps 2â3 by a 3D unit-sphere embedding: z ⌠Unif(S 2 ), W = h (cosΞ k sinÏ k , sinΞ k sinÏ k , cosÏ k ) i Fâ1 k=0 , where a Fibonacci lattice (Marques et al., 2013) gives approximately uniform feature directions: Ï k = arccos 1â 2(k+0.5) F , Ξ k = Ï(1 + â 5) (k + 0.5). Full implementation details are provided in the supplementary material. 18 Published as a conference paper at ICLR 2026 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Linear Circular Covariance 0123456789 101112131415 d=2 0123456789 101112131415 d=3 0123456789 101112131415 d=4 0123456789 101112131415 d=5 0123456789 101112131415 d=6 0123456789 101112131415 d=7 0123456789 101112131415 d=8 0123456789 101112131415 d=9 0123456789 101112131415 d=10 0123456789 101112131415 d=11 0123456789 101112131415 d=12 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ReLU Circular 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Linear Figure8 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ReLU Figure8 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Linear Sphere 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ReLU Sphere 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0123456789 101112131415 0.10 0.05 0.00 0.05 0.10 0.10 0.05 0.00 0.05 0.10 0.10 0.05 0.00 0.05 0.10 0.10 0.05 0.00 0.05 0.10 0.10 0.05 0.00 0.05 0.10 0.10 0.05 0.00 0.05 0.10 Figure 15: Extension of Figure 1 to include all values of m between 2 and 12, as well as a comparison with the weight patterns for AEs trained on data drawn from data with different correlation strucutres: figure-of-eight and spherical. IA TAIL OF PARTIALLY RECONSTRUCTED FEATURES An important implication of our results is that meaningful geometry does not necessarily imply that a feature is accurately represented. In fact, the opposite can occur: when capacity is limited, a model may place a feature in the correct semantic region because it is projecting it onto shared directions used by correlated features, while still failing to capture most of its individual variance. In this sense, semantically meaningful geometry can reflect a best guess induced by surrounding features rather than a precise representation of the concept itself. â4.6â4.4â4.2â4â3.8â3.6â3.4â3.2â3 7 7.2 7.4 7.6 7.8 8 8.2 8.4 Health cancer treatment Hospital cycle DNA cell protein stars Space planets reaction chemical acid forming genus evolved subspecies normally often usually Figure 16: Zooming into the cluster for science features in the UMAP plot with a latent size of 200, we observe sub- clusters within it. Medical features are in the top left while astronomy features are in the lower left and chemistry features are in the lower center. This is what we observe in Figure 17. Even when we restrict to features with poor reconstruction scores (R 2 < 0.3), they still form semantic clusters. A natural explanation is that the autoencoder has learned a low-rank representation of dominant co-activation structure and projects many features, including rela- tively uncommon ones, onto this shared subspace. Such features inherit meaningful geometry from the data statistics, even when the model does not allocate enough capacity to reconstruct them accurately. Figure 16 provides a concrete example of this effect. The figure shows a zoomed-in portion of the UMAP for the model with latent sizem = 200, a regime in which many words in these clusters are still only partially reconstructed. Nevertheless, the local geometry is highly meaningful: words related to medicine, astronomy, chemistry, and biology form distinct sub-clusters within the broader science region. This suggests that the model has already learned where these features belong relative to one another before it has sufficient capacity to represent each of them accurately on its own. In other words, shared structure in the data can organize the representation geometry well before it supports accurate feature-level recovery. JIMPLICATIONS FOR THE LINEAR REPRESENTATION HYPOTHESIS While the linear representation hypothesis (LRH) is one of the pillars of current mechanistic interpretability (MI) approaches. There is still no consensus on the correct formulation of this hypothesis. The LRH can be taken to mean that internal features of a model correspond to activations along one-dimensional directions in activation space (Engels et al., 2025). However, the LRH can also be formalized around the mathematical notion of linearity meaning the representation of two features is the addition of their representations and scaling a feature corresponds to scaling its representation (Elhage et al., 2021). 19 Published as a conference paper at ICLR 2026 m = 100m = 200m = 400m = 600m = 800m = 1000 Figure 17: UMAP embeddings at different latent-vector sizes including only features withR 2 < 0.3 (top) andR 2 > 0.3(bottom). Semantic clusters at different latent sizes are still observed in both, although this effect is combined with an increase in the number of features above the threshold in the lower one. While some works have suggested that observed feature geometry like the ordered circles formed by the months undermine the first definition (Engels et al., 2025; Sharkey et al., 2025), our results show that these structures can emerge from the compression and reconstruction of one-dimensionally linear features. This means that these structures do not necessarily undermine either formulation of the LRH. On the other hand, our results in Section 5 do suggest that some features used by DL models can be value-coding meaning they can encode concrete trigonometric values or coordinates along linear directions which do not fulfill the constraints for mathematical linearity. For example scaling the value of a cosine-coding feature leads to a different (and potentially invalid) cosine value, rather than a stronger activation of the same cosine value. An interesting line of research would be to explore if presence-coding features can have value-coding components. Findings like the fact that city representations in language models can be projected linearly onto a coordinates subspace (Gurnee & Tegmark, 2024), or that integers can be projected onto a helix subspace (Li et al., 2025) could be understood through this lens. In this view, city representations could have a coordinate-coding component and integers could have a size-coding component as well as sine and cosine coding components which combine to make a helix structure. Overall, our findings show that rich feature geometry can be explained away by linear superposition recovering the structure inherent in the data, without appealing to non-linearly encoded information with a functional role in calculation. However, we believe the existence of value-coding features could be in conflict or an exception to features being mathematically linear. KOTHER DIMENSIONALITY REDUCTION METHODS To verify that the semantic clusters are not dependent on the choice of dimensionality reduction method, we include t-SNE (van der Maaten & Hinton, 2008) and PaCMAP (Tuncer et al., 2015) as two alternatives in fig. 18. UMAP t-SNE PaCMAP Military & Conflict Sports & Competition Music & Audio Film, TV & Media Politics & Government Geography & Places Transportation & Travel Time, Numbers & Measurement Science, Nature & Environment People, Society & Roles Proper names Verbs Other Figure 18: We show the latent representations of the top 4000 most frequent words using UMAP (left) t-SNE (middle) and PaCMAP (right) to highlight that these semantic clustering results are not dependent on the choice of dimensionality reduction technique. 20 Published as a conference paper at ICLR 2026 10 2 10 3 10 4 Latent Size 0.4 0.5 0.6 0.7 0.8 0.9 1.0 FVE by Linear Probe C=1 C=10 C=50 (a) 10 0 10 1 Records per sample (C) 500 1000 1500 2000 2500 PC dimension (95 % var) effective rank feature frequency 0.00 0.01 0.02 0.03 0.04 0.05 0.06 Feature frequency (b) 0200040006000800010000 Word Rank 0.0 0.2 0.4 0.6 0.8 1.0 Word Frequency Other words Months Roman numerals (c) Figure 19: Larger context windows strengthen shared structure and make constructive interfer- ence more effective. (Left) Increasing the amount of text encoded by each sample (C) increases the fraction of ReLU-AE reconstruction variance that can be recovered by a linear probe from the latent space. (Middle) IncreasingCdecreases the number of principal components needed to explain 95% of the variance while increasing the average number of active features per sample. (Right) Word frequencies follow a power-law distribution (Zipf, 1949), helping explain why some feature groups, such as months, receive more capacity and retain structured geometry longer than rarer groups such as Roman numerals. LCONTEXT SIZE, EFFECTIVE RANK, AND FEATURE FREQUENCIES The main text argues that constructive interference becomes more useful when the data contains stronger shared structure. One simple way to increase such structure in BOWS is to enlarge the context window used to construct each sample. This makes co-occurrence patterns denser and more informative, increasing the extent to which reconstruction can be supported by shared low-rank directions rather than only by feature-specific interference filtering. Figure 19 quantifies this trend from three complementary perspectives: the linearity of the learned reconstructions, the effective rank and sparsity of the data, and the frequency heterogeneity of words that helps explain why some groups of features retain structured geometry longer than others. 21