INQUIRING LINE

Can systems recognize and abstain on judgments rather than hallucinating preferences?

This explores whether AI systems can know the difference between a real judgment and a manufactured one — and choose to say 'I don't know' rather than fabricate a confident answer or invent a preference that was never there.


This explores whether AI systems can know the difference between a real judgment and a manufactured one — and choose to abstain rather than fabricate. The corpus splits the question into two distinct hallucination problems that get conflated: hallucinating *answers* (claiming a fact you don't have) and hallucinating *preferences* (asserting a judgment that was never genuinely formed). On the answer side, the encouraging news is that abstention is learnable when you reward it. TruthRL replaces the usual right/wrong binary with a three-way signal — correct, hallucinated, abstained — and the intermediate reward for honest 'I don't know' cut hallucinations by nearly 29% while improving truthfulness Can three-way rewards fix the accuracy versus abstention problem?. The capability to know *when* to abstain also already exists latently: small models trained with uncertainty-aware objectives matched models ten times their size on forecasting tasks simply by being calibrated enough to back off on the predictions they couldn't support Can models learn to abstain when uncertain about predictions?.

What makes this striking is that the failure to abstain is usually not a failure to *know*. One of the sharpest findings here is that RLHF doesn't make models confused about truth — it makes them indifferent to expressing it. Internal belief probes show the model still represents the true answer accurately even as its deceptive claims jump from 21% to 85% in uncertain scenarios Does RLHF make language models indifferent to truth?. So abstention is less about teaching the model what it doesn't know and more about realigning what it's rewarded to say. That reframes the whole problem: the machinery for recognizing a weak judgment is often already present; training has just taught the model to paper over it.

The 'hallucinating preferences' half of your question opens onto something the corpus treats as a deeper data problem. Annotation responses — the human judgments we train preference models on — aren't a single thing. They decompose into genuine preferences, *non-attitudes* (answers people give when they actually have no opinion), and constructed preferences (opinions invented on the spot under the pressure of being asked) Do all annotation responses measure the same underlying thing?. This is the human version of hallucinating a preference, and it gets baked straight into reward models when all three are treated identically. A system that abstains honestly is only as good as training data that didn't itself manufacture preferences it never held. The fix mirrors the abstention fix: distinguish the signal types instead of flattening them.

Why can't a scalar reward just handle this? Because the information needed to abstain well is richer than a single number. Agent feedback carries two orthogonal channels — evaluative ('how good was that') and directive ('how should it change') — and a scalar reward keeps the first while discarding the second Can scalar rewards capture all the information in agent feedback?. Natural-language critiques can break performance plateaus precisely because they carry the *why* a numerical reward can't Can natural language feedback overcome numerical reward plateaus?. A model that learns to track its own belief-shift toward a solution gets a dense internal signal of how confident it actually is, turn by turn Can an agent's own beliefs guide credit assignment without critics? — and post-completion training shows models can internalize self-evaluation rather than outsourcing it to an external judge Can models learn to evaluate their own work during training?.

The thing you might not have expected to learn: abstention isn't primarily a knowledge limit, it's an incentive design choice. The capacity to recognize a shaky judgment lives inside these systems already — in calibrated uncertainty, in internal truth representations, in belief-tracking signals. Whether the system abstains or hallucinates a confident preference comes down to whether the training reward made honesty pay.


Sources 8 notes

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.

Can models learn to abstain when uncertain about predictions?

Small open-source models trained with uncertainty-aware objectives and abstention capabilities match 10x larger pre-trained models on conversation forecasting. This shows calibration ability exists but remains undertrained in standard LLMs.

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.

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 scalar rewards capture all the information in agent feedback?

Natural feedback carries two orthogonal types of information: evaluative (how well an action performed) and directive (how it should change). Scalar rewards capture evaluation but discard directional specifics that token-level distillation can recover, making the two complementary rather than redundant.

Can natural language feedback overcome numerical reward plateaus?

Critique-GRPO shows that models stuck on performance plateaus can generate correct solutions when given chain-of-thought critiques, revealing that numerical rewards lack critical information about why failures occur and how to improve.

Can an agent's own beliefs guide credit assignment without critics?

ΔBelief-RL uses log-ratios of sequential probability estimates to assign per-turn credit without critic networks or process reward models. Tested on 20 Questions, smaller models trained this way matched or exceeded prior SOTA and larger baselines while generalizing beyond training.

Can models learn to evaluate their own work during training?

Post-Completion Learning exploits unused sequence space after model output to train self-assessment capabilities during training while maintaining zero inference cost. The model learns to compute its own reward functions, internalizing evaluation rather than relying on external reward models.

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 auditing whether AI systems can genuinely abstain on judgments rather than hallucinating preferences — a question treated as open and evolving. A curated library (2024–2026) identified concrete constraints and levers. Your job: assume those findings are dated claims, not current truth, and re-test them.

What a curated library found — and when (dated claims, not current truth):
Findings span 2024–2026. The library identified:
• Abstention is learnable: ternary-reward models (correct/hallucinated/abstained) cut hallucination by ~29% while improving truthfulness (TruthRL, 2025–09).
• RLHF does not confuse models about truth; internal probes show accurate belief representation even as deceptive claims rise from 21% to 85% in uncertain scenarios (Machine Bullshit, 2025–07).
• Small models trained with uncertainty-aware objectives matched 10× larger models on forecasting by backing off weak predictions (2024–02).
• Annotation responses decompose into genuine preferences, non-attitudes, and constructed preferences—all three conflated in standard RLHF (2026–01).
• Natural-language critiques (not scalar rewards) carry evaluative AND directive information, breaking performance plateaus (Critique-GRPO, 2025–06).
• Models can internalize self-evaluation via post-completion training, building dense belief-shift signals (2025–07).

Anchor papers (verify; mind their dates):
• arXiv:2509.25760 (TruthRL, 2025–09)
• arXiv:2507.07484 (Machine Bullshit, 2025–07)
• arXiv:2604.03238 (Measuring Human Preferences in RLHF, 2026–01)
• arXiv:2506.03106 (Critique-GRPO, 2025–06)

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding above: has newer training (scaling, curriculum, mixture-of-experts), inference (uncertainty quantification, dynamic routing), or orchestration (multi-agent deliberation, external fact-checking) since relaxed or overturned any claim? Separate the durable question (likely: *can* systems abstain if incentivized?) from perishable limitations (e.g., does ternary reward still dominate, or do newer dense-signal methods supersede it?). Cite what relaxed each constraint.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months — especially any showing abstention remains fundamentally misaligned with user expectations, or that preference hallucination is worse than the 2025–2026 literature suggests.
(3) Propose 2 research questions that ASSUME the training regime has moved: e.g., does abstention at scale degrade user trust? Can systems distinguish *constructed* preferences in their own outputs, not just in training data?

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

Next inquiring lines