← Latest papers
🤖 AI

LLM Doesn't Know What It Doesn't Know: Detecting Epistemic Blind Spots via Cross-Model Attribution Divergence on Clinical Tabular Data

This paper demonstrates that Large Language Models lack genuine epistemic self-awareness on clinical tabular data, as their verbalized confidence is uninformative and their accuracy inversely correlates with task difficulty, but proposes that cross-model attribution divergence analysis combined with few-shot prompting and feature evidence can effectively detect these blind spots and significantly improve both accuracy and calibration without retraining.

Original authors: Akshat Dasula, Prasanna Desikan, Jaideep Srivastava

Published 2026-06-19
📖 5 min read🧠 Deep dive

Original authors: Akshat Dasula, Prasanna Desikan, Jaideep Srivastava

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 Idea: The "Overconfident Intern"

Imagine you hire a brilliant medical student (the LLM) who has read every medical textbook in the world but has never actually worked in a hospital. You also have a seasoned, data-driven nurse (the XGBoost model) who has spent years tracking patient vitals and knows exactly which numbers predict a specific illness (Acute Kidney Injury).

The researchers asked a simple question: Does the medical student know when they are guessing?

They found that the student is dangerously overconfident. No matter how wrong they are, they say, "I am 90% sure!" The paper calls this "Epistemic Blind Spots"—the student doesn't know what they don't know.

The Experiment: Four Ways to Ask the Question

The researchers tested the medical student (using a model called Qwen 2.5) on 300 patient records. They tried four different ways of asking for a diagnosis:

  1. The Blank Slate (Zero-Shot): Just giving the patient's data and asking, "Do they have kidney injury?"
    • Result: The student guessed randomly (49% accuracy) but still claimed to be 85% confident.
  2. The Cheat Sheet (Zero-Shot + SHAP): Giving the student the data plus a list of the top 5 numbers the nurse thinks are important.
    • Result: The student still guessed poorly (52% accuracy) and still claimed 85% confidence. They looked at the right numbers but didn't understand how to use them.
  3. The Examples (Few-Shot): Giving the student the data plus four examples of past patients with their correct diagnoses.
    • Result: The student got much better (68% accuracy) and claimed 93% confidence.
  4. The Super Combo (Few-Shot + SHAP): Giving the student the examples and the nurse's list of important numbers.
    • Result: The student became very good (75% accuracy) and claimed 93% confidence.

The Four Big Discoveries

1. The "Broken Thermometer" (Confidence is Useless)

The most shocking finding is that the student's "confidence score" is a broken thermometer.

  • The Analogy: Imagine a thermometer that always reads "98.6°F" whether you are healthy or running a 104°F fever.
  • The Reality: Whether the student got the answer right or wrong, easy or hard, they always said they were roughly 85% to 93% sure. Their confidence was determined entirely by how the question was written, not by how good the answer was. It tells you nothing about whether the prediction is correct.

2. The "Inverse Difficulty" Effect (They Fail Where the Expert is Sure)

The researchers noticed a weird pattern:

  • When the Nurse was 99% sure (because the data was very clear and specific), the Student was only 65% correct.
  • When the Nurse was unsure (because the data was messy), the Student actually did just as well as the Nurse (about 74% correct).
  • The Analogy: The student is great at general medical theory but terrible at the specific, weird patterns of this specific hospital's data. The student shines when the data is fuzzy and general knowledge helps, but fails when the data requires specific, learned patterns.

3. The "Magic Combo" (1 + 1 = 3)

The researchers found that giving the student examples (Few-Shot) and giving them the nurse's list of important numbers (SHAP) worked better together than the sum of their parts.

  • The Analogy: Imagine trying to learn to drive.
    • Examples alone are like watching a video of someone driving. You understand the goal but don't know which pedals to press.
    • The List alone is like someone pointing at the pedals and saying "Press this." You know what to touch but not why or when.
    • Together, you finally understand the whole car. The researchers found that combining these two methods fixed the student's reasoning much more than just adding the two improvements together.

4. The "Translator" (Fixing the Confidence)

Since the student's own confidence is useless, the researchers built a small "Translator" (a calibrator).

  • How it works: This Translator looks at the difference between what the Student thinks is important and what the Nurse thinks is important.
  • The Result: If the Student and Nurse disagree on what matters, the Translator says, "Hey, this prediction is risky." If they agree, it says, "This is likely safe."
  • The Impact: This replaced the student's fake confidence with a real, patient-specific reliability score. It didn't need to look inside the student's brain or run the test twice; it just compared the two models' reasoning.

The Conclusion: The "Cold Start" Problem

The paper concludes that putting an LLM on structured data (like spreadsheets of patient vitals) is like a Cold Start.

  • The student has the knowledge (they know medicine).
  • But they lack the direction (they don't know which numbers to look at).
  • And they lack self-awareness (they don't know when they are guessing).

The paper suggests that we don't need to replace the smart, data-driven nurse (XGBoost). Instead, we should use the nurse to guide the student (by showing them which features matter) and to calibrate the student (by telling us when the student's reasoning is drifting). This creates a system where the student learns to be genuinely aware of their own limits.

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 →