AIMay 25, 2022

Neuro-Symbolic Learning of Answer Set Programs from Raw Data

arXiv:2205.12735v814 citationsh-index: 41Has Code
Originality Highly original
AI Analysis

This work addresses the problem of automating symbolic knowledge acquisition in neuro-symbolic AI for researchers and practitioners, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of combining neural networks with symbolic reasoning to learn answer set programs directly from raw data, achieving state-of-the-art performance in accuracy and data efficiency across complex domains, including an NP-complete problem.

One of the ultimate goals of Artificial Intelligence is to assist humans in complex decision making. A promising direction for achieving this goal is Neuro-Symbolic AI, which aims to combine the interpretability of symbolic techniques with the ability of deep learning to learn from raw data. However, most current approaches require manually engineered symbolic knowledge, and where end-to-end training is considered, such approaches are either restricted to learning definite programs, or are restricted to training binary neural networks. In this paper, we introduce Neuro-Symbolic Inductive Learner (NSIL), an approach that trains a general neural network to extract latent concepts from raw data, whilst learning symbolic knowledge that maps latent concepts to target labels. The novelty of our approach is a method for biasing the learning of symbolic knowledge, based on the in-training performance of both neural and symbolic components. We evaluate NSIL on three problem domains of different complexity, including an NP-complete problem. Our results demonstrate that NSIL learns expressive knowledge, solves computationally complex problems, and achieves state-of-the-art performance in terms of accuracy and data efficiency. Code and technical appendix: https://github.com/DanCunnington/NSIL

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes