PulseAugur
EN
LIVE 00:43:48

Researchers find independently trained transformers compute same function via random rotation

Researchers have discovered a phenomenon called "polymorphism" in independently trained transformers, where they compute the same function but use different internal coordinate systems that are rotated versions of each other. This rotation, which is uniformly random within SO(d_model), makes the internal representations unintelligible between models. However, a single matrix multiplication using an orthogonal Procrustes fit can align these bases, allowing for the transfer of feature dictionaries and steering vectors between models without retraining. AI

IMPACT Reveals that independently trained models can compute identical functions through rotated internal representations, suggesting potential for cross-model transferability of learned features.

RANK_REASON The cluster contains an academic paper detailing a new finding about transformer model internals. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Researchers find independently trained transformers compute same function via random rotation

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster contains an academic paper detailing a new finding about transformer model internals. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
123 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jordan F. McCann ·

    Polymorphism Is Rotation: Operational Mechanistic Interpretability from a Two-Layer Transformer to Pythia-70m

    arXiv:2605.24577v1 Announce Type: cross Abstract: Independently trained transformers compute the same function in residual-stream bases that differ by a uniform random rotation on $\mathrm{SO}(d_{\mathrm{model}})$. We call this phenomenon polymorphism: same function, mutually uni…