paper-with-me

Papers

DeepLog: A Software Framework for Modular Neurosymbolic AI

2026-05-11 · Robin Manhaeve, Stefano Colamonaco, Vincent Derkinderen, Rik Adriaensen, Lucas Van Praet, Luc De Raedt, Giuseppe Marra arxiv

DeepLog is an operational neurosymbolic framework that unifies logic and deep learning within standard PyTorch workflows. While existing neurosymbolic systems focus on a particular paradigm and semantics, DeepLog serves as a universal backend that can emulate many systems in the neurosymbolic alphabet soup. By treating diverse neurosymbolic languages as high-level specifications, the DeepLog software automatically compiles them into optimized arithmetic circuits. This design lowers the barrier for machine learning practitioners by treating logic as composable modules, while providing neurosymbolic developers with a shared, high-performance basis for prototyping new integration strategies. The code is available here: https://github.com/ML-KULeuven/deeplog

📄 PDF Abstract BibTeX arXiv:2605.10279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The DeepLog Neurosymbolic Machine

2025-08-19 · Vincent Derkinderen, Robin Manhaeve, Rik Adriaensen, Lucas Van Praet 외 arxiv

We contribute a theoretical and operational framework for neurosymbolic AI called DeepLog. DeepLog introduces building blocks and primitives for neurosymbolic AI that make abstraction of commonly used representations and…

NeSyCat: A Monad-Based Categorical Semantics of the Neurosymbolic ULLER Framework

2026-04-27 · Daniel Romero Schellhorn, Till Mossakowski arxiv

ULLER (Unified Language for LEarning and Reasoning) offers a unified first-order logic (FOL) syntax, enabling its knowledge bases to be used directly across a wide range of neurosymbolic systems. The original specificati…

Toward Neurosymbolic Program Comprehension

2025-02-03 · Alejandro Velasco, Aya Garryyeva, David N. Palacio, Antonio Mastropaolo 외

Recent advancements in Large Language Models (LLMs) have paved the way for Large Code Models (LCMs), enabling automation in complex software engineering tasks, such as code generation, software testing, and program compr…

Code Generationsoftware testing

From Large Language Model Predicates to Logic Tensor Networks: Neurosymbolic Offer Validation in Regulated Procurement

2026-04-07 · Cedric Haufe, Frieder Stolzenburg arxiv

We present a neurosymbolic approach, i.e. combine symbolic and subsymbolic artificial intelligence, to validating offer documents in regulated public institutions. We employ a language model to extract information and th…

Multi-Step Deductive Reasoning Over Natural Language: An Empirical Study on Out-of-Distribution Generalisation

2022-07-28 · Qiming Bao, Alex Yuxuan Peng, Tim Hartill, Neset Tan 외

Combining deep learning with symbolic logic reasoning aims to capitalize on the success of both fields and is drawing increasing attention. Inspired by DeepLogic, an end-to-end model trained to perform inference on logic…