Research foundation

Neuro-symbolic AI: from pattern recognition to reasoning—and from reasoning to justified action.

Neural systems learn from uncertain data. Symbolic systems represent explicit facts, rules and relationships. Neuro-symbolic AI brings those abilities together.

NSDM adds the next question: is the resulting conclusion sufficiently supported, authorised and safe to act on?

The problem neuro-symbolic AI is trying to solve

Modern neural models are powerful pattern recognisers. They can interpret text, images, audio, video and sensor streams. But pattern recognition alone does not guarantee reliable reasoning.

Neural AI

Strong at learning from complex data

Neural systems learn useful representations from large, noisy and unstructured datasets. They are effective in perception, prediction, language and multimodal tasks.

Their limitations include opaque internal representations, weak compositional reasoning, sensitivity to distribution shift and fluent outputs that may not be well supported.

Symbolic AI

Strong at explicit rules and relationships

Symbolic systems represent knowledge through facts, concepts, rules, ontologies, knowledge graphs, logic and executable programs.

Their limitations include brittleness, difficulty learning from raw data and the cost of maintaining complete rule bases for complex, changing environments.

The hybrid

Neuro-symbolic AI joins learning with explicit reasoning.

The neural component handles perception, uncertain inputs and learned representations. The symbolic component supplies structure: concepts, rules, relationships, constraints and reasoning procedures.

The exact integration varies. In some systems, the neural model extracts symbols from raw data. In others, symbolic constraints guide training. Some systems allow neural and symbolic components to exchange results iteratively.

PerceiveInterpret text, images, video, behaviour or telemetry.
RepresentConvert relevant information into entities, concepts, relations and uncertainty.
ReasonApply logic, programs, knowledge graphs, causal structure or temporal constraints.
CheckDetect contradiction, missing premises, policy conflicts and rule violations.
ActProduce an answer, plan, prediction or controlled intervention.

Four common architecture patterns

Neuro-symbolic AI is not one model type. It is a family of integration patterns.

Sequential

Symbolic → neural → symbolic

Structured input is encoded into a learned representation, processed by a neural model and decoded back into symbolic output.

Typical uses include semantic parsing, logical-form generation and knowledge-graph construction.

Nested

A symbolic system containing a neural component

A symbolic planner or reasoner controls the overall process while a neural component performs perception, prediction or scoring.

Typical uses include visual reasoning, search, planning and structured decision support.

Constraint-guided

A neural system containing symbolic constraints

Rules, temporal logic or domain knowledge shape the loss function, inference process or output filter.

Typical uses include rule-compliant prediction, constrained generation and process monitoring.

Cooperative

Neural ↔ symbolic iteration

Neural and symbolic components exchange intermediate results until a solution, stable state or stop condition is reached.

Typical uses include agentic reasoning, scientific discovery and long-horizon planning.

The key distinction

Logical consistency is not the same as justified action.

Explicit reasoning does not automatically establish truth, authority or safety.
Valid rule ≠ true premise Traceable path ≠ causal explanation Explicit policy ≠ legitimate authority Consistent output ≠ supported claim High confidence ≠ low risk

What neuro-symbolic AI can improve

Compositional reasoning

Concepts and rules can be reused in new combinations rather than learned independently for every case.

Data efficiency

Prior knowledge can reduce the number of examples required to learn a useful pattern.

Constraint compliance

Formal or domain-specific constraints can influence training, inference and output selection.

Inspectability

Symbolic representations can make parts of the reasoning process easier to inspect, test and modify.

Counterfactual and causal tasks

Explicit models of events and relations can support reasoning beyond simple correlation.

Human intervention

Editable rules, constraints and decision traces can create clearer points for review and override.

What it does not automatically solve

Neuro-symbolic AI is promising, but it is not an automatic guarantee of correctness, fairness or safety.

Incomplete knowledge

A rule base or knowledge graph can omit the exact fact that matters. Missing knowledge may remain invisible unless the system represents under-specification.

Incorrect rules

Symbolic reasoning can be perfectly consistent while operating on false, outdated or biased premises.

Scalability

Logical operations, sparse data structures, branching and symbolic search can be expensive on standard computing hardware.

Faithful explanation

A readable reasoning trace does not prove that it faithfully explains the neural component's actual internal computation.

Authority and rights

A system can follow a rule correctly while lacking legitimate authority to act or failing to provide an appeal path.

Consequence sensitivity

The same evidence threshold should not govern a restaurant suggestion, a credit decision and a medical intervention.

How NSDM extends neuro-symbolic AI

Neuro-symbolic AI improves the relationship between learning and reasoning. NSDM studies the boundary between reasoning and justified action.

LayerCentral questionTypical output
Neural AIWhat patterns can the system detect or predict?Representations, scores, classifications and generated candidates.
Symbolic AIWhat follows from the represented facts and rules?Logical consequences, programs, plans and constraint results.
Neuro-symbolic AIHow can learning and explicit reasoning work together?Grounded concepts, constrained predictions and structured reasoning.
NSDMIs the conclusion supported, authorised and safe enough to act on?Evidence-state, governance-state, consequence level and action-state.

The NSDM decision path

01

Neural proposal

A model detects a pattern, generates a candidate or interprets an input.

02

Symbolic representation

Relevant facts, concepts, relationships and uncertainty are made explicit.

03

Rule and evidence checks

Logic, policy, provenance and missing premises are evaluated.

04

Boundary evaluation

NSDM assigns evidence, governance and consequence states.

05

Controlled action

Answer, ask, verify, abstain, refuse or escalate.

Research examples

Visual and causal reasoning

CLEVRER and neuro-symbolic dynamic reasoning

CLEVRER distinguishes descriptive, explanatory, predictive and counterfactual questions. It showed that strong perception does not automatically produce strong causal reasoning.

For NSDM, competence in one reasoning state should not be mistaken for justification in another.

Temporal reasoning

Logic-guided process prediction

Temporal logic can be incorporated into sequence prediction so generated process continuations are statistically plausible and more consistent with known constraints.

NSDM adds provenance, authority, consequence and escalation requirements.

Knowledge extraction

Knowledge graphs and expert rules

Language models can extract entities, relations and candidate rules from technical literature, which can then guide downstream models.

NSDM asks whether the extraction was faithful, expert-reviewed, current and appropriate to the present case.

Planning and agents

Neuro-symbolic concepts and tool use

Symbolic programs, modular neural components and external tools can improve planning, long-horizon reasoning and generalisation.

NSDM controls when those plans may be executed and when human authority is required.

NSDM research tracks connected to neuro-symbolic AI

Decision Boundary Benchmark

Tests whether models distinguish supported, unsupported, contradicted and under-specified cases.

QSR Decision-State Benchmark

Tests impulse, conflict, deliberation, commitment and abandonment under structured decision conditions.

Conjecture Verification

Separates neural candidate generation from deterministic verification and provenance.

Product-State Verification

Checks whether AI-built systems reach the intended user state rather than merely producing code.

Telecom AI Governance

Maps vendor claims, network decisions, customer consequences, authority and human override.

NeuroBench

Separates measured multimodal signals from inferred cognitive markers and permitted intervention.

Research status: Neuro-symbolic AI is an active field with multiple architecture families and unresolved challenges. The presence of rules or symbolic representations does not certify a system as safe, interpretable or correct. NSDM treats those properties as claims that must be tested.