The Confidence Paradox: Can LLM Know When It's Wrong
Sahil Tripathi, Md Tabrez Nafis, Imran Hussain, Jiechao Gao
TL;DR
This work tackles the confidence paradox in DocVQA by introducing HonestVQA, a model-agnostic framework that calibrates model confidence to reflect knowledge and ethical considerations. It combines uncertainty quantification, confidence-accuracy alignment, and contrastive ethical enforcement to reduce overconfident yet incorrect outputs while maintaining multimodal grounding. The approach gains measurable improvements in accuracy and calibration across three diverse datasets, and demonstrates robust cross-domain generalization, along with theoretical guarantees for the proposed metrics H-Score and ECI. Practically, HonestVQA offers a pathway toward more trustworthy DocVQA systems with quantifiable ethical confidence, at a modest computational overhead suitable for deployment in enterprise settings.
Abstract
Document Visual Question Answering (DocVQA) models often produce overconfident or ethically misaligned responses, especially under uncertainty. Existing models like LayoutLMv3, UDOP, and DONUT focus on accuracy but lack ethical calibration. We propose HonestVQA, a model-agnostic, self-supervised framework that aligns model confidence with correctness using weighted loss and contrastive learning. We introduce two new metrics Honesty Score (H-Score) and Ethical Confidence Index (ECI)-to evaluate ethical alignment. HonestVQA improves accuracy and F1 by up to 4.3% across SpDocVQA, InfographicsVQA, and SROIE datasets, while reducing overconfidence. It also generalizes well across domains, achieving 78.9% accuracy and 76.1% F1-score.
