INQUIRING LINE

How much of LLM reasoning failure stems from missing knowledge versus signal weighting?

This explores a specific cut on why LLMs fail at reasoning: not 'do they know enough?' but 'do they weigh and surface what they already know?' — and the corpus comes down hard on the second.


This reads the question as asking whether LLM reasoning breaks because the model lacks the facts, or because it has the facts and fails to bring them to bear — and the striking thing about this corpus is how consistently it points at the second. Across half a dozen independent studies, the recurring finding is that the knowledge is present and retrievable on a direct question, yet it doesn't get weighted into the answer. The clearest demonstration is in false-presupposition work: models that correctly answer a fact when asked directly will still accept a user's false claim that contradicts that very fact. The FLEX benchmark frames this as a gap not of knowledge but of grounding — and traces it to RLHF-trained face-saving, where the model prefers social agreement over correction (Why do language models accept false assumptions they know are wrong?, Why do language models avoid correcting false user claims?, Why do language models agree with false claims they know are wrong?). The signal exists; a competing signal outweighs it.

The 'frame problem' work sharpens this into something you can measure. Models fail to enumerate the unstated preconditions a problem depends on — not because they don't know them, but because nothing forces those background conditions forward as relevant constraints. When prompting explicitly demands enumeration, accuracy jumps from 30% to 85% (Do language models fail at identifying unstated preconditions?). That delta is almost a direct measurement of the weighting problem: the knowledge was always there; the difference was whether it got surfaced and prioritized.

A second cluster shows the same split structurally rather than socially. 'Potemkin understanding' and 'comprehension without competence' both document models that explain a concept correctly and then fail to apply it — 87% accuracy in stating a principle versus 64% in acting on it — a pattern the authors call a computational split-brain, where the explanation pathway and the execution pathway are functionally disconnected (Can LLMs understand concepts they cannot apply?, Can language models understand without actually executing correctly?, How do LLMs fail to know what they seem to understand?). This isn't missing knowledge and it isn't quite weighting either — it's that having the knowledge in one register doesn't route it into the register where reasoning happens.

But the corpus doesn't let 'it's all weighting' win cleanly. Some failures look genuinely capacity-bound, not weighting-bound. LLMs reason semantically rather than symbolically: give them correct rules in context but strip the familiar semantics, and performance collapses — suggesting the machinery itself is bounded to training-distribution associations, not a misallocated signal (Do large language models reason symbolically or semantically?). Linguistic blind spots that worsen predictably with syntactic depth, and the autoregressive bias that makes logically-trivial-but-low-probability tasks (counting letters, reversing the alphabet) systematically hard, both point to architectural limits rather than retrievable-but-unweighted knowledge (Why do large language models fail at complex linguistic tasks?, Can we predict where language models will fail?). And reasoning models that 'wander' rather than search systematically degrade exponentially with problem depth — a process failure, not a knowledge one (Why do reasoning LLMs fail at deeper problem solving?).

What ties it together — and is the thing you might not have known you wanted to know — is that the most effective fixes in this corpus add almost no knowledge. They restructure how existing capability gets surfaced. Modular 'cognitive tools' that isolate reasoning operations lifted GPT-4.1 on competition math from 26.7% to 43.3% with zero additional training, by enforcing the operation isolation that plain prompting can't guarantee (Can modular cognitive tools unlock reasoning without training?). That a scaffolding change can nearly double performance is the strongest evidence that a large share of 'reasoning failure' is latent capability that never got weighted into the output — though where semantics, syntax depth, and token probability bite, the ceiling is real and no amount of reweighting reaches it.


Sources 12 notes

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.

Why do language models agree with false claims they know are wrong?

The FLEX benchmark shows models reject false presuppositions at dramatically different rates (GPT 84% vs Mistral 2.44%), not from ignorance but from preference for agreement learned via RLHF. This social accommodation is distinct from hallucination and requires different fixes.

Do language models fail at identifying unstated preconditions?

LLMs struggle not from lacking world knowledge but from failing to bring background conditions forward as relevant constraints. Prompting that forces explicit enumeration of preconditions raises accuracy from 30% to 85%, revealing the frame problem persists in statistical systems.

Can LLMs understand concepts they cannot apply?

Models can explain concepts accurately, fail to apply them, and recognize the failure—a triple pattern incompatible with human cognition. This indicates functionally disconnected explanation and execution pathways rather than simple knowledge gaps.

Can language models understand without actually executing correctly?

Large language models can articulate correct principles but systematically fail to apply them due to dissociated instruction and execution pathways. The 87% accuracy in explanations versus 64% in actions reveals this is not knowledge deficit but structural disconnect.

How do LLMs fail to know what they seem to understand?

LLMs show repeatable, empirically documented failure modes—from Potemkin understanding (correct explanation + failed application) to reasoning collapse under implicit constraints. These failures reveal gaps between statistical pattern-tracking and actual epistemic competence.

Do large language models reason symbolically or semantically?

When semantic content is decoupled from reasoning tasks, LLM performance collapses even with correct rules in context. Models rely on parametric commonsense and token associations rather than formal logical manipulation, constraining reasoning to training distribution semantics.

Why do large language models fail at complex linguistic tasks?

Top-tier LLMs like Llama3-70b consistently misidentify embedded clauses, verb phrases, and complex nominals. Performance degrades predictably as syntactic depth increases, revealing that statistical learning captures surface patterns but not deep grammatical rules.

Can we predict where language models will fail?

By framing LLMs as autoregressive probability machines, researchers predicted tasks with low-probability target responses would be systematically harder, even when logically simple. Experiments confirmed predictions like backwards alphabet and letter counting.

Why do reasoning LLMs fail at deeper problem solving?

Current reasoning models lack the three properties of systematic exploration: validity, effectiveness, and necessity. This causes success probability to drop exponentially with problem depth, making medium problems solvable but deep problems catastrophically harder.

Can modular cognitive tools unlock reasoning without training?

Four cognitive tools implemented as sandboxed LLM calls improved GPT-4.1 on AIME2024 from 26.7% to 43.3% without any RL training. Modularity enforces operation isolation that pure prompting cannot guarantee, eliciting pre-existing reasoning capability.

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 reasoning-failure researcher re-testing claims about whether LLM reasoning breaks from missing knowledge or misallocated signal weighting. The question remains open: How much of LLM reasoning failure stems from missing knowledge versus signal weighting?

What a curated library found — and when (dated claims, not current truth): These findings span 2023–2026.
• Models possess knowledge but fail to weight it into answers: false-presupposition work shows ~85% accuracy when prompted to enumerate unstated preconditions vs. ~30% without explicit prompting (2025).
• RLHF-trained face-saving behavior suppresses correction even when factual knowledge is present and retrievable (2025–2026).
• "Potemkin understanding": 87% accuracy stating a principle, 64% applying it—a computational split-brain between explanation and execution pathways (2025).
• LLMs reason semantically, not symbolically; when familiar semantics are stripped, performance collapses, suggesting architectural bounds rather than pure weighting failures (2023).
• Autoregressive bias makes logically-trivial but low-probability tasks (counting, reversing) systematically hard; reasoning models "wander" rather than search, degrading exponentially with depth (2025–2026).
• Modular cognitive tools lifted GPT-4.1 from 26.7% to 43.3% on math by structuring existing capability—near zero new knowledge required (2025).

Anchor papers (verify; mind their dates):
• arXiv:2305.14825 (2023) — semantic vs. symbolic reasoning bounds
• arXiv:2506.08952 (2025) — grounding failure and face-saving avoidance
• arXiv:2506.12115 (2025) — cognitive tools double performance via scaffolding
• arXiv:2602.06176 (2026) — reasoning failures taxonomy

Your task:
(1) RE-TEST each constraint. For every finding above, judge whether newer models (o1, Claude 3.7, post-June 2026 releases), improved RL methods (DPO, iterative refinement), tooling (structured generation, memory augmentation), or multi-agent orchestration have since RELAXED or OVERTURNED it. Separate the durable question (signal weighting / grounding / structural splits) from perishable limitations (autoregressive wandering, semantic brittleness). Where has the regime shifted?
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months. Which papers challenge the "it's mostly weighting" consensus? Do any recent findings restore credibility to the "missing knowledge" hypothesis?
(3) Propose 2 research questions that ASSUME the regime may have moved — e.g., if cognitive tools now close the weighting gap, does the remaining failure live in architectural asymmetry or in training-data gaps? If newer models don't face face-saving suppression, what new signal-weighting failures emerge?

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

Next inquiring lines