← Latest papers
💻 computer science

Not All Explanations Simulate Equally: Comparing Verbalized Feature Attributions and Self-Generated Rationales

This paper evaluates and compares the simulatability of verbalized feature attributions and self-generated rationales for question-answering models, demonstrating that explanation format, granularity, and source significantly influence an LLM judge's ability to predict model behavior in counterfactual settings.

Original authors: Pingjun Hong, Benjamin Roth

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Pingjun Hong, Benjamin Roth

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 guess what a very smart, but sometimes quirky, robot will say next. You have a list of questions, and the robot gives you answers. Now, imagine you change one word in the question (a "counterfactual" change) and ask: Can you predict what the robot will say to this new question?

This paper is about testing different types of "hints" (explanations) to see which ones actually help a human (or another AI) make that prediction correctly. The authors call this process simulatability. Think of it like a "crystal ball test": Does the explanation give you enough information to see the future of the robot's behavior?

The researchers compared two main types of hints:

1. The "Highlighter" vs. The "Storyteller"

Type A: The Highlighter (Verbalized Feature Attributions)
Imagine the robot reads a long article and answers a question. A "Highlighter" explanation points to the specific sentences or words in the text that the robot used to make its decision.

  • The Experiment: The researchers took these highlighted parts and turned them into sentences.
    • Sentence-level: "The robot relied on this whole paragraph."
    • Token-level: "The robot relied on the word 'apple'."
    • Rewritten: They asked a super-smart AI to rewrite the highlight into a smooth, flowing sentence.

Type B: The Storyteller (Self-Generated Rationales)
This is when the robot is asked to explain its own thinking before or after giving the answer.

  • Post-hoc: "Here is my answer. By the way, here is a short reason why."
  • Chain-of-Thought (CoT): "Let me think step-by-step... First I looked at X, then I considered Y, so my answer is Z."

2. The Results: What Actually Worked?

The researchers used a "Judge" (another powerful AI) to try and predict the robot's answer to the new, changed question. They gave the Judge the original answer and one of the "hints" listed above.

Here is what they found, using simple analogies:

  • The "Whole Paragraph" Wins (Sentence-level):
    When the hint pointed to a whole sentence or paragraph, the Judge got much better at predicting the robot's next move. It was like being given a full chapter of a book to understand the plot.

    • Analogy: If you tell someone, "The character is angry because of the letter he just read," they can guess what the character will do next.
  • The "Single Word" Fails (Token-level):
    When the hint only pointed to single words (like "apple" or "1805"), the Judge got confused or did worse than before.

    • Analogy: If you just say, "The character is angry because of the word 'letter'," it's too vague. You don't know what the letter said. The context was missing.
  • Fluency is a Trap (LLM Rewriting):
    The researchers tried taking the "Highlighter" notes and asking a super-smart AI to rewrite them into beautiful, smooth English. They thought this would help. It didn't.

    • Analogy: It's like taking a rough map and having an artist redraw it with beautiful colors and fancy fonts. If the map still only shows a single street instead of the whole neighborhood, the pretty font doesn't help you navigate. The information mattered more than the style.
  • The "Step-by-Step" Guide is King (Chain-of-Thought):
    The absolute best hints were the Chain-of-Thought explanations. When the robot explained its reasoning step-by-step, the Judge could predict the robot's future answers with incredible accuracy.

    • Analogy: This is like the robot showing you its scratchpad. Instead of just saying "The answer is 42," it says, "I added 20 and 20, then subtracted 18, so I got 22, then added 20 again..." You can follow the logic perfectly, so you know exactly what it will do next.

3. The Big Takeaway

The paper concludes that not all explanations are created equal.

  • Context is King: Giving a chunk of the original text (a sentence) is much better than giving a tiny fragment (a word).
  • Logic > Polish: A rough, step-by-step logical explanation (Chain-of-Thought) is far more useful for predicting behavior than a smooth, rewritten summary of a highlight.
  • The "Why" Matters: To understand how a model will behave in a new situation, you need to see its reasoning process, not just the evidence it looked at.

In short: If you want to understand a robot's brain, don't just show me the words it highlighted. Show me the story it told itself to get there. That's the only way to truly predict what it will do next.

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 →