← Latest papers
💬 NLP

Learning Self-Interpretation from Interpretability Artifacts: Training Lightweight Adapters on Vector-Label Pairs

This paper demonstrates that training lightweight, frozen adapters on interpretability artifacts enables large language models to generate reliable, high-quality self-interpretations across tasks and scales without modifying the underlying model.

Original authors: Keenan Pepper, Alex McKenzie, Florin Pop, Stijn Servaes, Martin Leitgab, Mike Vaiana, Judd Rosenblatt, Michael S. A. Graziano, Diogo de Lucena

Published 2026-06-03✓ Author reviewed
📖 5 min read🧠 Deep dive

Original authors: Keenan Pepper, Alex McKenzie, Florin Pop, Stijn Servaes, Martin Leitgab, Mike Vaiana, Judd Rosenblatt, Michael S. A. Graziano, Diogo de Lucena

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a Large Language Model (LLM) as a giant, incredibly complex library. Inside this library, information isn't stored in books you can read; it's stored in a massive, invisible web of electrical signals (activations) that fire when the model "thinks."

For a long time, researchers have tried to peek behind the curtain to see what these signals mean. They've built tools to map these signals to concepts (like "math" or "politeness"), but the tools are finicky. If you tweak a dial even slightly, the model might start speaking fluent nonsense that sounds like an explanation but isn't actually connected to what it's thinking.

This paper introduces a new way to fix that. Here is the core idea, broken down with simple analogies:

1. The Problem: The "Translator" is Broken

Imagine the model's internal signals are a secret code. Previously, researchers tried to translate this code by just shoving it directly into the model's mouth and asking, "What does this mean?"

  • The Issue: Sometimes the model understands, but often it gets confused. It might say, "This signal means 'a small hill of dirt'" when it actually means "a computer function." It's like trying to translate a foreign language by guessing the words; you get the grammar right, but the meaning is wrong.

2. The Solution: Training a "Lightweight Adapter"

Instead of trying to retrain the whole giant library (which is expensive and changes how the library works), the authors trained a tiny, specialized adapter.

  • The Analogy: Think of the adapter as a specialized translator or a pair of glasses.
    • The giant library (the model) stays exactly the same; it doesn't learn anything new.
    • The adapter is a tiny add-on (like a lens) that sits in front of the model's eyes.
    • The authors trained this lens using "interpretability artifacts." These are like flashcards the researchers already made: one side has a signal vector, and the other has a label (e.g., "This signal = 'Baseball'").
    • The adapter learns how to adjust the signal so the model can finally "see" what it's thinking and describe it correctly.

3. The Magic Ingredient: The "Bias" (The Default Setting)

The most surprising finding is that the adapter doesn't need to be a super-computer. A very simple version works best.

  • The Analogy: Imagine the adapter has two parts:
    1. The Signal: The specific thing the model is thinking about right now (e.g., "Plato").
    2. The Bias: A "default setting" or a mental habit the adapter learned.
  • The paper found that this "bias" does about 85% of the heavy lifting. It teaches the model the style and format of the text it generates in its explanations.
  • The Proof: The authors tested this by training the adapter on labels written in ALL CAPS. When they used it later, the model's generated explanations came out in ALL CAPS too! The only thing that could carry that style information was the bias vector. (The prompt itself, which asks "What does this mean?", stays normal because it is supplied by the researcher, not generated by the model).
  • It's like teaching a student the voice and tone of a specific writer so well that they can write in that exact style on any topic, as long as you give them the topic name.

4. What They Discovered

  • Better than the Original Labels: The adapters didn't just copy the training flashcards; they actually got better at describing the signals than the original labels the researchers wrote. It's like a student learning from a textbook and then writing a better summary than the textbook author.
  • Uncovering Hidden Thoughts: The model can sometimes solve a puzzle without saying its steps out loud (e.g., answering "Athens" to a riddle about Plato without mentioning Plato). The trained adapter can "read the model's mind" and reveal that hidden "Plato" thought, even though the model never said it.
  • Bigger Models = Better Translators: As the models get bigger (from 7 billion to 72 billion parameters), the adapter gets even better at translating these thoughts. The model doesn't just get smarter at answering questions; it gets better at explaining how it thinks.

5. Why This Matters (According to the Paper)

The paper argues that we don't need to change the model itself to understand it. By just adding this tiny, frozen "translator" trained on existing data, we can get a reliable window into the model's internal state.

  • The "Self-Interpreting" Benefit: The key advantage of keeping the explainer frozen (meaning it is the same unchanged model) is that the model interprets itself. Its inner workings are exactly compatible with the thoughts of the model being explained.
    • This opens the door to recursive self-examination: the model can examine an explanation of its own thoughts, then examine its thoughts about that explanation, and so on.
    • As the author puts it: "Crucially, the add-on feeds these patterns back into the same model, so the model interprets itself. This opens the door to future AI that can examine its own thinking from the inside."
  • Scalability: This method works across different types of models (Llama, Gemma, Qwen) and gets better as models get larger.

In short: The paper shows that if you give a language model a tiny, trained "translator" based on existing maps of its brain, it can reliably tell you what it's thinking, even for complex or hidden thoughts, without needing to be retrained or altered.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →