Search papers, labs, and topics across Lattice.
This paper introduces NeSyCat Torch, a differentiable tensor implementation that integrates categorical semantics into the framework of neurosymbolic learning, addressing the fragmentation of existing systems. By leveraging a distribution monad for reference semantics and a lazy log-tensor monad for stable training, the authors achieve significant improvements in both speed and accuracy on the MNIST addition task compared to existing models like LTN and DeepProbLog. The framework's parametric nature allows it to be adapted for various first-order neurosymbolic approaches, paving the way for future advancements in continuous probability representations.
Achieving faster and more accurate neurosymbolic learning, NeSyCat Torch bridges the gap between classical and neural systems with a unified framework.
Neurosymbolic semantics is fragmented: classical, fuzzy, probabilistic and neural systems each define truth by their own inductive rules. NeSyCat, extending ULLER, subsumes them under a single inductive definition of truth, parametric in a strong monad and an aggregation structure on truth-values. NeSyCat has so far lacked an account of predicates and functions learned by neural networks. We provide NeSyCat Torch as the missing link and interpret computational symbols via neural networks, implementing the framework in probabilistic programming and tensor-based backends. We use the distribution monad for reference semantics and metric evaluation, and complement it by a monad for numerically stable, differentiable training: the lazy log-tensor monad over the log-semiring. For efficient training in batches, we furthermore employ a batch monad. The axioms are the source code: written once in monad-based do-notation, monadic bind performs marginalisation, lazily pruning unneeded branches. On MNIST addition, our HaskTorch, JAX, and PyTorch implementations outperform LTN and DeepProbLog in speed and accuracy, while achieving nearly the accuracy of DeepStochLog. However, unlike DeepStochLog, we stay in a uniform framework that applies to many first-order NeSy approaches. Namely, the construction is parametric in the monad; instantiating it with, e.g., the Giry monad extends the approach to continuous probability (working out a neural representation here is left for future work).