SYNTHESIS NOTE
TopicsLinguistics, NLP, NLUthis note

Are models actually reasoning about constraints or just defaulting conservatively?

Do language models genuinely apply constraints when solving problems, or do they simply prefer harder options by default? Minimal pair testing reveals whether apparent reasoning success masks hidden biases.

Synthesis note · 2026-05-01 · sourced from Linguistics, NLP, NLU
How do reasoning models actually break under pressure? How do LLMs fail to know what they seem to understand?

The Heuristic Override Benchmark uses minimal pairs — same surface heuristic, with versus without the implicit constraint — to test whether apparent reasoning successes reflect actual reasoning. The result is striking. Twelve of fourteen models perform worse on the no-constraint variant than on the constraint-active variant, with drops up to 38.5 percentage points. Only two models (GPT-OSS-120B at +13.8 and GPT-OSS-20B at +11.0) improve when the constraint is removed.

This exposes a hidden mechanism behind apparent accuracy. When the constraint is present, the correct answer is the harder one (drive to the car wash that is 50m away). When the constraint is removed, the correct answer is the easier one (walk to the store that is 50m away). Models that default to recommending the harder option score correctly on constraint-active cases without doing any constraint reasoning. They are not solving the problem. They are reflexively choosing the more conservative option, which happens to coincide with the constraint-required answer.

The minimal-pair asymmetry is the only test that catches this. Single-instance accuracy looks fine — the model recommended driving, the right answer was driving. But the same model recommends driving even when walking would be correct, because the recommendation is not based on the constraint. The two-of-fourteen models that improve on minimal pairs are the only ones whose constraint-active accuracy reflects genuine reasoning about the constraint. The rest are riding a conservative-bias accident that aggregate metrics cannot distinguish from reasoning.

Inquiring lines that read this note 111

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can identical external performance mask different internal representations? Why do benchmark improvements fail to reflect actual reasoning quality? How do training priors constrain what context information can override? How effectively do deterministic tools improve language model reasoning on formal tasks? When does architectural design matter more than raw model capacity? Does alignment training create blind spots in detecting genuine safety threats? What capability tradeoffs emerge when scaling model reasoning abilities? How should models express uncertainty rather than forced confident answers? Can prompting inject entirely new knowledge into language models? Why do reasoning models fail at systematic problem-solving and search? Can AI-generated outputs constitute genuine knowledge or valid claims? What actually drives chain-of-thought reasoning improvements in language models? Does self-reflection enable models to reliably correct their errors? How can models identify insufficient information and respond appropriately without guessing? How do language models inherit human biases from training data? Do language models perform faithful symbolic reasoning independent of semantic grounding? Do reasoning traces faithfully represent or merely mimic actual model reasoning? How do training data properties shape reasoning capability development? Why do language models reinforce false assumptions instead of correcting them? How does example difficulty affect learning efficiency in language models? Do language models learn genuine linguistic structure or just surface patterns? Which computational strategies best support reasoning in language models? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Why do persona-level simulations fail to predict individual preferences accurately? How can we distinguish genuine user preferences from measurement artifacts? Why do language models struggle with implicit discourse relations? Do language model representations contain causally steerable task-specific features? How should inference compute be adaptively allocated based on prompt difficulty? What prevents language models from reliably adopting diverse personas? How can humans calibrate appropriate trust in AI systems? How do prompt structure and constraints affect model instruction reliability? What mechanisms drive sycophancy and how can we mitigate it? What makes weaker teacher models effective for stronger student training? Do language models understand semantics or rely on pattern matching? What critical LLM failures do standard benchmarks hide? How can AI alignment serve diverse human preferences at scale? Why does finetuning cause catastrophic forgetting of model capabilities? Is model self-awareness based on genuine introspection or pattern matching? How should conversational agents balance goal-driven initiative with user control? Can language model RL training avoid reward hacking and misalignment? When do additional thinking tokens stop improving reasoning performance? How can AI systems learn from failures without cascading errors?

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

Conservative bias hides behind apparent reasoning success — most models perform worse when the constraint is removed than when it is present