Language Models with Conformal Factuality Guarantees
Christopher Mohri, Tatsunori Hashimoto
TL;DR
This work addresses the challenge of ensuring factual correctness in open-ended language model outputs by introducing conformal factuality, which grounds LM outputs in entailment-based uncertainty sets and applies split conformal prediction to achieve high-probability correctness guarantees. The authors formalize the approach, prove theoretical guarantees, and instantiate F_t via sub-claims to enable a practical back-off mechanism compatible with black-box LMs. Empirical results on FActScore, Natural Questions, and MATH with GPT-4 demonstrate substantial gains in factuality while preserving most of the original content, illustrating a viable path toward safer LM deployment with probabilistic guarantees. The framework is model-agnostic, data-efficient, and adaptable to distribution shifts, marking a significant step toward probabilistic correctness in real-world LM applications.
Abstract
Guaranteeing the correctness and factuality of language model (LM) outputs is a major open problem. In this work, we propose conformal factuality, a framework that can ensure high probability correctness guarantees for LMs by connecting language modeling and conformal prediction. We observe that the correctness of an LM output is equivalent to an uncertainty quantification problem, where the uncertainty sets are defined as the entailment set of an LM's output. Using this connection, we show that conformal prediction in language models corresponds to a back-off algorithm that provides high probability correctness guarantees by progressively making LM outputs less specific (and expanding the associated uncertainty sets). This approach applies to any black-box LM and requires very few human-annotated samples. Evaluations of our approach on closed book QA (FActScore, NaturalQuestions) and reasoning tasks (MATH) show that our approach can provide 80-90% correctness guarantees while retaining the majority of the LM's original output.
