LGAICLMar 31

An Isotropic Approach to Efficient Uncertainty Quantification with Gradient Norms

arXiv:2603.2946676.31 citationsh-index: 23
AI Analysis

This work addresses the challenge of efficient uncertainty quantification for large language models, offering a practical solution that avoids computational intractability and data access issues, though it is incremental in its approximations.

The paper tackles the problem of quantifying predictive uncertainty in neural networks by proposing a lightweight method that uses gradient norms and an isotropy assumption, achieving strong correspondence with reference estimates on synthetic problems and revealing benchmark-dependent performance in question answering tasks, such as high AUROC on TruthfulQA but near-chance results on TriviaQA.

Existing methods for quantifying predictive uncertainty in neural networks are either computationally intractable for large language models or require access to training data that is typically unavailable. We derive a lightweight alternative through two approximations: a first-order Taylor expansion that expresses uncertainty in terms of the gradient of the prediction and the parameter covariance, and an isotropy assumption on the parameter covariance. Together, these yield epistemic uncertainty as the squared gradient norm and aleatoric uncertainty as the Bernoulli variance of the point prediction, from a single forward-backward pass through an unmodified pretrained model. We justify the isotropy assumption by showing that covariance estimates built from non-training data introduce structured distortions that isotropic covariance avoids, and that theoretical results on the spectral properties of large networks support the approximation at scale. Validation against reference Markov Chain Monte Carlo estimates on synthetic problems shows strong correspondence that improves with model size. We then use the estimates to investigate when each uncertainty type carries useful signal for predicting answer correctness in question answering with large language models, revealing a benchmark-dependent divergence: the combined estimate achieves the highest mean AUROC on TruthfulQA, where questions involve genuine conflict between plausible answers, but falls to near chance on TriviaQA's factual recall, suggesting that parameter-level uncertainty captures a fundamentally different signal than self-assessment methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes