Confidence as Control

A Survey of Confidence Utilization in Large Language Models

Yubo Li, Tianyang Zhou, Xiaobin Shen, Yidi Miao, Rema Padman, Ramayya Krishnan
Carnegie Mellon University

📄 Paper ⭐ GitHub

What is this survey about?

Positioning confidence not just as an estimation target, but as a control primitive for building reliable LLM systems.

Most work on confidence in large language models has focused on estimation, uncertainty quantification, and calibration. In deployed systems, however, the key question is how confidence should be used to govern behavior. This survey studies confidence utilization: the use of confidence-related signals to control system decisions. We formalize this through a unified framework in which confidence is defined over decision units under a local state and then consumed by a policy to determine actions.

Using this lens, we organize the literature across the full LLM lifecycle: training, inference, model selection and cascading, retrieval-augmented generation, risk management, and agentic control. We compare methods by signal source, decision unit, and functional role, and highlight open challenges in confidence semantics, composition, source attribution, decision-aware evaluation, and robustness.

Confidence-guided control across six parallel domains of the LLM lifecycle
Figure 1: Confidence-guided control across six parallel domains of the LLM lifecycle.

Taxonomy at a Glance

Six domains of the LLM lifecycle where confidence functions as control.

Key Contributions

🔬

Unified Framework

Confidence as a control signal defined over decision units, consumed by a policy — a single abstraction covering the full lifecycle.

📊

6-Domain Taxonomy

Comprehensive coverage across training, inference, routing, RAG, risk management, and agentic systems.

100+

Methods Compared

Cross-cutting comparison tables organized by signal source, decision unit, and functional role.

5

Open Challenges

Confidence semantics, composition, source attribution, decision-aware evaluation, and robustness.

Citation

@misc{li2026confidence,
  title  = {Confidence as Control: A Survey of Confidence Utilization
            in Large Language Models},
  author = {Yubo Li and Tianyang Zhou and Xiaobin Shen and
            Yidi Miao and Rema Padman and Ramayya Krishnan},
  year   = {2026},
  note   = {Preprint},
  url    = {https://yubol-bobo.github.io/assets/pdf/Conf_Survey.pdf}
}