← Latest papers
💬 NLP

Geometry-Adaptive Explainer for Faithful Dictionary-Based Interpretability under Distribution Shift

This paper introduces the Geometry-Adaptive Explainer (GAE), a gradient-free method that realigns dictionary-based interpretability tools with out-of-distribution activation subspaces to significantly improve causal faithfulness under distribution shifts.

Original authors: Sungjun Lim, Heedong Kim, Andrew Lee, Kyungwoo Song

Published 2026-05-22
📖 5 min read🧠 Deep dive

Original authors: Sungjun Lim, Heedong Kim, Andrew Lee, Kyungwoo Song

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 or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a highly skilled translator who has spent years learning a specific dialect of a language. They are excellent at translating stories written in that dialect. However, one day, they are asked to translate a story written in a slightly different dialect where the grammar rules and word order have subtly shifted.

Because the translator is so used to the old rules, they try to force the new story into the old structure. The result? The translation is confusing, inaccurate, and doesn't capture the true meaning of the new story.

This is exactly the problem the paper "Geometry-Adaptive Explainer for Faithful Dictionary-Based Interpretability under Distribution Shift" tackles, but instead of a human translator, it's about AI models and the tools we use to understand how they think.

Here is a breakdown of the paper's ideas using simple analogies:

1. The Problem: The "Rigid Map"

AI researchers use tools called Dictionary-Based Explainers (like Sparse Autoencoders) to understand what's happening inside a neural network. Think of these explainers as a dictionary or a map.

  • How they work: The map is drawn based on how the AI behaves when it sees "normal" data (like standard English sentences). The map tells us, "When the AI sees this pattern, it activates this specific feature."
  • The Issue: When the AI encounters Out-of-Distribution (OOD) data (like a new slang term, a different topic, or a weirdly phrased sentence), the internal "geometry" of the AI changes. It's as if the landscape itself has rotated.
  • The Result: The old map no longer fits the new landscape. The AI is using different "directions" to think, but the explainer is still trying to read the map from the old orientation. This creates a "Faithfulness Gap." The explanation is no longer faithful to what the AI is actually doing.

2. The Discovery: It's a Geometry Problem

The authors realized this isn't just a random error; it's a geometric misalignment.

  • The Analogy: Imagine the AI's internal thoughts are a cloud of points floating in 3D space. When the data changes, the whole cloud rotates.
  • The old explainer is a rigid frame that was built to fit the cloud in its original position.
  • When the cloud rotates, the frame no longer captures the points correctly. The paper proves that the more the cloud rotates (the "second-moment shift"), the bigger the gap between the frame and the cloud becomes, and the worse the explanation gets.

3. The Solution: GAE (The "Rotating Frame")

The authors propose a new method called GAE (Geometry-Adaptive Explainer). Instead of throwing away the old map and drawing a brand new one from scratch (which takes a lot of time and computing power), GAE does something clever:

  • Step 1: The Spin. It takes the old map and physically rotates it to match the new orientation of the AI's thoughts. It uses a mathematical trick (Orthogonal Procrustes) to find the perfect angle to align the old frame with the new cloud of data.
  • Step 2: The Fine-Tune. Once the frame is rotated, it makes tiny adjustments to the individual "rulers" inside the frame so they fit the specific points of the new data perfectly, without breaking the original structure of the map.

The Best Part: GAE does this without any training.

  • Traditional methods are like trying to learn a new language by reading a million books (taking hours or days of computer time).
  • GAE is like looking at a few sentences, realizing the grammar shifted, and instantly rotating your mental map to match. It takes seconds and requires no gradient updates (no heavy math training).

4. The Results: Fast and Accurate

The paper tested GAE on large language models (like GPT-2 and Pythia) with different types of "shifts" (new time periods, financial documents, and adversarial tricks).

  • Speed: While other methods took minutes or hours to adapt, GAE finished in under 3 seconds.
  • Accuracy: Even though it didn't "train" in the traditional sense, GAE produced explanations that were more faithful (more accurate to the AI's actual behavior) than methods that spent hours retraining the model.
  • The "Circuit" Test: In one experiment, they looked at how the AI decided to predict the word "American." The old map (Fixed) pointed the AI in the wrong direction. GAE rotated the map, and suddenly, the explanation correctly pointed toward the concept of nationality, even though the underlying "features" (the words the AI noticed) stayed exactly the same.

Summary

The paper argues that when AI models face new types of data, their internal "thinking space" rotates. Our old tools for understanding them get stuck in the old orientation.

GAE is a quick, math-based fix that simply rotates our understanding tools to match the new reality. It's a way to keep our explanations accurate and trustworthy without needing to spend days retraining the tools, making it a practical solution for keeping AI interpretable in a changing world.

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 →