The ACUTE Protocol: Operationalizing Language Model Activations for Better Calibration, Utility, and Trust
Abstract
As language models improve and become increasingly deployed to solve a variety of tasks, trustworthiness becomes essential. Calibration is a good proxy for trust: well-calibrated confidence estimates help inform the risk versus reward trade-off when trusting a specific model output. Unfortunately, even as models improve, they remain poorly calibrated, often biasing towards overconfidence. Additionally, calibration can be gamed: a policy that always predicts the base rate is perfectly calibrated, but completely uninformative. To resolve this, we develop a new metric, expected utility renormalized by the oracle (EURO), that balances calibration and informativeness. We also propose a general-purpose activation-based confidence, utility, and trust estimation protocol (ACUTE) to appropriately adjudicate uncertainty. The ACUTE protocol provides flexible, sample-efficient, and compute-efficient confidence estimators for 3 tasks including multiple choice question answering, tool-calling, and scientific document summarization across 6 models from 4 model families. ACUTE outperforms strong baselines on EURO, while maintaining low calibration error. Taken together, our work shows that equipping LLMs with the ACUTE protocol can improve calibration, utility, and trustworthiness in numerous settings.
Lay Summary
Large language models are being used by many users in many different areas, even though automatically estimating whether a user should trust the language model's output is hard. The question of whether to trust the output of an LM is often decided by directly looking at the probability that the LM itself assigns to whether that output was correct and going with that. However, these estimates rarely reflect whether the outputs are correct. In this work, we use the internal representations of a language model to decide whether to trust the model output and find that across tasks and language models, using these internal representations is beneficial.