CLAIMar 24

Set-Valued Prediction for Large Language Models with Feasibility-Aware Coverage Guarantees

arXiv:2603.2296624.62 citationsh-index: 5
AI Analysis

This addresses the issue of unreliable single predictions in LLMs for users needing robust outputs, though it is incremental as it builds on existing set-valued prediction concepts.

The paper tackles the problem of LLMs underestimating their capability by moving from point to set-valued prediction, proposing a framework with feasibility-aware coverage guarantees that ensures a correct answer is included with desired probability when feasible, validated on six tasks with five LLMs.

Large language models (LLMs) inherently operate over a large generation space, yet conventional usage typically reports the most likely generation (MLG) as a point prediction, which underestimates the model's capability: although the top-ranked response can be incorrect, valid answers may still exist within the broader output space and can potentially be discovered through repeated sampling. This observation motivates moving from point prediction to set-valued prediction, where the model produces a set of candidate responses rather than a single MLG. In this paper, we propose a principled framework for set-valued prediction, which provides feasibility-aware coverage guarantees. We show that, given the finite-sampling nature of LLM generation, coverage is not always achievable: even with multiple samplings, LLMs may fail to yield an acceptable response for certain questions within the sampled candidate set. To address this, we establish a minimum achievable risk level (MRL), below which statistical coverage guarantees cannot be satisfied. Building on this insight, we then develop a data-driven calibration procedure that constructs prediction sets from sampled responses by estimating a rigorous threshold, ensuring that the resulting set contains a correct answer with a desired probability whenever the target risk level is feasible. Extensive experiments on six language generation tasks with five LLMs demonstrate both the statistical validity and the predictive efficiency of our framework.

Foundations

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

Your Notes