Papers › Factual Confidence of LLMs: on Reliability and Robustness of Current Estimators

Factual Confidence of LLMs: on Reliability and Robustness of Current Estimators

19 Jun 2024arXiv:2406.13415archive 2025-07-28

Matéo Mahaut, Laura Aina, Paula Czarnowska, Momchil Hardalov, Thomas Müller, Lluís Màrquez

Large Language Models (LLMs) tend to be unreliable in the factuality of their answers. To address this problem, NLP researchers have proposed a range of techniques to estimate LLM's confidence over facts. However, due to the lack of a systematic comparison, it is not clear how the different methods compare to one another. To fill this gap, we present a survey and empirical comparison of estimators of factual confidence. We define an experimental framework allowing for fair comparison, covering both fact-verification and question answering. Our experiments across a series of LLMs indicate that trained hidden-state probes provide the most reliable confidence estimates, albeit at the expense of requiring access to weights and training data. We also conduct a deeper assessment of factual confidence by measuring the consistency of model behavior under meaning-preserving variations in the input. We find that the confidence of LLMs is often unstable across semantically equivalent inputs, suggesting that there is much room for improvement of the stability of models' parametric knowledge. Our code is available at (https://github.com/amazon-science/factual-confidence-of-llms).

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.13415")

Code

Syntology Ran 9 of 16 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amazon-science/factual-confidence-of-llms officialmentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 9 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

9ran
7unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from amazon-science/factual-confidence-of-llms. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_relation amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sf_graph_cleanup.py official repository ran Apache-2.0 (permissive) · 64cac13c7712a758 · report
compute_on_device amazon-science/factual-confidence-of-llms/src/self_knowledge/evaluation/consistency_utils.py official repository ran Apache-2.0 (permissive) · 38bcad1abd42a39a · report
extract_ids amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sf_graph_cleanup.py official repository ran Apache-2.0 (permissive) · 96ff3da37ed8fb76 · report
format_context_trex amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sentence_extractors.py official repository ran Apache-2.0 (permissive) · f6be3e2860c3bb80 · report
get_lpaqa_paraphrase amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sentence_extractors.py official repository ran Apache-2.0 (permissive) · 5649462c5d6fa11b · report
get_model amazon-science/factual-confidence-of-llms/src/self_knowledge/arch.py official repository ran Apache-2.0 (permissive) · c6aa1425713fcf1e · report
get_tokenizer amazon-science/factual-confidence-of-llms/src/self_knowledge/arch.py official repository ran Apache-2.0 (permissive) · 5bcc936c4c8aef88 · report
sequence_log_score amazon-science/factual-confidence-of-llms/src/self_knowledge/evaluation/logit_scorer_utils.py official repository ran Apache-2.0 (permissive) · a4baff91a17627e1 · report
surrogate_logit_score amazon-science/factual-confidence-of-llms/src/self_knowledge/evaluation/logit_scorer_utils.py official repository ran Apache-2.0 (permissive) · 4a8e5481004d91f3 · report
compute_all_scores amazon-science/factual-confidence-of-llms/src/self_knowledge/evaluation/consistency_utils.py official repository unverified Apache-2.0 (permissive) · 94dd1ade2ee9847a · report
get_lama amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sampling.py official repository unverified Apache-2.0 (permissive) · 5161229b89b4fad7 · report
get_nli_scoring_fun amazon-science/factual-confidence-of-llms/src/self_knowledge/evaluation/consistency_utils.py official repository unverified Apache-2.0 (permissive) · 0e0da0e698e5347a · report
get_popQA amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sampling.py official repository unverified Apache-2.0 (permissive) · 298e3e6ffc4b1483 · report
log_to_pandas_dataframe amazon-science/factual-confidence-of-llms/src/self_knowledge/slot_filling.py official repository unverified Apache-2.0 (permissive) · 67ebd03e36b5d144 · report
lpaqa_paraphrases amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sentence_extractors.py official repository unverified Apache-2.0 (permissive) · 33ab7dabeec5a3a2 · report
o_pop_matching amazon-science/factual-confidence-of-llms/src/self_knowledge/data_gen/sf_graph_cleanup.py official repository unverified Apache-2.0 (permissive) · cfdd2155ad385a81 · report

Tasks

Fact VerificationQuestion Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections