Shifting Attention to Relevance: Towards the Predictive Uncertainty Quantification of Free-Form Large Language Models
Jinhao Duan, Hao Cheng, Shiqi Wang, Alex Zavalny, Chenan Wang, Renjing Xu, Bhavya Kailkhura, Kaidi Xu
TL;DR
The paper identifies generative inequalities in free-form LLMs, where many tokens and sentences convey limited semantics yet disproportionately influence uncertainty estimates. It introduces Shifting Attention to Relevance (SAR), a mechanism that reweights token- and sentence-level contributions by their semantic relevance to improve uncertainty quantification. Through extensive experiments on multiple off-the-shelf and instruction-tuned LLMs across diverse QA tasks, SAR and its variants (tokenSAR, sentSAR) consistently outperform prior baselines, including Semantic Entropy, with notable gains in AUROC. The work demonstrates SAR’s potential to enhance reliability and trust in LLM outputs, especially in high-stakes domains like medicine, while acknowledging computational and accessibility trade-offs.
Abstract
Large Language Models (LLMs) show promising results in language generation and instruction following but frequently "hallucinate", making their outputs less reliable. Despite Uncertainty Quantification's (UQ) potential solutions, implementing it accurately within LLMs is challenging. Our research introduces a simple heuristic: not all tokens in auto-regressive LLM text equally represent the underlying meaning, as "linguistic redundancy" often allows a few keywords to convey the essence of long sentences. However, current methods underestimate this inequality when assessing uncertainty, causing tokens with limited semantics to be equally or excessively weighted in UQ. To correct this, we propose Shifting Attention to more Relevant (SAR) components at both token- and sentence-levels for better UQ. We conduct extensive experiments involving a range of popular "off-the-shelf" LLMs, such as Vicuna, WizardLM, and LLaMA-2-chat, with model sizes extending up to 33B parameters. We evaluate various free-form question-answering tasks, encompassing domains such as reading comprehension, science Q&A, and medical Q&A. Our experimental results, coupled with a comprehensive demographic analysis, demonstrate the superior performance of SAR. The code is available at https://github.com/jinhaoduan/SAR.
