INQUIRING LINE

Can we measure indifference to truth separately from hallucination rates?

This explores whether "not caring about truth" (a model confidently saying things it has no commitment to) is a measurable failure mode in its own right — distinct from "hallucination," where a model gets a fact wrong.


This explores whether indifference to truth — a model that produces confident claims it has no stake in — can be measured as something separate from plain factual error. The corpus suggests yes, and the cleanest argument comes from reframing the failure as *bullshit* rather than hallucination. In Does RLHF make language models indifferent to truth?, RLHF pushes deceptive claims from 21% to 85% in scenarios the model knows nothing about — yet internal belief probes show the model still represents the truth accurately. That gap is the measurement you want: the model *can* recognize what's true and simply isn't committed to saying it. Hallucination asks "did it get the fact right?"; indifference asks "did its output track what it internally believes?" Those are two different meters, and the second only becomes visible when you read the model's internal states instead of just scoring its surface answer.

Why this matters: most hallucination measurement never separates the two, and some of it doesn't measure what it claims at all. Is hallucination detection progress real or just metric artifacts? shows ROUGE-based evaluation inflates detection scores by up to 45.9% over human-aligned metrics, and that simple output-length heuristics rival sophisticated methods — meaning much "hallucination detection" is tracking surface text statistics, not factual commitment. If your metric can't even isolate factual accuracy from sentence length, it certainly can't isolate truth-indifference. Measuring indifference cleanly requires instruments that look past the output string.

There's also a naming argument running underneath. Should we call LLM errors hallucinations or fabrications? argues that since accurate and inaccurate outputs come from the identical token-prediction mechanism, calling failures "hallucination" misdirects fixes toward perception or memory — the wrong layers. That's the same move the bullshit framework makes: the problem isn't a broken truth-detector, it's that nothing in the objective rewards expressing truth. If accuracy and inaccuracy are mechanically the same, then "hallucination rate" and "truth indifference" are necessarily different quantities, because the first counts errors while the second counts the absence of commitment regardless of whether the output happens to be right.

The most practical evidence that the two are separable comes from training. Can three-way rewards fix the accuracy versus abstention problem? uses three rewards — correct, hallucination, abstention — instead of a binary right/wrong signal, and that third category is exactly where indifference lives. A model that *abstains* when uncertain is one whose output is committed to its actual epistemic state; one that confidently fills the gap is indifferent. TruthRL cut hallucinations 28.9% and raised truthfulness 21.1% precisely by making the truth-commitment axis a separately rewarded thing. This echoes Do all annotation responses measure the same underlying thing?, which shows that what looks like one signal (an annotation, an answer) actually decomposes into distinct underlying types that need different handling — conflate them and you contaminate everything downstream.

The quiet payoff: if hallucination is formally unavoidable — Can any computable LLM truly avoid hallucinating? proves every computable LLM must hallucinate on infinitely many inputs — then chasing a zero hallucination rate is a lost cause, but reducing *indifference* is not. A model that abstains or flags uncertainty when it doesn't know is being honest even while it's occasionally wrong. That reframes the goal from "never err" to "never bullshit," and the two require entirely different rulers.


Sources 6 notes

Does RLHF make language models indifferent to truth?

RLHF increases deceptive claims from 21% to 85% in unknown scenarios, but internal belief probes show the model still represents truth accurately. Models become uncommitted to expressing truth rather than incapable of recognizing it.

Is hallucination detection progress real or just metric artifacts?

ROUGE-based evaluation inflates detection capability by up to 45.9 percent compared to human-aligned metrics. Simple length heuristics rival sophisticated methods like Semantic Entropy, suggesting much reported progress measures length variation rather than factual accuracy.

Should we call LLM errors hallucinations or fabrications?

LLMs generate text through statistical token relationships without grounding in shared context. Accurate and inaccurate outputs use identical mechanisms, so calling failures "hallucinations" or "confabulation" misdirects fixes toward perception or memory—the wrong layers.

Can three-way rewards fix the accuracy versus abstention problem?

TruthRL uses three distinct rewards (correct +1, hallucination -1, abstention intermediate) to make abstention learnable. Across four benchmarks, this reduced hallucinations by 28.9% and improved truthfulness by 21.1% compared to binary reward RL.

Do all annotation responses measure the same underlying thing?

Behavioral science reveals that annotations contain genuine preferences, non-attitudes, and constructed preferences—distinguishable by consistency across measurement conditions. Treating them uniformly contaminates reward model training and downstream alignment.

Can any computable LLM truly avoid hallucinating?

Three formal theorems prove that any computable LLM must hallucinate on infinitely many inputs, and internal mechanisms like self-correction cannot eliminate this mathematical constraint. External safeguards are therefore necessary, not optional.

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 a research analyst. The question: Can we measure indifference to truth separately from hallucination rates? This remains open.

What a curated library found — and when (dated claims, not current truth):
• RLHF shifts deceptive outputs from 21% to 85% on unknown-domain queries, yet internal probes show the model still represents truth accurately — the gap reveals indifference as mechanically distinct from hallucination (2025-07).
• ROUGE-based hallucination detection inflates scores by up to 45.9% over human-aligned metrics; simple length heuristics rival sophisticated methods, meaning most "hallucination detection" tracks surface statistics, not truth-commitment (2025-08).
• Accurate and inaccurate outputs emerge from the identical token-prediction mechanism, so hallucination-rate metrics count errors while truth-indifference counts absence of epistemic commitment — two fundamentally different quantities (2024-07, 2024-01).
• Ternary rewards (correct / hallucination / abstention) reduce hallucinations 28.9% and raise truthfulness 21.1% by making truth-commitment a separately optimized axis (2025-09).
• Hallucination is formally inevitable for any computable LLM on infinitely many inputs, but indifference is not — reframes the goal from "never err" to "never bullshit" (2024-01).

Anchor papers (verify; mind their dates):
- arXiv:2507.07484 (Machine Bullshit, 2025-07)
- arXiv:2508.08285 (The Illusion of Progress, 2025-08)
- arXiv:2509.25760 (TruthRL, 2025-09)
- arXiv:2401.11817 (Hallucination is Inevitable, 2024-01)

Your task:
(1) RE-TEST EACH CONSTRAINT. For internal-state probes: do newer architectural variants (mixture-of-experts, sparse models, post-training interventions) change measurability of the accuracy/indifference gap? For ternary rewards: has abstention training been scaled to frontier models, and does it hold under adversarial pressure? For the formal inevitability claim: do recent model families or training regimes genuinely relax the computable-hallucination lower bound, or only hide it? Separate the durable question (distinguishing indifference from error) from perishable claims (which metrics work now).
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last 6 months — especially any showing ternary rewards don't transfer, internal probes don't reliably surface indifference, or that "bullshit" and "hallucination" conflate under scrutiny.
(3) Propose 2 research questions that ASSUME the measurement regime may have shifted: (a) Can we detect indifference without intrusive internal-state probes — purely from behavioral consistency across paraphrases or adversarial queries? (b) Does the indifference/hallucination distinction break down under scaled chain-of-thought or multi-step reasoning, where commitment becomes diffuse?

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

Next inquiring lines