By Anonymous User
Review Details
Reviewer has chosen to be Anonymous
Overall Impression: Weak
Content:
Technical Quality of the paper: Weak
Originality of the paper: Yes, but limited
Adequacy of the bibliography: No
Presentation:
Adequacy of the abstract: No
Introduction: background and motivation: Limited
Organization of the paper: Needs improvement
Level of English: Satisfactory
Overall presentation: Average
Detailed Comments:
Major Issue 1: Abstract & Intro - The Central Claim Is Not Supported by Its Citations
The paper takes "hallucination is architecturally necessary" as its argumentative starting point. Neither class of citation offered supports a claim of that strength.
First class of citations: Kalai & Vempala (2024) and Kalai et al. (2025)
Domain mismatch. The Kalai & Vempala lower bound concerns arbitrary facts. The authors themselves distinguish such facts from those governed by learnable systematic regularities, for which the theorem does not hold: a model can learn the rule and remain both calibrated and non-confabulating. Operability, by contrast, requires executability, a deterministic oracle, and decidable ground truth. Maze-solving and job-shop scheduling fall squarely into the class the theorem explicitly exempts.
Type mismatch. More fundamentally, both Kalai papers are results about the statistical properties of output distributions. They bear no entailment relation to the paper's architectural claim.
Second class of citations: Turpin, Huang, Stechly, Khalifa, and Tighidet in §2.1
The evidence type cannot support an impossibility claim. These are empirical negative results: failures observed in particular models, on particular tasks, under particular prompting regimes. "Architecturally necessary" is an impossibility claim, which requires a constructive argument or a lower bound.
Major Issue 2: Tech quality - The taxonomy does not supply usable criteria for assigning a failure to a category
(a) Several of the paper's own failures satisfy both the Structural and the Epistemic definitions.
§3.1 places constraint forgetting under Structural hallucinations — "where the model loses track of conditions imposed at the beginning of the task" — and glosses the category as errors "propagating mechanically through a reasoning chain, where a correct earlier step would have prevented the later failure."
Applied to the reported failures, this criterion assigns them to Structural:
Door-without-key violations. Had the model collected key 'c' at the appropriate earlier step, the later constraint violation would not have occurred.
NL state-tracking loss. The paper's own description is that the model "forgets" which keys have been collected as complexity increases, which restates the constraint-forgetting definition.ASP omitted jobs. NL failures omit one or more jobs from the schedule entirely; an earlier correct step would have prevented the omission.
The paper classifies all of these as Epistemic and does not explain they don't belong to Structural.
(b) The criterion used in §5.1 to exclude Structural is the property §3.1 uses to define Structural.
§5.1: "The model's errors are not mechanical failures in reasoning chains (Structural) — each step is locally coherent."
§3.1, "Crucially, each step appears locally valid, making these errors undetectable by the model itself but highly responsive to external feedback."
Local step-validity is presented in §3.1 as a defining and diagnostically crucial feature of Structural errors, and in §5.1 as grounds for ruling them out.
Major Issue 3. Originality, tech quality, bib - The Operability framework: novelty, operationalization, and an untested distinction
(a) The framework overlaps substantially with LLM-Modulo (Kambhampati et al., ICML 2024), which is not cited.
The paper didn't cite LLM-Modulo, whose Generate-Test-Critique architecture is structurally the same loop: the LLM generates candidate solutions, external sound critics evaluate them, and a back-prompt controller pools the critiques into the next prompt. We suggest cite and compare against this work. Without that comparison the framework's claimed novelty is difficult to assess.
(b) The three conditions are not operationalized.
Definition 1 states the conditions but supplies no criteria for determining whether a given configuration satisfies them, and no way to measure the degree to which it does. For example, semantic persistence. The paper didn't provide an instruction of what meaning is preserved for different domains and how the degree of persistence should be measured.
(c) The distinction between Operability and execute-and-check is central to the framework and is not tested.
Table 2 identifies three levels of external interaction and locates the epistemic difference in the third: tool-use augments, execute-and-check evaluates, Operability appropriates. Only the third involves iteration on a persistent artifact with diagnostic feedback.
The experiments do not instantiate this comparison. Both domains contrast executed against mental, a closed loop against no external process at all. Neither contrasts a single-shot execution against an iterated one, nor diagnostic feedback against pass/fail on the same number of attempts. The comparison that would isolate the claimed epistemic difference is the one not run.
Major Issue 4: Tech quality - Bounded computation as an unexcluded alternative to the Epistemic account
The paper attributes every failure it observes to Epistemic hallucination. A more parsimonious hypothesis accounts for the same data: within bounded inference resources, the model cannot execute a search over a huge state space (e.g. of size O(n²·2^k)). Under this reading, the model writes correct BFS and then fails to produce the path not because it cannot tell verified state from interpolated state, but because simulating ~1152 states within a single forward pass (or a bounded chain of thought) exceeds its capacity.
The paper's own results fit the computational account better than the epistemic one. For example, CODE_mental reaches 100% on Maze Easy for both non-thinking models, then degrades as the state space grows from ~128 to ~400 to ~1152. Easy also requires tracking intermediate state and the models perform perfectly. What the data show is therefore not an absent capacity but a capacity with a ceiling that problem size exceeds. A failure that decays monotonically with scale is what resource exhaustion looks like; the paper does not explain why an architectural inability to track provenance would produce a difficulty gradient, or where the 100% on Easy comes from if the capacity does not exist.
Minor Issue 1: Unsupported assertions
Citations should be added to support claims. E.g. first paragraph of 1.1, similarly, first sentence of 1.2
Minor Issue 2: Presentation problems
Misattribution of Kalai et al. (2025)
"Kalai et al. (2025) further demonstrate that standard loss functions exacerbate this: cross-entropy penalizes explicit uncertainty relative to confident guessing, creating what they term the 'risk of hedging' — the model is trained to guess confidently rather than express doubt."
(a) The guessing/uncertainty argument belongs to post-training evaluation, not to the loss function.** The "reward guessing over acknowledging uncertainty" argument appears in Section 4 of that paper (_Post-training and hallucination_), and its object of analysis is benchmark grading, not the training objective. The role of cross-entropy in the cited paper is driving towards calibration instead of penalising uncertainty.
(b) "Risk of hedging" does not appear to be a term used by the cited authors.**
Reconcile the strength of the indistinguishability claim
§1.2 states the claim in its strong form: the same parameters encode verified facts and plausible interpolations, "making the two indistinguishable at inference time." §2.1 contains both a strong formulation ("LLMs cannot internally distinguish verified knowledge from plausible interpolation... an architectural limitation") and a weaker one ("models cannot access this distinction without external probing"). These are not equivalent: the first says the distinction is not represented, the second says it is represented but not available to the model's own output decision. We recommend that the manuscript standardise on the weaker formulation throughout.
Experiment result explanations
the quantitative attribution of ASP in RQ3: the paper credits the full 13% → 97% gap to the closed loop, but on its own account a substantial share of it is the effect of delegating computation, independent of iteration or feedback. The 47% → 97% segment is what the loop contributes.