微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Position: Certified Correctness in Neural Constraint Reasoning Requires Symbolic Integration
RSS 官方收录 · 可信分层展示
关键摘要
arXiv:2608.…
- 14569v1 Announce Type: new Abstract: Neural solvers for constraint sat…
- This position paper argues that when hard constraints exist and the co…
- We justify our focus on Sudoku as a representative NP-complete testbed…
摘要引擎:抽取
正文提要
arXiv:2608.14569v1 Announce Type: new Abstract: Neural solvers for constraint satisfaction problems have achieved remarkable in-distribution accuracy, yet they suffer from a fundamental limitation persistent constraint violations occur under distribution shifts even when the model reports high confidence. This position paper argues that when hard constraints exist and the cost of verification is relatively low, neural constraint reasoning must prioritize symbolic integration over pure learning. We justify our focus on Sudoku as a representative NP-complete testbed because it exhibits a sharp asymmetry between easy verification and hard solving: checking a candidate solution requires only polynomial time $O(n^{2})$, while finding a solution may require exponential search. Through a comprehensive survey of solving methods spanning deterministic algorithms, metaheuristic optimization, learning-based approaches, and language-conditioned reasoning, we demonstrate that neural-only methods without instance-level certification fail to achieve the provable correctness that symbolic and neuro-symbolic approaches provide. We advocate for a bidirectional integration in which neural methods enhance symbolic solvers by learning heuristics and converting percepts into symbols, while symbolic methods verify neural outputs to ensure their reliability. To operationalize this position, we propose a multi-agent certified reasoning framework that demonstrates how this integration can achieve both computational efficiency and provable correctness.