← Latest papers
💬 NLP

Faithful-Patchscopes: Understanding and Mitigating Model Bias in Hidden Representations Explanation of Large Language Models

This paper identifies a systematic unfaithfulness in the Patchscopes framework where Large Language Models rely on inherent linguistic biases rather than contextual hidden representations, and proposes the BALOR method to recalibrate logits and significantly improve explanation faithfulness.

Original authors: Xilin Gong, Shu Yang, Zehua Cao, Lynne Billard, Di Wang

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

Original authors: Xilin Gong, Shu Yang, Zehua Cao, Lynne Billard, Di Wang

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 Picture: Reading the "Mind" of an AI

Imagine a Large Language Model (LLM) like a giant, complex factory. When you ask it a question, it doesn't just think; it processes information through layers of machinery, creating internal "blueprints" (called hidden representations) that hold the specific details of your request.

Recently, researchers invented a tool called Patchscopes. Think of Patchscopes as a "mind-reading machine." It takes one of these internal blueprints, plugs it into a new question, and asks the AI to explain what that blueprint means in plain English.

The Problem: The paper argues that this mind-reading machine is often unfaithful. It doesn't always tell the truth about what's in the blueprint. Instead, it often ignores the specific details you gave it and just recites what it usually thinks.

The Analogy: The "Broccoli" Bias

To understand the problem, imagine you are showing a picture of a purple broccoli to a robot.

  1. The Reality: In the picture, the broccoli is clearly purple. The robot's internal "blueprint" for this image correctly encodes the color "purple."
  2. The Robot's Habit: However, in the real world (and in the massive amount of text the robot was trained on), broccoli is almost always described as green. The robot has a strong habit: Broccoli = Green.
  3. The Failure: When you use Patchscopes to ask the robot, "What color is this broccoli?" based on that purple blueprint, the robot ignores the purple evidence. It says, "Green."

The robot is so used to the "Green" habit that it overrides the actual evidence in its own memory. The paper calls this Model Bias caused by Imbalanced Linguistic Patterns (seeing "green broccoli" 100 times more often than "purple broccoli").

The Solution: BALOR (The "Fact-Checker")

The authors propose a new method called BALOR (Bias Alignment through Logit Recalibration) to fix this.

Think of BALOR as a smart fact-checker that runs a parallel simulation. Here is how it works:

  1. The "Biased" Guess: The robot looks at the purple broccoli and, relying on its bad habits, thinks, "It's probably green."
  2. The "Contrast" Guess: BALOR asks the robot a second question: "If I didn't show you the picture, and just asked you about broccoli in general, what would you say?" The robot says, "Green" (because that's its default bias).
  3. The Math Magic: BALOR compares these two answers. It realizes: "The robot said 'Green' in both cases. But in the first case, it had the purple picture! The fact that it still said 'Green' means its bias is too strong."
  4. The Correction: BALOR subtracts the "default bias" from the "picture-based answer." It essentially says, "Okay, we know you want to say 'Green' because of your habits. But since the picture says 'Purple,' let's boost the 'Purple' signal and cancel out the 'Green' habit."

By doing this math on the robot's confidence levels (called logits) before it writes the final answer, BALOR forces the robot to pay attention to the specific context (the purple broccoli) rather than its general habits.

What They Found

The researchers tested this on four different AI models (like Llama and Qwen) using a dataset of tricky questions about colors, gender, and culture.

  • The Problem is Real: Without help, the AI's explanations were wrong about 18% to 28% of the time because it kept falling back on its biases.
  • BALOR Works: By using their "fact-checker" method, they improved the accuracy significantly. In some cases, the AI became 33% more faithful to the actual information it was holding.
  • No Surgery Needed: Unlike other methods that require retraining the whole AI (which is expensive and changes how the AI thinks), BALOR works like a filter at the very end of the process. It fixes the answer without changing the AI's brain.

Summary

The paper shows that AI models often lie about what they "know" internally because they are too stubborn about their training habits. The authors built a tool (BALOR) that acts like a referee, spotting when the AI is ignoring the evidence to follow its habits, and mathematically nudging it to tell the truth. This makes tools that try to explain how AI thinks much more reliable.

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 →