Linguistic Calibration of Long-Form Generations
Neil Band, Xuechen Li, Tengyu Ma, Tatsunori Hashimoto
TL;DR
This work tackles confident hallucinations in long-form LM outputs by introducing linguistic calibration (LC), which aligns long-form generations with calibrated downstream forecasts. It defines LC via a decision-theoretic lens, linking a downstream reader's forecasts to the true outcome distribution $p(y|x)$ and optimizing with a strictly proper scoring rule; the authors implement a two-stage training pipeline (supervised finetuning to obtain $\pi_{SFT}$ followed by reinforcement learning to obtain $\pi_{LC}$) using a surrogate reader. Empirically, LC applied to Llama 2 7B achieves significantly better calibration (lower reader ECE) than strong factuality baselines while preserving accuracy, and generalizes across domain shifts to scientific QA and biography generation without task-specific retraining. The paper also provides theoretical connections showing that linguistic calibration implies no-regret and accurate loss estimation guarantees for downstream decision-making, supporting the practical value of calibrating long-form text end-to-end. Overall, LC offers a principled path to safer, more interpretable long-form LMs in real-world decision contexts by calibrating the space of user predictions derived from model-produced text.
Abstract
Language models (LMs) may lead their users to make suboptimal downstream decisions when they confidently hallucinate. This issue can be mitigated by having the LM verbally convey the probability that its claims are correct, but existing models cannot produce long-form text with calibrated confidence statements. Through the lens of decision-making, we define linguistic calibration for long-form generations: an LM is linguistically calibrated if its generations enable its users to make calibrated probabilistic predictions. This definition enables a training framework where a supervised finetuning step bootstraps an LM to emit long-form generations with confidence statements such as "I estimate a 30% chance of..." or "I am certain that...", followed by a reinforcement learning step which rewards generations that enable a user to provide calibrated answers to related questions. We linguistically calibrate Llama 2 7B and find in automated and human evaluations of long-form generations that it is significantly more calibrated than strong finetuned factuality baselines with comparable accuracy. These findings generalize under significant domain shifts to scientific and biomedical questions and to an entirely held-out person biography generation task. Our results demonstrate that long-form generations may be calibrated end-to-end by constructing an objective in the space of the predictions that users make in downstream decision-making.
