← Latest papers
💬 NLP

Faithfulness Evaluation for Decoder-only LLM Attributions with Controlled Retained Information

This paper introduces the π\pi-Soft-NC and π\pi-Soft-NS evaluation framework to control for retained word counts when assessing attribution faithfulness in decoder-only LLMs, alongside the Grad-ELLM method which effectively combines gradient and attention signals to achieve strong comprehensiveness-oriented performance.

Original authors: Xin Huang, Antoni B. Chan

Published 2026-05-27
📖 4 min read☕ Coffee break read

Original authors: Xin Huang, Antoni B. Chan

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

The Big Problem: Comparing Apples to Oranges

Imagine you are a judge trying to decide which detective is better at solving a mystery. You have two detectives, Detective A and Detective B.

  • Detective A finds 5 clues, but they are all very important.
  • Detective B finds 50 clues, but only 5 are actually useful; the rest are just noise.

In the past, researchers tried to measure "faithfulness" (how well an AI explains its own thinking) by seeing how much the AI's answer changed when you removed the clues the detective pointed to.

The Flaw: The old way of measuring was like this: If Detective B gave you a list of 50 clues, and you removed 45 of them, the AI's answer might change a lot simply because you removed so many words, not because the clues were bad. If Detective A gave you a short list of 5 clues, removing them might change the answer less, just because there were fewer words to begin with.

The old metrics were unfair. They were comparing a detective who kept a lot of information against one who kept very little, making it look like the one who kept more information was "better" at explaining things, even if their logic was messy.

The Solution: The "Equal Retention" Rule

The authors of this paper propose a new rule for the game: Everyone must keep the exact same amount of information.

They introduce a new method called π\pi-Soft-NC and π\pi-Soft-NS. Think of π\pi (Pi) as a "volume knob" for information.

  • If you set the knob to 0.5, both Detective A and Detective B must keep exactly 50% of the words in the sentence.
  • If you set it to 0.1, both must keep only 10%.

By forcing both methods to "keep" the same amount of information, you can finally see who actually picked the right words to explain the AI's decision, rather than who just picked the most words.

The New Detective: Grad-ELLM

The authors also built a new detective method called Grad-ELLM to test this new rule.

  • How it works: Imagine an AI writing a story one word at a time (like a chain reaction). To understand why the AI chose the next word, Grad-ELLM looks at two things simultaneously:
    1. The "Attention" Map: Which words did the AI look at? (Like who the AI is staring at in a room).
    2. The "Gradient" Map: How much did changing those words actually change the result? (Like how much the room's temperature changes if you move a specific heater).

Grad-ELLM combines these two views. It doesn't just pick the single "most important" word; it creates a smooth, continuous map of importance across the whole sentence. It's like a heat map showing exactly where the "heat" (importance) is, rather than just pointing a finger at one spot.

What They Found

The authors tested their new rule and their new detective on famous AI models (Llama and Mistral) using tasks like:

  • Sentiment Analysis: Deciding if a movie review is positive or negative.
  • Open Generation: Writing answers to questions or continuing a story.

The Results:

  1. The Old Rule was Biased: When they used the old metrics, methods that kept a lot of words looked artificially good.
  2. The New Rule Reveals Truth: Under the new "Equal Retention" rule, Grad-ELLM proved to be excellent at finding broad evidence. It showed that the AI's decision was supported by a wide range of words working together (like a chorus of voices).
  3. No Single Winner: Interestingly, no single method was the best at everything.
    • Some methods were great at finding the one or two most critical words (like finding the "smoking gun").
    • Grad-ELLM was great at showing the whole picture of how many words contributed to the answer.

The Takeaway

This paper is like a new set of scales for a bakery. Before, if you weighed a cake with a heavy plate and a cookie with a light plate, you couldn't tell which dessert was actually heavier. The authors added a standard plate to both sides.

They also baked a new kind of cake (Grad-ELLM) that spreads its flavor evenly throughout, rather than just having a few sweet spots. Their new scales show that while some methods are good at finding the "sweet spots," their new cake is better at showing how the whole dessert is put together.

In short: They fixed the way we test AI explanations so we aren't tricked by the amount of words, and they introduced a new method that gives a more complete, honest picture of how the AI thinks.

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 →