Paper: 2603.22966 Authors: Ye Li, Anqi Hu, Yuanchang Ye, Shiyan Tong, Zhiyuan Wang, Bo Fu Categories: cs.CL
Abstract
Conventional LLM usage reports the most likely generation (MLG) as a point prediction, which underestimates the model’s true capability. Even when the top-ranked response is incorrect, valid answers may exist in the broader output space accessible through repeated sampling. This paper proposes a framework for set-valued prediction with feasibility-aware coverage guarantees. The key insight is that coverage is not always achievable — even with multiple samplings, LLMs may fail to yield an acceptable response. The authors establish the Minimum Achievable Risk Level (MRL), below which statistical coverage cannot be satisfied, and develop a data-driven calibration procedure that constructs prediction sets from sampled responses ensuring the correct answer is included with desired probability when feasible. The framework is tested on 6 language generation tasks with 5 LLMs.
Key Contributions
- Minimum Achievable Risk Level (MRL): Formally defines the threshold below which coverage guarantees are impossible, addressing a fundamental gap in existing conformal prediction methods that assume valid answers always appear in sampled sets
- Feasibility-aware coverage framework: Extends split conformal prediction to open-ended text generation, providing guarantees only when they are actually achievable
- Multi-view reliability scoring: Combines TokenSAR uncertainty quantification with semantic consensus to score candidate responses from multiple perspectives
- Learn-Then-Test (LTT) calibration: Data-driven procedure for constructing prediction sets that provably contain correct answers at the desired confidence level when feasible
- Broad empirical validation: Tested across 6 language generation tasks and 5 LLMs, demonstrating practical effectiveness
Methodology
The framework operates in several stages:
- Sampling: Generate multiple candidate responses from the LLM through repeated sampling
- Scoring: Evaluate each candidate using a multi-view reliability score combining TokenSAR (token-level sequence-aware uncertainty) and semantic consensus among responses
- MRL estimation: Compute the Minimum Achievable Risk Level to determine whether coverage at the target level is feasible for a given query
- Calibration: Apply Learn-Then-Test calibration on held-out data to select a threshold that determines which candidates enter the prediction set
- Prediction set construction: Include all candidates whose reliability score exceeds the calibrated threshold
The approach is grounded in split conformal prediction but critically extends it by recognizing that for open-ended generation, the standard assumption — that a valid answer will always appear among samples — does not hold.
Results
- The framework successfully identifies when coverage is achievable versus when LLMs fundamentally cannot produce acceptable responses
- Prediction sets maintain valid coverage rates at or above the target level across all 6 tasks when the MRL condition is satisfied
- Multi-view scoring (TokenSAR + semantic consensus) outperforms single-metric approaches in constructing tighter prediction sets
- The method generalizes across 5 different LLMs without requiring architecture-specific modifications
- Addresses a practical gap: existing conformal methods often produce misleadingly large or vacuous prediction sets when the model simply cannot solve the task
Takeaways
- Point predictions from LLMs (taking only the top response) systematically underestimate model capability — set-valued prediction reveals valid answers that exist in the broader sampling space
- Not all coverage targets are achievable: the MRL concept is essential for honest uncertainty quantification in LLMs
- Combining token-level uncertainty with semantic consensus provides a richer signal for response quality than either metric alone
- The feasibility-aware approach prevents the false confidence that arises when conformal methods are applied without checking whether their assumptions hold
- This work bridges conformal prediction theory and practical LLM deployment, offering a principled way to report “here are the plausible answers” instead of a single best guess
论文: 2603.22966 作者: Ye Li, Anqi Hu, Yuanchang Ye, Shiyan Tong, Zhiyuan Wang, Bo Fu 分类: cs.CL
摘要
传统的大语言模型使用方式将最可能生成(MLG)作为点预测进行报告,这低估了模型的真实能力。即使排名最高的回答是错误的,通过重复采样在更广泛的输出空间中可能存在有效答案。本文提出了一种具有可行性感知覆盖保证的集值预测框架。核心洞察在于覆盖并非总是可实现的——即使经过多次采样,大语言模型也可能无法生成可接受的响应。作者建立了最小可达风险水平(MRL),低于该水平统计覆盖无法满足,并开发了一种数据驱动的校准程序,从采样响应中构建预测集,在可行时确保以期望概率包含正确答案。该框架在5个大语言模型的6个语言生成任务上进行了测试。
主要贡献
- 最小可达风险水平(MRL):正式定义了覆盖保证不可能实现的阈值,填补了现有保形预测方法中假设有效答案总会出现在采样集中的根本性空白
- 可行性感知覆盖框架:将分裂保形预测扩展到开放式文本生成,仅在保证实际可实现时才提供保证
- 多视角可靠性评分:结合TokenSAR不确定性量化与语义共识,从多个角度评估候选响应
- 学习后测试(LTT)校准:数据驱动的预测集构建程序,在可行时可证明地以期望置信度包含正确答案
- 广泛的实证验证:在6个语言生成任务和5个大语言模型上进行测试,展示了实际有效性
方法论
该框架分几个阶段运行:
- 采样:通过重复采样从大语言模型生成多个候选响应
- 评分:使用结合TokenSAR(令牌级序列感知不确定性)和响应间语义共识的多视角可靠性分数评估每个候选
- MRL估计:计算最小可达风险水平,以确定给定查询在目标水平上的覆盖是否可行
- 校准:在留出数据上应用学习后测试校准,选择决定哪些候选进入预测集的阈值
- 预测集构建:纳入所有可靠性分数超过校准阈值的候选
该方法基于分裂保形预测,但关键性地进行了扩展,认识到对于开放式生成,标准假设——有效答案总会出现在样本中——并不成立。
实验结果
- 框架成功识别了覆盖可实现的情况与大语言模型从根本上无法生成可接受响应的情况
- 当MRL条件满足时,预测集在所有6个任务中保持达到或超过目标水平的有效覆盖率
- 多视角评分(TokenSAR + 语义共识)在构建更紧凑的预测集方面优于单一指标方法
- 该方法在5个不同的大语言模型上泛化良好,无需针对特定架构的修改
- 解决了一个实际问题:现有保形方法在模型根本无法解决任务时,往往产生误导性的过大或空洞预测集
要点总结
- 大语言模型的点预测(仅取最佳响应)系统性地低估了模型能力——集值预测揭示了更广泛采样空间中存在的有效答案
- 并非所有覆盖目标都是可实现的:MRL概念对于大语言模型中诚实的不确定性量化至关重要
- 将令牌级不确定性与语义共识相结合,比单一指标能提供更丰富的响应质量信号
- 可行性感知方法防止了在未检查假设是否成立的情况下应用保形方法所产生的虚假信心
- 本工作架起了保形预测理论与实际大语言模型部署之间的桥梁,提供了一种有原则的方式来报告”这些是可能的答案”而非单一的最佳猜测