Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Differentiable Symbolic Planning: A Neural Architecture for Constraint Reasoning with Learned Feasibility

About

Neural networks excel at pattern recognition but struggle with constraint reasoning -- determining whether configurations satisfy logical or physical constraints. We introduce Differentiable Symbolic Planning (DSP), a neural architecture that performs discrete symbolic reasoning while remaining fully differentiable. DSP maintains a feasibility channel (phi) that tracks constraint satisfaction evidence at each node, aggregates this into a global feasibility signal (Phi) through learned rule-weighted combination, and uses sparsemax attention to achieve exact-zero discrete rule selection. We integrate DSP into a Universal Cognitive Kernel (UCK) that combines graph attention with iterative constraint propagation. Evaluated on three constraint reasoning benchmarks -- graph reachability, Boolean satisfiability, and planning feasibility -- UCK+DSP achieves 97.4% accuracy on planning under 4x size generalization (vs. 59.7% for ablated baselines), 96.4% on SAT under 2x generalization, and maintains balanced performance on both positive and negative classes where standard neural approaches collapse. Ablation studies reveal that global phi aggregation is critical: removing it causes accuracy to drop from 98% to 64%. The learned phi signal exhibits interpretable semantics, with values of +18 for feasible cases and -13 for infeasible cases emerging without supervision.

Venkatakrishna Reddy Oruganti• 2026

Related benchmarks

TaskDatasetResultRank
Graph ReachabilityReachability 12 to 30 nodes (test)
Overall Accuracy82.7
3
Planning FeasibilityPlanning 8x8 to 16x16 grids (test)
Overall Accuracy97.4
3
Boolean SatisfiabilitySAT 10 to 20 variables (test)
Overall Accuracy96.4
2
Showing 3 of 3 rows

Other info

Follow for update