Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. MAttr (Matryoshka Attribution)

MAttr (Matryoshka Attribution)

A mask-learning method that finds nested subsets of a language model's internal components responsible for a behavior, ranking them by attribution score.

Year: 2026Generality: 300Added: Sep 23, 2026
Back to Vocab

MAttr (Matryoshka Attribution) traces a language model's output back to the internal components responsible for it. Aryaman Arora, Kirill Acharya, Nathan Hu, Yanzhe Zhang, Noah Goodman, Dan Jurafsky, and Christopher Potts introduced it in "Matryoshka Attribution: Learning to Attribute Language Model Outputs to Representations and Weights" (arXiv:2609.25518, September 2026). Earlier attribution methods rely on causal interventions, which scale poorly, or on gradients and learnable masks, which often miss the components actually responsible for a behavior. The paper reframes attribution as finding nested subsets of a model's internal components that minimize a downstream loss: the "matryoshka" of the name.

MAttr learns this nested structure with a mask parametrized by a differentiable sigmoid top-k operator, without an explicit sparsity penalty or straight-through gradient tricks. Training randomizes k across steps, so one run supervises every sparsity level at once and produces a full ranking of components by attribution score rather than a single fixed circuit.

MAttr topped the official leaderboard of the Mechanistic Interpretability Benchmark (Mueller et al., 2025) on release. Its authors report that the rankings it learns transfer to related, unseen tasks. The same approach extends to weights: trained with reinforcement learning using a judge score as reward, MAttr traced refusal behavior in Llama 3.1 8B Instruct to about 1% of the parameter difference from its base model. Resetting that fraction removed refusals while leaving other capabilities intact. Code: github.com/aryamanarora/matryoshka-attribution.

Sources

  1. Matryoshka attribution: Learning to attribute language model outputs to representations and weights

    arXiv · Sep 22, 2026

  2. aryamanarora/matryoshka-attribution

    GitHub

  3. Aryaman Arora on X: announcing Matryoshka Attribution (MAttr)

    X (Twitter)

Research this in Signals

Scan MAttr (Matryoshka Attribution) for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with MAttr (Matryoshka Attribution) already loaded, so edit it or scan as is.