Attributions All the Way Down? The Metagame of Interpretability
This paper introduces the "metagame," a conceptual framework that quantifies second-order interaction effects in model explanations by treating attribution methods as cooperative games to compute meta-attributions, thereby enabling a hierarchical decomposition of attributions and offering new insights into token interactions, cross-modal similarity, and text-to-image concepts across diverse AI models.
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 are trying to understand why a complex machine (like a smart AI) made a specific decision. Usually, we use tools to point at the input and say, "This specific word or pixel was the most important." This is called attribution.
However, the authors of this paper argue that looking at inputs one by one is like trying to understand a symphony by listening to each instrument solo. You miss the magic that happens when they play together. Sometimes, two inputs cancel each other out; other times, they create a powerful synergy that neither could achieve alone.
This paper introduces a new framework called the METAGAME to solve this problem. Here is the breakdown using simple analogies:
1. The Problem: The "Soloist" Blind Spot
Current AI explanation tools are like soloists. They tell you how much "credit" a single word (like "vegan") or a single pixel (like "red") deserves for the AI's answer.
- The Flaw: They miss the duets. If the AI says "No" to a recipe because of "honey" and "butter" together, a soloist tool might just say "Butter is important" and "Honey is important," missing the crucial fact that only together do they make the recipe non-vegan.
- The Old Way: Previous methods tried to fix this by looking at pairs, but they often got messy, mixing up the "solo" credit with the "duet" credit, or they were too computationally heavy to use on large models.
2. The Solution: The "Director's Cut" (The Metagame)
The authors propose a clever trick: Explain the explanation.
Imagine you have a director (the AI) who gives a speech.
- Step 1 (First-Order): You ask, "Who contributed to the speech?" You get a list of actors and their lines.
- Step 2 (The Metagame): Instead of asking the director again, you treat the list of actors as a new game. You ask: "How much did Actor B's presence change the importance of Actor A's line?"
In technical terms, they take a standard explanation method (like "AttnLRP" or "Grad-ECLIP") and treat its output as a new "game." They then use a mathematical tool called the Shapley Value (a fair way to split credit in a group) to calculate how much one feature influences the attribution score of another feature.
3. The Key Innovation: Directional Influence
The paper emphasizes that interactions aren't just "A and B work together." They are often directional.
- Analogy: Think of a conversation.
- Scenario A: You say "Stop," and I stop. (Your word influenced my action).
- Scenario B: I say "Stop," and you stop. (My word influenced your action).
- The Metagame: It doesn't just say "We stopped together." It calculates: "How much did your 'Stop' change the importance of my 'Stop'?"
This allows the framework to separate the "pure" effect of a single word from the "interaction" effect where two words change each other's meaning.
4. What They Tested It On
The authors didn't just do math; they tested this "Metagame" on three real-world AI scenarios:
- Language Models (The Chef): They looked at an AI reading a recipe.
- Result: The standard tool saw "butter" as important. The Metagame revealed that "butter" only became critical because of its specific interaction with "honey." It also showed how the word "pulmonary" changed the importance of the word "embolism" in a medical report.
- Vision-Language Encoders (The Translator): They looked at AI that matches images to text (like "black dog next to a yellow hydrant").
- Result: Standard tools struggle to explain how the word "black" and the word "dog" work together to find the right spot in the image. The Metagame successfully mapped these cross-modal interactions, showing exactly how text tokens guide the AI to look at specific image patches.
- Text-to-Image Generators (The Painter): They looked at AI that draws pictures from text prompts (like "a cat on a mat").
- Result: They used the Metagame to understand how different concepts in the prompt (like "cat" and "red") influence each other to create the final image. They found this method was much better at handling complex prompts with many objects than previous methods.
5. The Bottom Line
The METAGAME is a universal wrapper. You can take any existing method that explains AI (whether it uses gradients, attention, or relevance) and wrap it in this framework to uncover the hidden "second-order" interactions.
It turns a flat list of "important things" into a dynamic map of "how important things influence each other." It proves that to truly understand an AI, you don't just need to know what it looked at; you need to know how those things talked to each other.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.