19
1

Dolphin: A Programmable Framework for Scalable Neurosymbolic Learning

Abstract

Neurosymbolic learning enables the integration of symbolic reasoning with deep learning but faces significant challenges in scaling to complex symbolic programs, large datasets, or both. We introduce Dolphin, a framework that tackles these challenges by supporting neurosymbolic programs in Python, executing complex symbolic reasoning on the CPU while vectorizing probabilistic computations and gradient propagation on the GPU. Across 13 benchmarks spanning tasks over text, image, and video data, with symbolic reasoning features like recursion and black-box functions, Dolphin converges to state-of-the-art accuracies on the more complex benchmarks while existing frameworks such as Scallop, ISED, and IndeCateR+ fail to converge within the time limit. On simpler benchmarks, Dolphin matches their performance, while achieving these results 1.71x to 62x faster than the baselines. Overall, Dolphin advances the scalability of neurosymbolic frameworks, achieving state-of-the-art efficiency and convergence on difficult benchmarks where existing frameworks struggle.

View on arXiv
@article{naik2025_2410.03348,
  title={ Dolphin: A Programmable Framework for Scalable Neurosymbolic Learning },
  author={ Aaditya Naik and Jason Liu and Claire Wang and Amish Sethi and Saikat Dutta and Mayur Naik and Eric Wong },
  journal={arXiv preprint arXiv:2410.03348},
  year={ 2025 }
}
Comments on this paper