paper-with-me

홈 › Papers

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

2026-06-17 · Akshat Dasula, Prasanna Desikan, Jaideep Srivastava arxiv

Large language models (LLMs) are increasingly applied to structured clinical data, yet whether they can recognize the limits of their own knowledge on such tasks remains unexplored. We study this question through the lens of cross-model attribution divergence with the goal of reducing epistemic uncertainty for structured tasks, comparing Qwen 2.5 7B and XGBoost on a prediction task via attribution divergence analysis. We report four findings. First, LLM verbalized confidence is epistemically vacuous, it outputs a near-constant (0.856-0.937) regardless of whether accuracy is 49% or 75.3%, tracking prompt format rather than prediction quality. Second, the LLM exhibits an inverse difficulty effect: accuracy drops to 64.8% when XGBoost is 99% correct, but matches XGBoost (73.8% vs. 73.1%) when it is moderately uncertain. Third, few-shot examples and SHAP-derived feature evidence are orthogonal, super-additive interventions: they reduce the Attribution Disagreement Score (ADS) from 1.54 to 0.38 and improve accuracy from 49% to 75.3% without training. Fourth, a cross-model calibrator that determined LLM reliability using attribution divergence signals reduces expected calibration error from 0.254 to 0.080, replacing uninformative verbalized confidence with patient-specific reliability estimates, without accessing model internals or requiring repeated inference. We frame these findings as a cold start problem for LLMs on structured data and outline a path toward genuine epistemic self-awareness.

📄 PDF Abstract BibTeX arXiv:2606.19509

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Analogy-based detection of morphological and semantic relations with word embeddings: what works and what doesn't.

2016-06-01 · NAACL 2016 6 · Anna Gladkova, Aleks Drozd, R, Satoshi Matsuoka
Morphological AnalysisWord EmbeddingsWord Sense Disambiguation

Does Your Dermatology Classifier Know What It Doesn't Know? Detecting the Long-Tail of Unseen Conditions

2021-04-08 · Abhijit Guha Roy, Jie Ren, Shekoofeh Azizi, Aaron Loh 외

We develop and rigorously evaluate a deep learning based system that can accurately classify skin conditions while detecting rare conditions for which there is not enough data available for training a confident classifie…

Outlier DetectionOut of Distribution (OOD) DetectionRepresentation Learning

Don't Do What Doesn't Matter: Intrinsic Motivation with Action Usefulness

2021-05-20 · Mathieu Seurin, Florian Strub, Philippe Preux, Olivier Pietquin

Sparse rewards are double-edged training signals in reinforcement learning: easy to design but hard to optimize. Intrinsic motivation guidances have thus been developed toward alleviating the resulting exploration proble…

What the F-measure doesn't measure: Features, Flaws, Fallacies and Fixes

2015-03-22 · David M. W. Powers

The F-measure or F-score is one of the most commonly used single number measures in Information Retrieval, Natural Language Processing and Machine Learning, but it is based on a mistake, and the flawed assumptions render…

BIG-bench Machine LearningInformation RetrievalRetrieval

No Algorithmic Collusion in Two-Player Blindfolded Game with Thompson Sampling

2024-05-23 · Ningyuan Chen, Xuefeng Gao, Yi Xiong

When two players are engaged in a repeated game with unknown payoff matrices, they may be completely unaware of the existence of each other and use multi-armed bandit algorithms to choose the actions, which is referred t…

Thompson Sampling