y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#transformer-interpretability News & Analysis

8 articles tagged with #transformer-interpretability. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

8 articles
AINeutralarXiv – CS AI · Jun 237/10
🧠

First-Token Broadcasters: Mechanistic Origins of Language Identity and Distributed Robustness in Transformers

Researchers identify specific attention heads in multilingual language models responsible for language switching errors, revealing that instruction tuning reorganizes these circuits to concentrate language identity signals in early layers. The study demonstrates that language selection operates through a distributed but hierarchical mechanism, with compensation patterns following predictable feedforward cascades rather than global diffusion.

AINeutralarXiv – CS AI · Jun 117/10
🧠

Geometry of Reason: Spectral Signatures of Valid Mathematical Reasoning

Researchers demonstrate that valid mathematical reasoning produces measurable spectral signatures in transformer attention patterns, enabling 85-96% classification accuracy without learned parameters. The method identifies logical coherence independent of compilation success and reveals that attention architecture design determines which spectral features encode reasoning quality.

AINeutralarXiv – CS AI · Jun 57/10
🧠

Spectral Probe-Circuits: A Three-Step Recipe for Identifying Attention-Head Circuits in Pretrained Transformers

Researchers present a three-step methodology for identifying and validating attention-head circuits in transformer models using spectral analysis, pattern filtering, and causal ablation. The technique successfully isolates core computational circuits across multiple model sizes and architectures without requiring labeled data or gradient attribution.

AINeutralarXiv – CS AI · Jun 17/10
🧠

Positional versus Symbolic Attention Heads: Learning Dynamics, RoPE Geometry, and Length Generalization

Researchers analyzing transformer language models discovered that attention heads naturally specialize into either positional (location-based) or symbolic (meaning-based) mechanisms during training. The study reveals that symbolic reasoning mechanisms generalize better to longer sequences than positional ones, with theoretical explanations grounded in RoPE geometry.

AINeutralarXiv – CS AI · May 127/10
🧠

Causal Dimensionality of Transformer Representations: Measurement, Scaling, and Layer Structure

Researchers introduce causal dimensionality (kappa), a measurable property quantifying how transformer layers causally influence model outputs, finding that representational capacity grows 15.6x faster than causal capacity across scaling conditions. The metric remains invariant to model size increases, suggesting causal influence is a fundamental architectural property independent of parameter count.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Inside the Latent Flow: Causal Deciphering of Attention Dynamics in Audio Separation Foundation Models

Researchers have developed a causal analysis framework to understand how attention mechanisms work in SAM Audio, a flow-matching transformer for audio separation. The study reveals a dual-pathway conditioning system and proposes Layer-Selective Attention Caching (LSAC), a training-free optimization technique that reduces computational overhead by ~25% while maintaining audio quality.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Contribution Weights: A Geometrical Analysis of Self-Attention Transformers

Researchers introduce Contribution Weights, a new metric for analyzing transformer attention that accounts for value vector geometry alongside attention weights. The approach more accurately identifies semantically critical tokens than traditional attention-based metrics and reveals that attention sinks actively suppress information rather than passively storing excess attention.

AIBullisharXiv – CS AI · Jun 86/10
🧠

Discovering Interpretable Algorithms by Decompiling Transformers to RASP

Researchers present a method to extract interpretable programs from trained Transformers by converting them to RASP (a simple programming language) and using causal interventions to identify minimal sub-programs. Experiments on algorithmic tasks demonstrate that length-generalizing Transformers often implement simple, understandable algorithms internally, providing direct evidence that neural networks discover human-readable solutions.