Neural Networks & Symbol Processing in Cognitive Architectures

Added:

Background & Journey
Core Problem & Bias
LLM Abstraction & Efficiency
Relational Bottleneck
Model & Results
Mechanism & Abstractions
Transformers & Symbols
Brain & Backprop
Discussion & Q&A
Q&A & Resources

Background & Journey

0:01
Playing Section
  • 1

    Speaker details his path from psychiatry to computational neuroscience.

  • 2

    He describes early exposure to connectionism via Rumelhart and McClelland.

  • 3

    The 1980s 'Holy Wars' between symbolic and connectionist camps are highlighted.

  • 4

    Initial aspiration was to find common ground between the two approaches.

The Connectionism vs. Symbolic AI Debate: A fundamental understanding of the classical dichotomy between rule-based AI (physical symbol systems) and connectionist models (artificial neural networks).
Neural Network Representations: Familiarity with how deep neural networks process information and represent data as continuous vector embeddings in high-dimensional spaces.
Concept of Inductive Biases: Understanding how constraints and assumptions built into a machine learning algorithm's design (such as architecture or loss functions) affect its learning and generalization.
Introduction to Cognitive Architectures: Basic knowledge of theoretical frameworks that model the structure of the human mind, such as ACT-R, Soar, or global workspace theory.
Neuro-Symbolic Integration: Exploring hybrid AI models that actively combine the pattern recognition capabilities of deep learning with the logical reasoning and explainability of symbolic systems.
Vector Symbolic Architectures (VSA): Investigating mathematical frameworks, such as hyperdimensional computing, that represent symbolic structures (like trees and graphs) using high-dimensional vector operations.
Systematic Generalization: Studying how neural networks can be engineered to exhibit compositionality, enabling them to understand and generate novel combinations of known concepts.
Applications in Cognitive Robotics and Planning: Analyzing how the fusion of perception (neural) and decision-making (symbolic) is implemented in autonomous systems to perform complex, multi-step tasks in dynamic environments.
102 views1likes1:32:40@CenterforIntegratedCogni-sd6bzOriginal Release: 2025-06-12

Neural networks can achieve symbolic processing through an architectural principle called the 'relational bottleneck,' which uses external memory as a binding mechanism that forces the network to learn abstract relational structures rather than memorizing specific data. This architecture, demonstrated through the Emergent Symbols Through Binding (ESB) model, enables neural networks to perform symbolic tasks like Raven's Progressive Matrices with radical generalization from minimal exemplars (as few as 5% of symbols), achieving sample efficiency orders of magnitude better than standard transformers. The key insight is that by creating a bottleneck that only allows relational information to pass through, the network is forced to discover abstract symbols and functions, enabling it to generalize to novel data it has never seen before.