paper-with-me

홈 › Papers

Trust in One Round: Confidence Estimation for Large Language Models via Structural Signals

2026-02-01 · Pengyue Yang, Jiawen Wen, Haolin Jin, Linghan Huang, Huaming Chen, Ling Chen arxiv

Large language models (LLMs) are increasingly deployed in domains where errors carry high social, scientific, or safety costs. Yet standard confidence estimators, such as token likelihood, semantic similarity and multi-sample consistency, remain brittle under distribution shift, domain-specialised text, and compute limits. In this work, we present Structural Confidence, a single-pass, model-agnostic framework that enhances output correctness prediction based on multi-scale structural signals derived from a model's final-layer hidden-state trajectory. By combining spectral, local-variation, and global shape descriptors, our method captures internal stability patterns that are missed by probabilities and sentence embeddings. We conduct extensive, cross-domain evaluation across four heterogeneous benchmarks-FEVER (fact verification), SciFact (scientific claims), WikiBio-hallucination (biographical consistency), and TruthfulQA (truthfulness-oriented QA). Our Structural Confidence framework demonstrates strong performance compared with established baselines in terms of AUROC and AUPR. More importantly, unlike sampling-based consistency methods which require multiple stochastic generations and an auxiliary model, our approach uses a single deterministic forward pass, offering a practical basis for efficient, robust post-hoc confidence estimation in socially impactful, resource-constrained LLM applications.

📄 PDF Abstract BibTeX arXiv:2602.00977

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityFact Verification

Similar Papers 제목 키워드 기반

A Context-Aware Dual-Metric Framework for Confidence Estimation in Large Language Models

2025-08-01 · Mingruo Yuan, Shuyi Zhang, Ben Kao arxiv

Accurate confidence estimation is essential for trustworthy large language models (LLMs) systems, as it empowers the user to determine when to trust outputs and enables reliable deployment in safety-critical applications…

ADVICE: Answer-Dependent Verbalized Confidence Estimation

2025-10-13 · Ki Jung Seo, Sehun Lim, Taeuk Kim arxiv

Recent progress in large language models (LLMs) has enabled them to communicate their confidence in natural language, improving transparency and reliability. However, this expressiveness is often accompanied by systemati…

Influential Training Data Retrieval for Explaining Verbalized Confidence of LLMs

2026-01-15 · Yuxi Xia, Loris Schoenegger, Benjamin Roth arxiv

Large language models (LLMs) can increase users' perceived trust by verbalizing confidence in their outputs. However, prior work has shown that LLMs are often overconfident, making their stated confidence unreliable sinc…

Information RetrievalQuestion Answering

Trustworthy Agents for Electronic Health Records through Confidence Estimation

2025-08-26 · Yongwoo Song, Minbyul Jeong, Mujeen Sung arxiv

Large language models (LLMs) show promise for extracting information from Electronic Health Records (EHR) and supporting clinical decisions. However, deployment in clinical settings faces challenges due to hallucination …

Question Answering

Confidence Estimation for LLMs in Multi-turn Interactions

2026-01-05 · Caiqi Zhang, Ruihan Yang, Xiaochen Zhu, Chengzu Li 외 arxiv

While confidence estimation is a promising direction for mitigating hallucinations in Large Language Models (LLMs), current research overwhelmingly focuses on single-turn settings. The dynamics of model confidence in mul…