Eidoku: A Neuro-Symbolic Verification Gate for LLM Reasoning via Structural Constraint Satisfaction
Shinobu Miya

TL;DR
Eidoku introduces a neuro-symbolic verification method for LLM reasoning that detects hallucinations by checking structural consistency rather than relying on probability, improving the detection of false statements.
Contribution
This work reformulates LLM verification as a constraint satisfaction problem using a lightweight System-2 gate, avoiding heuristics and enhancing hallucination detection.
Findings
Successfully rejects structurally disconnected false statements
Enables deterministic rejection of high-probability hallucinations
Provides a neuro-symbolic sanity check for reasoning
Abstract
Large Language Models (LLMs) frequently produce hallucinated statements that are assigned high likelihood by the model itself, exposing a fundamental limitation of probability-based verification. This suggests that hallucination is often not a low-confidence phenomenon, but a failure of structural consistency. In this work, we reformulate the verification of LLM reasoning as a Constraint Satisfaction Problem (CSP) operating independently of the generation likelihood. Rather than optimizing for statistical plausibility, we model verification as a feasibility check based on structural violation cost -- the computational cost required to embed a candidate reasoning step into the contextual graph structure. We define a total cost function composed of three proxies: (i) graph connectivity (structural), (ii) feature space consistency (geometric), and (iii) logical entailment (symbolic).…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Machine Learning in Healthcare
