paper-with-me

Papers

NeuralFastLAS: Fast Logic-Based Learning from Raw Data

2023-10-08 · Theo Charalambous, Yaniv Aspis, Alessandra Russo

Symbolic rule learners generate interpretable solutions, however they require the input to be encoded symbolically. Neuro-symbolic approaches overcome this issue by mapping raw data to latent symbolic concepts using a neural network. Training the neural and symbolic components jointly is difficult, due to slow and unstable learning, hence many existing systems rely on hand-engineered rules to train the network. We introduce NeuralFastLAS, a scalable and fast end-to-end approach that trains a neural network jointly with a symbolic learner. For a given task, NeuralFastLAS computes a relevant set of rules, proved to contain an optimal symbolic solution, trains a neural network using these rules, and finally finds an optimal symbolic solution to the task while taking network predictions into account. A key novelty of our approach is learning a posterior distribution on rules while training the neural network to improve stability during training. We provide theoretical results for a sufficient condition on network training to guarantee correctness of the final solution. Experimental results demonstrate that NeuralFastLAS is able to achieve state-of-the-art accuracy in arithmetic and logical tasks, with a training time that is up to two orders of magnitude faster than other jointly trained neuro-symbolic methods.

📄 PDF Abstract BibTeX arXiv:2310.05145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Differentiable Logic Gate Networks

2022-10-15 · Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

Recently, research has increasingly focused on developing efficient neural network architectures. In this work, we explore logic gate networks for machine learning tasks by learning combinations of logic gates. These net…

CPUEfficient Neural Network

Fast, Accurate and Interpretable Graph Classification with Topological Kernels

2025-09-22 · Adam Wesołowski, Ronin Wu, Karim Essafi arxiv

We introduce a novel class of explicit feature maps based on topological indices that represent each graph by a compact feature vector, enabling fast and interpretable graph classification. Using radial basis function ke…

Graph ClassificationGraph Learning

Convolutional Differentiable Logic Gate Networks

2024-11-07 · Felix Petersen, Hilde Kuehne, Christian Borgelt, Julian Welzel 외

With the increasing inference cost of machine learning models, there is a growing interest in models with fast and efficient inference. Recently, an approach for learning logic gate networks directly via a differentiable…

An Unofficial FastLAS Tutorial: A Programmer's Guide

2026-07-26 · Fabio Aurelio D'Asaro arxiv

FastLAS is a scalable system for Inductive Logic Programming (ILP): you give it some background knowledge, a language bias, and a set of examples, and it searches for a set of logic program rules (a hypothesis) that expl…

Inductive logic programming

Fast and scalable learning of neuro-symbolic representations of biomedical knowledge

2018-04-30 · Asan Agibetov, Matthias Samwald

In this work we address the problem of fast and scalable learning of neuro-symbolic representations for general biological knowledge. Based on a recently published comprehensive biological knowledge graph (Alshahrani, 20…

Entity EmbeddingsLink PredictionRepresentation Learning