paper-with-me

Papers

Teaching Language Models to Faithfully Express their Uncertainty

2025-10-14 · Bryan Eikema, Evgenia Ilia, José G. C. de Souza, Chrysoula Zerva, Wilker Aziz arxiv

Large language models (LLMs) often miscommunicate their uncertainty: repeated queries can produce divergent answers, yet generated responses are typically unhedged or hedged in ways that do not reflect this variability. This conveys unfaithful information about the uncertain state of the LLMs' knowledge, creating a faithfulness gap that affects even strong LLMs. We introduce Faithful Uncertainty Tuning (FUT): a fine-tuning approach that teaches instruction-tuned LLMs to express uncertainty faithfully without altering their underlying answer distribution. We construct training data by augmenting model samples with uncertainty hedges (i.e. verbal cues such as 'possibly' or 'likely') aligned with sample consistency, requiring no supervision beyond the model and a set of prompts. We evaluate FUT on open-domain question answering (QA) across multiple models and datasets. Our results show that FUT substantially reduces the faithfulness gap, while preserving QA accuracy and introducing minimal semantic distribution shift. Further analyses demonstrate robustness across decoding strategies, choice of hedgers, and other forms of uncertainty expression (i.e. numerical). These findings establish FUT as a simple and effective way to teach LLMs to communicate uncertainty faithfully.

📄 PDF Abstract BibTeX arXiv:2510.12587

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question Answering

Similar Papers 제목 키워드 기반

Can Large Language Models Faithfully Express Their Intrinsic Uncertainty in Words?

2024-05-27 · Gal Yona, Roee Aharoni, Mor Geva

We posit that large language models (LLMs) should be capable of expressing their intrinsic uncertainty in natural language. For example, if the LLM is equally likely to output two contradicting answers to the same questi…

Question Answering

Teaching Models to Express Their Uncertainty in Words

2022-05-28 · Stephanie Lin, Jacob Hilton, Owain Evans

We show that a GPT-3 model can learn to express uncertainty about its own answers in natural language -- without use of model logits. When given a question, the model generates both an answer and a level of confidence (e…

Uncertainty Distillation: Teaching Language Models to Express Semantic Confidence

2025-03-18 · Sophia Hager, David Mueller, Kevin Duh, Nicholas Andrews

As large language models (LLMs) are increasingly used for factual question-answering, it becomes more important for LLMs to have the capability to communicate the likelihood that their answer is correct. For these verbal…

Question AnsweringUncertainty Quantification

MetaFaith: Faithful Natural Language Uncertainty Expression in LLMs

2025-05-30 · Gabrielle Kaili-May Liu, Gal Yona, Avi Caciularu, Idan Szpektor 외

A critical component in the trustworthiness of LLMs is reliable uncertainty communication, yet LLMs often use assertive language when conveying false claims, leading to over-reliance and eroded trust. We present the firs…

Benchmarking

Aligning Uncertainty: Leveraging LLMs to Analyze Uncertainty Transfer in Text Summarization

2024-03-17 · Proceedings of the 1st Workshop on Uncertainty-Aware NLP (UncertaiNLP 2024) 2024 3 · Zahra Kolagar, Alessandra Zarcone

Automatically generated summaries can be evaluated along different dimensions, one being how faithfully the uncertainty from the source text is conveyed in the summary. We present a study on uncertainty alignment in auto…

ArticlesText Summarization