Research / research/notes/4.7_cross_model_comparison.md

documentPhase 1 notes — §4.7 Cross-model and cross-scale comparisonauthorSimon-Pierre BouchercreatedTue Aug 11 2026 20:00:00 GMT-0400 (heure avancée de l’Est)statusdraft

§4.7 — Cross-model and cross-scale comparison

A1. CKA / SVCCA / RSA as similarity metrics for LLMs

A2. Universal neurons across seeds (Gurnee et al.)

  • Key papers: https://arxiv.org/abs/2401.12181 (2024); follow-up with ablation-based functional impact (2025): https://arxiv.org/abs/2508.00903
  • Claims: only 1–5% of MLP neurons are universal across independently seeded GPT-2 runs (activation correlation over 100M tokens); these are disproportionately interpretable (unigram, alphabet, position, entropy-regulation families). Negative half: ~95% of neurons are seed-specific — single-neuron catalogs are mostly noise.
  • Methodology template for modelmap: correlation-over-corpus → taxonomize → ablate.
  • Cost: paired capture over ~10⁸ tokens — heavy but streamable; feasible ≤1B pairs on 32–64 GB with disk-backed store (expH regime).
  • Epistemic status: Established (replicated, causally confirmed).

A3. Universality of induction heads

  • Key papers: Olsson et al. 2022, https://arxiv.org/abs/2209.11895 ; ICL essentiality: https://arxiv.org/abs/2407.07011 ; cross-architecture (Transformer vs Mamba): https://arxiv.org/abs/2410.06672 ; https://arxiv.org/abs/2411.07071
  • Substance: strongest known case of circuit universality — appears in essentially every transformer LM, and analogues in Mamba. A natural "known landmark" for calibrating any cross-model coordinate system: if an alignment method can't match induction heads across two models, it fails the sanity check.
  • Cost: cheap — one forward pass with attention capture; feasible to 32B quantized via MLX.
  • Epistemic status: Established (multi-team, cross-architecture).

A4. Cross-scale circuit evolution

  • Key papers: Lieberum et al. 2023 (Chinchilla 70B), https://arxiv.org/abs/2307.09458 ; Tigges et al. 2024 (Pythia 70M–2.8B across checkpoints): https://arxiv.org/abs/2407.10827
  • Substance: circuit-analysis methods scale to 70B but head-level semantics get muddier; task circuits emerge at consistent token budgets and algorithms stay roughly stable while component identities drift — supports longitudinal/cross-scale maps (Experiment G). The Tigges regime (70M–2.8B, full patching) is comfortably Mac-feasible — the right scale band for expG.
  • Epistemic status: Established small-scale; partially established at 70B.

A5. Feature universality via SAEs; universal SAEs; crosscoder diffing

A6. Platonic Representation Hypothesis and its deflation

  • Key papers: Huh et al., ICML 2024, https://arxiv.org/abs/2405.07987 ; linear-net proof: https://arxiv.org/abs/2507.01098 ; Aristotelian critique (2026): https://arxiv.org/abs/2602.14486 ; causes/consequences: https://arxiv.org/abs/2505.13899
  • The load-bearing negative result: after calibrating for width/depth confounders, global convergence metrics largely evaporate (partly a look-elsewhere effect from reporting max similarity over many layer pairs). What survives is local neighborhood/topological alignment.
  • Practical rule for the atlas: cross-model claims use calibrated, local metrics with null baselines from random/width-matched models.
  • Epistemic status: Contested; global-metric version debunked-in-part (2026); local version live.

A7. Model stitching as functional similarity

A8. Rosetta Neurons (vision precedent)

  • Key paper: Dravid et al., ICCV 2023, https://arxiv.org/abs/2306.09346 (code https://github.com/yossigandelsman/rosetta_neurons)
  • Substance: activation-correlation mining finds shared-concept units across 8 heterogeneous vision models without supervision. The matching algorithm (normalized cross-correlation over a shared stimulus set) transfers directly to LLMs with a shared prompt corpus — a concrete candidate for modelmap's cross-model coordinate system. Untested at LLM scale (gap).

A9. Tokenizer effects on comparability

  • Key papers: TokSuite (2025, models identical except tokenizer): https://arxiv.org/pdf/2512.20757 ; cross-tokenizer distillation: https://arxiv.org/abs/2503.20083 ; tokenisation NP-complete: https://arxiv.org/abs/2412.15210
  • Substance: no standard solution for aligning activations across tokenizers; workarounds (shared-substring boundaries, word/byte pooling, prompt-level mean pooling) each destroy information. Rule: within-family cross-scale comparison (shared tokenizer) is the safe default; cross-family maps must document the alignment convention in the map schema.
  • Epistemic status: Established confound; unsolved methodology (gap).

A10. Quantization effects on internal representations — the thin shelf (project bet confirmed)

As of 2026-08-12 this literature is ~5 papers, recent, shallow — no systematic multi-technique internal atlas across quantization levels:

Verified absent: probe-drift-across-Q-levels with controls; circuit survival under quantization; Q2/Q3 extreme-quantization internals; GGUF/llama.cpp-runtime introspection; weight-geometry-predicts-quantization-sensitivity. expF sits in genuinely open territory — and quantized models are precisely what runs on the target hardware. MLX ships 4/8-bit natively; FP16/Q8/Q4 triplets fit sequentially in 32–64 GB up to ~14B.

  • Epistemic status: Emerging; the field's own words ("inconsistent", "illusion of equivalency") mark it unsettled.