01 — Overview
What Neuro-Symbolic AI Is — and Why the Definition Still Slips
Neuro-symbolic AI (NeSy) refers to approaches that combine neural learning — deep nets, embeddings, foundation models — with symbolic machinery such as logic, rules, structured knowledge, programs, theorem proving, and constraint solving. The goal is systems that can both learn from data and reason with explicit structure.
A core theme across modern surveys is that NeSy is not one architecture but a family of design patterns for integrating learning and reasoning.
"Symbolic" is broader than formal logic. In LLM-era discourse, symbolic components can include knowledge graphs, typed schemas, constraints, tool calls, planners, and verifiers — not only first-order logic and theorem proving.
The "why" behind NeSy is not simply explainability. Many papers position the goal as a three-way trade among accuracy/generalization, transparency/traceability, and robustness under distribution shift and missing data.
A common cognitive metaphor describes neural components as fast pattern recognition and symbolic components as slower deliberation — mapped to "System 1 / System 2" language from dual process theory (Kahneman). Researchers caution, however, that dual process theory is itself a family of models rather than a single precise mechanism.
Survey literature consistently identifies a three-part value proposition for NeSy:
Bars indicate relative emphasis in published survey framing, not empirical scores.
The term "symbolic" in 2026 covers a wider surface than classical AI assumed. Components that now qualify include: first-order logic and theorem provers, probabilistic logic programs (ProbLog, DeepProbLog), knowledge graphs and ontologies, typed schemas and constraints, external tool calls (calculators, search APIs), program synthesis, structured planners and schedulers, and verifier modules that check output consistency.