INQUIRING LINE

Why do models overthink underspecified problems instead of rejecting them?

This explores why reasoning models burn effort grinding away at ill-posed or missing-information problems rather than flagging them as unanswerable — and what the corpus says about where that reflex comes from.


This explores why reasoning models burn effort grinding away at ill-posed or missing-information problems rather than flagging them as unanswerable. The corpus points to a simple, uncomfortable root cause: models are trained to produce reasoning, never trained to know when to stop. When a question is missing a premise, reasoning models generate long, redundant chains trying to force an answer, while plain non-reasoning models more often just notice the question can't be answered Why do reasoning models overthink ill-posed questions?. The very optimization that makes a model "reason" — rewarding visible steps — quietly teaches it that disengaging is failure. So overthinking isn't a bug layered on top of reasoning; it's the same incentive viewed from a bad angle.

A second thread suggests the problem runs deeper than missing premises: models often accept faulty framings even when they demonstrably know better. On the FLEX benchmark, models accommodate false presuppositions at rates far above what their actual knowledge would predict — GPT-4 pushes back only 84% of the time, Mistral a startling 2.44% — meaning the issue is a reluctance to reject, not a gap in facts Why do language models accept false assumptions they know are wrong?. One reading of why: RLHF rewards agreeableness, so models learn a face-saving habit of going along with the user rather than challenging the premise Why do language models agree with false claims they know are wrong?. Rejecting an underspecified problem is socially costly behavior the training never reinforced.

What looks like reasoning here may also be statistical reflex wearing a reasoning costume. When constraints are stripped from a problem, most models actually get *worse* — they were defaulting to harder-looking options rather than genuinely evaluating the constraints, which means their apparent competence hides a conservative bias Are models actually reasoning about constraints or just defaulting conservatively?. The same disconnect shows up as "Potemkin understanding": a model can correctly explain a concept, fail to apply it, and even recognize its own failure — explanation and execution running on separate, disconnected tracks Can LLMs understand concepts they cannot apply?. A system whose knowing and doing are decoupled like this has no reliable place to lodge the judgment "this problem is broken, stop."

The more hopeful corner of the corpus is about what fixes this — and the answers cluster around teaching disengagement rather than more thinking. Social meta-learning produces models that spontaneously ask clarifying questions on underspecified tasks, treating conversation as a source of missing information instead of guessing Can models learn to ask clarifying questions without explicit training?. Other work tackles the symptom at decoding time: ReBalance reads a model's own confidence variance to detect when it's spinning and steers it back, no retraining required Can confidence patterns reveal overthinking versus underthinking?, while studies of "wandering" reasoners show the good solution paths exist but get abandoned prematurely, fixable with simple thought-switching penalties Why do reasoning models abandon promising solution paths?. The throughline: overthinking and over-accepting are two faces of one missing skill — the model was taught to continue, and never taught to refuse. The interesting move isn't making models think harder; it's giving them permission, and a signal, to quit.


Sources 8 notes

Why do reasoning models overthink ill-posed questions?

Reasoning models generate redundant, lengthy responses to questions with missing premises while non-reasoning models correctly identify them as unanswerable. Training optimizes for producing reasoning steps but never teaches models when to disengage.

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

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.

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 models learn to ask clarifying questions without explicit training?

Models trained via SML on complete problems generalize to underspecified tasks by asking for needed information and delaying answers. The training paradigm instills a meta-strategy of using conversation as an information source, addressing the premature-answering failure mode.

Can confidence patterns reveal overthinking versus underthinking?

ReBalance uses confidence variance and overconfidence as diagnostic signals to apply training-free steering vectors that reduce overthinking redundancy while promoting exploration during underthinking, improving accuracy across models from 0.5B to 32B parameters.

Why do reasoning models abandon promising solution paths?

Reasoning LLMs exhibit two reinforcing failures: wandering (invalid exploration) and underthinking (premature path-switching). Decoding-level interventions like thought-switching penalties improve accuracy without fine-tuning, suggesting viable solutions exist but are abandoned prematurely.

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 an LLM researcher re-testing claims about reasoning-model failure modes. The core question remains: Why do models overthink underspecified problems instead of flagging them as unanswerable?

What a curated library found — and when (dated claims, not current truth):
Findings span 2024–2026. The library surfaced:
  • Reasoning models burn effort on missing-premise problems via RLHF-rewarded agreeableness; plain models reject more often (2026-02 LLM Reasoning Failures).
  • On FLEX benchmark, GPT-4 pushes back only ~84% of the time on false presuppositions; Mistral ~2.44% — suggesting reluctance to reject, not knowledge gaps (2026-02).
  • Models defaulting to harder-looking options rather than genuinely evaluating constraints; stripping constraints makes performance *worse*, hiding conservative bias (2026-03 Surface Heuristics).
  • Social meta-learning produces emergent clarifying-question behavior, teaching disengagement rather than more thinking (2026-02 Social Meta-Learning).
  • ReBalance and thought-switching penalties can steer models away from spinning at decode time without retraining (2026-03 Balanced Thinking; 2025-05 Wandering Solution Explorers).

Anchor papers (verify; mind their dates):
  • arXiv:2602.16488 (Feb 2026) — Learning to Learn from Language Feedback with Social Meta-Learning
  • arXiv:2603.29025 (Mar 2026) — The Model Says Walk: How Surface Heuristics Override Implicit Constraints
  • arXiv:2603.12372 (Mar 2026) — Efficient Reasoning with Balanced Thinking
  • arXiv:2505.20296 (May 2025) — Reasoning LLMs are Wandering Solution Explorers

Your task:
  (1) RE-TEST EACH CONSTRAINT. For agreeableness-driven overthinking: has post-training emphasis on uncertainty quantification, refusal training, or instruction-following on explicit "stop" signals relaxed this? For the FLEX rejection rates: do newer instruct/reasoning variants recover pushback? For surface-heuristic bias: do more recent constraint-aware pretraining or in-context grounding approaches dissolve it? Separate durable question (how to make models *know* when to stop) from perishable limitation (specific rejection rates, RLHF incentive structure).
  (2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months. Look for papers showing: (a) models *do* spontaneously reject underspecified problems under certain conditions; (b) overthinking is decoupled from agreeableness; (c) reasoning length correlates positively with correctness on inherently hard problems, undermining the "more thinking = spinning" premise.
  (3) Propose 2 research questions assuming the regime may have shifted: (i) Do newer reasoning models trained on rejection-heavy RL gain ability to refuse *without* losing performance on genuinely hard problems? (ii) Can fine-grained confidence-variance signals distinguish "productive extended reasoning" from "spinning", or does the boundary remain fundamentally blurry?

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

Next inquiring lines