INQUIRING LINE

What reveals the epistemic limits of language models?

This explores what failure patterns expose the boundaries of what language models actually 'know' versus what they can do with that knowledge — the gap between having information and reliably using it.


This explores what failure patterns expose the boundaries of what language models actually 'know' versus what they can do with that knowledge. The most striking thread in the corpus is that the limit is rarely missing knowledge — it's a broken bridge between knowing and applying. Models will accept a false assumption baked into your question even when directly asked they'd tell you it's wrong Why do language models accept false assumptions they know are wrong?. They can correctly explain a concept, then fail to use it, then correctly recognize that they failed — a three-way incoherence that doesn't look like a human knowledge gap at all, but like two disconnected pathways for explaining and doing Can LLMs understand concepts they cannot apply?. The epistemic limit, in other words, isn't ignorance; it's a failure of integration.

A second strand suggests the limits are predictable rather than mysterious. If you treat a model as an autoregressive probability machine, you can forecast in advance which logically-trivial tasks (counting letters, reciting the alphabet backwards) it will botch, simply because the target answers are low-probability under training Can we predict where language models will fail?. Reasoning collapses turn out to track instance-level novelty, not problem complexity — a model handles a long chain fine if it has seen similar instances, and breaks on a short one it hasn't Do language models fail at reasoning due to complexity or novelty?. And when researchers strip the familiar semantics out of a reasoning task while leaving the logical rules intact, performance falls apart, revealing that models lean on meaning-associations rather than symbolic manipulation Do large language models reason symbolically or semantically?.

There's a provocative counter-current worth knowing about: some of what looks like a reasoning limit is actually an execution limit. Tool-enabled models solve problems past the supposed 'reasoning cliff,' suggesting that text-only generation simply can't carry out long procedures at scale even when the model knows the algorithm Are reasoning model collapses really failures of reasoning?. This reframes the whole question — the epistemic boundary and the procedural boundary are not the same thing, and conflating them misdiagnoses what models can't do.

Most unsettling for anyone who trusts a model's self-report: the reasoning traces don't show how it actually thinks. Invalid logical steps produce nearly the same performance as valid ones, and corrupted traces generalize just as well, meaning the visible 'thinking' is persuasive mimicry rather than a window into computation Do reasoning traces show how models actually think?. The same skepticism extends to confidence — models default to conservative, harder-looking options and only appear to reason about constraints; remove the constraints and most actually do worse Are models actually reasoning about constraints or just defaulting conservatively?.

Yet the picture isn't purely deflationary. There's evidence models carry an internal sense of their own knowledge: sparse-autoencoder work found a causal entity-recognition mechanism that tracks whether the model actually knows facts about something, and that signal steers both hallucination and refusal Do models know what they don't know?. The catch is that this self-knowledge competes with raw training priors — when a prior association is strong enough, the model overrides the context in front of it, and prompting alone won't fix it Why do language models ignore information in their context?. So the real epistemic limit may be less 'the model doesn't know' and more 'the model can't reliably let what it knows win.'


Sources 10 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.

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 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.

Do language models fail at reasoning due to complexity or novelty?

LRMs don't break at complexity thresholds but at instance-novelty boundaries. Models fit instance-based patterns rather than generalizable algorithms, so any reasoning chain succeeds if trained on similar instances, regardless of length.

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.

Are reasoning model collapses really failures of reasoning?

Models confined to text-only generation cannot execute multi-step procedures at scale, even when they know the underlying algorithm. Tool-enabled models solve problems beyond the supposed reasoning cliff, suggesting the bottleneck is procedural execution bandwidth.

Do reasoning traces show how models actually think?

LLM reasoning traces perform as persuasive appearances rather than reliable explanations of computation. Invalid logical steps perform nearly as well as valid ones, and corrupted traces generalize comparably, showing that semantic correctness is not what produces the performance gains.

Are models actually reasoning about constraints or just defaulting conservatively?

Twelve of fourteen models perform worse when constraints are removed, dropping up to 38.5 percentage points. Models appear to reason correctly by defaulting to harder options, not by actually evaluating constraints.

Do models know what they don't know?

Sparse autoencoders revealed that language models develop causal mechanisms for detecting whether they know facts about entities. These mechanisms actively steer both hallucination and refusal behavior, and persist from base models into finetuned chat versions.

Why do language models ignore information in their context?

Research demonstrates that LMs generate outputs inconsistent with their context because parametric knowledge from training dominates over in-context information. Textual prompting alone cannot override strong priors; causal intervention in representations is required.

Next inquiring lines