An AI Monkey Gets Grapes for Sure -- Sphere Neural Networks for Reliable Decision-Making
Tiansi Dong, Henry He, Pietro Liò, Mateja Jamnik
TL;DR
The paper addresses the reliability gap in neural reasoning for syllogistic decision-making by comparing LLM-based, supervised, and explicit model construction approaches. It presents Sphere Neural Networks that encode concepts as circles on an $n$-dimensional sphere and use Euler diagrams to perform satisfiability-based reasoning, including complement circles. The main contributions include mastering 16 syllogistic-styled tasks with SphNN across diverse sphere dimensions, showing robustness and symbolic-level rigor, and contrasting this with Euler Net which achieves high accuracy on specific tasks but suffers catastrophic forgetting and pattern sensitivity. The work argues that explicit, interpretable model construction provides more reliable neural reasoning for high-stakes domains and outlines paths for future integration with LLMs and supervised models to achieve safe, interpretable AI.
Abstract
This paper compares three methodological categories of neural reasoning: LLM reasoning, supervised learning-based reasoning, and explicit model-based reasoning. LLMs remain unreliable and struggle with simple decision-making that animals can master without extensive corpora training. Through disjunctive syllogistic reasoning testing, we show that reasoning via supervised learning is less appealing than reasoning via explicit model construction. Concretely, we show that an Euler Net trained to achieve 100.00% in classic syllogistic reasoning can be trained to reach 100.00% accuracy in disjunctive syllogistic reasoning. However, the retrained Euler Net suffers severely from catastrophic forgetting (its performance drops to 6.25% on already-learned classic syllogistic reasoning), and its reasoning competence is limited to the pattern level. We propose a new version of Sphere Neural Networks that embeds concepts as circles on the surface of an n-dimensional sphere. These Sphere Neural Networks enable the representation of the negation operator via complement circles and achieve reliable decision-making by filtering out illogical statements that form unsatisfiable circular configurations. We demonstrate that the Sphere Neural Network can master 16 syllogistic reasoning tasks, including rigorous disjunctive syllogistic reasoning, while preserving the rigour of classical syllogistic reasoning. We conclude that neural reasoning with explicit model construction is the most reliable among the three methodological categories of neural reasoning.
