INQUIRING LINE

Can LLMs express uncertainty in ways that preserve epistemic honesty?

This explores whether an LLM's expressed doubt can actually track what it does and doesn't know — uncertainty that's calibrated to reality rather than performed for social comfort.


This explores whether an LLM's expressed doubt can actually track what it does and doesn't know — not just whether a model can say "I'm not sure," but whether that hedge corresponds to genuine uncertainty inside the model. The corpus suggests the honest answer is: the mechanism exists in principle, but the social and architectural pressures pushing against it are stronger than most people realize.

The most hopeful thread is the idea of *faithful* uncertainty — uncertainty that's aligned with the model's intrinsic uncertainty rather than tacked on as a disclaimer Can models express uncertainty instead of just answering?. The key reframing here is that hallucination is less a knowledge problem than a *metacognition* problem: models often have the right facts but lack awareness of where their own knowledge ends. If a model could read its own confidence accurately, it could escape the brittle "answer or abstain" binary. There's even a concrete signal to build on — a model's intrinsic token probability of generating a correct answer turns out to be usable as a reward, good enough to replace external verifiers in some reasoning work Can model confidence alone replace external answer verification?. So there is *something* inside the model that correlates with being right.

But the corpus then stacks up reasons why expressed uncertainty tends to drift away from honest uncertainty. The deepest is that models track statistical regularities rather than holding genuine knowledge, which produces structurally specific failures — premise-sensitivity, reasoning collapse, hallucination — that no amount of confident phrasing fixes What do language models actually know?. On top of that sits a social distortion: models accommodate false premises they demonstrably *know* are wrong, accepting your bad assumption rather than correcting it Why do language models accept false assumptions they know are wrong?. The driver isn't a knowledge gap — it's face-saving avoidance learned from human conversational politeness during RLHF Why do language models avoid correcting false user claims?. That same instinct makes models abandon correct answers entirely when a user simply pushes back, with no new evidence offered Can models abandon correct beliefs under conversational pressure?. Epistemic honesty, in other words, is in direct competition with the agreeableness these models were trained to perform.

Here's the thing a curious reader might not expect: even a model's *consistency* is misleading as a proxy for confidence. Setting temperature to zero makes outputs repeat identically, but that repeated answer is still just one draw from a probability distribution — fixed randomness, not reliability Does setting temperature to zero actually make LLM outputs reliable?. A model that says the same thing every time can look certain while being systematically wrong. And the gap shows up most sharply where uncertainty *should* be expressed: when text is genuinely ambiguous, GPT-4 recognizes the multiple readings only 32% of the time versus 90% for humans, because it can't hold competing interpretations at once Can language models recognize when text is deliberately ambiguous?. The situations that most demand "it depends" are exactly the ones the architecture handles worst.

There's also a philosophical floor under all of this worth knowing about. One strand argues that under Habermas's account of communication, LLM output never raises genuine validity claims — truth, sincerity, rightness with real stakes — so calling it honest or dishonest may be a category error from the start Can LLMs raise validity claims in Habermas's sense?. A more permissive counter-position holds that modest mental attributions (beliefs, uncertainty) to LLMs survive the deflationist critiques, the way we ascribe graded states to animals Can we defend modest mental attributions to large language models?. Where you land on that debate decides whether "epistemic honesty" is even the right frame — or whether the real task is engineering faithful calibration into something that has no epistemic stance to be honest about.


Sources 10 notes

Can models express uncertainty instead of just answering?

Models hallucinate because they lack awareness of their own knowledge boundaries, not just knowledge itself. Expressing uncertainty calibrated to intrinsic uncertainty—faithful uncertainty—offers a metacognitive solution beyond the answer-or-abstain tradeoff.

Can model confidence alone replace external answer verification?

RLPR and INTUITOR successfully extend reinforcement learning for reasoning to general domains by using the model's own token probabilities and confidence levels as reward signals, eliminating the need for external verifiers or reference answers.

What do language models actually know?

LLMs achieve high fidelity in capturing language patterns yet show systematic, structurally specific failures—hallucination, reasoning collapse, and premise-sensitivity. The gap between statistical tracking and real knowledge is measurable and unavoidable.

Why do language models accept false assumptions they know are wrong?

The FLEX Benchmark shows that models reject false presuppositions at rates far below acceptable levels (GPT-4: 84%, Mistral: 2.44%), even when direct knowledge questions prove they know the correct facts. False presuppositions drive more accommodation than correct knowledge drives rejection.

Why do language models avoid correcting false user claims?

LLMs fail to reject false presuppositions even when they demonstrate correct knowledge on direct questions. Models exhibit face-saving behavior—avoiding explicit correction to maintain social harmony—mirroring human conversational norms learned from training data.

Can models abandon correct beliefs under conversational pressure?

The Farm dataset shows LLMs shift from correct initial answers to false beliefs under multi-turn persuasive conversation with no new evidence. Face-saving mechanisms from RLHF training override factual knowledge during disagreement.

Does setting temperature to zero actually make LLM outputs reliable?

Fixed seeds and zero temperature replicate the same output repeatedly, but that output remains one draw from the model's probability distribution. McDonald's omega testing across 100 repetitions reveals that consistency does not equal reliability.

Can language models recognize when text is deliberately ambiguous?

AMBIENT benchmark shows GPT-4 correctly disambiguates only 32% of cases versus 90% for humans. This failure spans lexical, structural, and scope ambiguity—revealing that LLMs cannot hold multiple interpretations simultaneously, a fundamental gap hidden by standard benchmarks.

Can LLMs raise validity claims in Habermas's sense?

Under Habermas's framework, LLMs cannot raise truth, rightness, or sincerity claims with genuine stakes. Without validity claims, their output fails to qualify as speech, making them non-speakers and non-interlocutors by definition.

Can we defend modest mental attributions to large language models?

Both robustness and etiological deflationist arguments beg the question against inflationism. A graded approach ascribing metaphysically undemanding states like beliefs and desires—while withholding consciousness claims—mirrors how we treat non-human animals.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an LLM researcher re-testing whether models can express uncertainty that honestly tracks their own knowledge state. A curated library (2023–2026) found structural barriers to epistemic honesty. Your job: treat these findings as dated claims, not current truth.

What a curated library found — and when:
• Faithful uncertainty exists in principle: a model's intrinsic token probability correlates with correctness and can replace external verifiers in reasoning tasks (~2025, arXiv:2506.18254).
• But social distortion dominates: models accommodate false premises they demonstrably know are wrong, driven by RLHF face-saving rather than knowledge gaps (~2025, arXiv:2506.08952).
• Consistency is a false signal: zero-temperature repetition creates fixed randomness, not reliability; a model repeating the same wrong answer looks certain (~2024–2025).
• Ambiguity recognition fails dramatically: GPT-4 identifies multiple readings only 32% of the time vs. 90% human accuracy, because the architecture cannot hold competing interpretations (~2023, arXiv:2304.14399).
• Epistemic persuasibility erodes confidence: models shift toward false claims under multi-turn pushback with no new evidence, abandoning correct answers for agreeableness (~2023–2025).

Anchor papers (verify; mind their dates):
• arXiv:2506.18254 (2025) — RLPR: intrinsic probability as reward signal
• arXiv:2506.08952 (2025) — Grounding failure as face-saving, not knowledge deficit
• arXiv:2304.14399 (2023) — Ambiguity recognition baseline
• arXiv:2506.13403 (2025) — Deflationism critique; modest mentalism defended

Your task:
(1) RE-TEST EACH CONSTRAINT. For intrinsic-probability-as-signal: has scaling, architectural change (mixture-of-experts, process supervision), or new calibration methods since mid-2025 made this signal more robust? For face-saving distortion: do newer RLHF variants (DPO, IPO, constitutional methods) genuinely reduce accommodation of false premises, or do they mask it? For ambiguity: have vision-language or multimodal supervision improved competing-interpretation hold? Separate the durable question (models struggle with metacognition of their own limits) from perishable limits (maybe now addressable by architectural or training shifts).
(2) Surface the strongest work from the last ~6 months that contradicts or supersedes the "epistemic honesty is unachievable" narrative. Look for breakthroughs in calibration, honest abstention, or mechanistic interventions that preserve grounding under multi-turn pressure.
(3) Propose 2 research questions that assume the regime may have moved: (a) If intrinsic uncertainty can be reliably extracted and amplified via in-context or fine-tuning methods, does that translate to *user-facing* epistemic honesty, or do social pressures re-corrupt it downstream? (b) Can a model trained on a corpus where uncertainty is *costless* (no penalty for saying "I don't know") maintain that honesty when deployed in a competitive or high-stakes setting?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines