Non-Exchangeable Conformal Language Generation with Nearest Neighbors
Dennis Ulmer, Chrysoula Zerva, André F. T. Martins
TL;DR
This work addresses uncertainty in non-i.i.d. neural language generation by adapting conformal prediction to a non-exchangeable setting and pairing it with nearest-neighbor retrieval. The proposed non-exchangeable conformal nucleus sampling yields token-level, calibrated prediction sets post-hoc, without additional training, by building a $k$-NN datastore of decoder states and conformity scores and shaping the set via a learned temperature. Across machine translation and language modeling, it achieves coverage close to the target with tighter prediction sets than baselines, and demonstrates robustness under distributional drift, aided by adaptive prediction sets. The approach offers a principled, scalable way to constrain generation with statistical guarantees and flexible uncertainty control, supported by open-source code and extensive empirical analysis.
Abstract
Quantifying uncertainty in automatically generated text is important for letting humans check potential hallucinations and making systems more reliable. Conformal prediction is an attractive framework to provide predictions imbued with statistical guarantees, however, its application to text generation is challenging since any i.i.d. assumptions are not realistic. In this paper, we bridge this gap by leveraging recent results on non-exchangeable conformal prediction, which still ensures bounds on coverage. The result, non-exchangeable conformal nucleus sampling, is a novel extension of the conformal prediction framework to generation based on nearest neighbors. Our method can be used post-hoc for an arbitrary model without extra training and supplies token-level, calibrated prediction sets equipped with statistical guarantees. Experiments in machine translation and language modeling show encouraging results in generation quality. By also producing tighter prediction sets with good coverage, we thus give a more theoretically principled way to perform sampling with conformal guarantees.
