English

Softened Symbol Grounding for Neuro-symbolic Systems

Artificial Intelligence 2024-03-04 v1 Machine Learning

Abstract

Neuro-symbolic learning generally consists of two separated worlds, i.e., neural network training and symbolic constraint solving, whose success hinges on symbol grounding, a fundamental problem in AI. This paper presents a novel, softened symbol grounding process, bridging the gap between the two worlds, and resulting in an effective and efficient neuro-symbolic learning framework. Technically, the framework features (1) modeling of symbol solution states as a Boltzmann distribution, which avoids expensive state searching and facilitates mutually beneficial interactions between network training and symbolic reasoning;(2) a new MCMC technique leveraging projection and SMT solvers, which efficiently samples from disconnected symbol solution spaces; (3) an annealing mechanism that can escape from %being trapped into sub-optimal symbol groundings. Experiments with three representative neuro symbolic learning tasks demonstrate that, owining to its superior symbol grounding capability, our framework successfully solves problems well beyond the frontier of the existing proposals.

Keywords

Cite

@article{arxiv.2403.00323,
  title  = {Softened Symbol Grounding for Neuro-symbolic Systems},
  author = {Zenan Li and Yuan Yao and Taolue Chen and Jingwei Xu and Chun Cao and Xiaoxing Ma and Jian Lü},
  journal= {arXiv preprint arXiv:2403.00323},
  year   = {2024}
}

Comments

Published as a conference paper at ICLR 2023. Code is available at https://github.com/SoftWiser-group/Soften-NeSy-learning