paper-with-me

Papers

Neuro-symbolic Rule Learning in Real-world Classification Tasks

2023-03-29 · Kexin Gu Baugh, Nuri Cingillioglu, Alessandra Russo

Neuro-symbolic rule learning has attracted lots of attention as it offers better interpretability than pure neural models and scales better than symbolic rule learning. A recent approach named pix2rule proposes a neural Disjunctive Normal Form (neural DNF) module to learn symbolic rules with feed-forward layers. Although proved to be effective in synthetic binary classification, pix2rule has not been applied to more challenging tasks such as multi-label and multi-class classifications over real-world data. In this paper, we address this limitation by extending the neural DNF module to (i) support rule learning in real-world multi-class and multi-label classification tasks, (ii) enforce the symbolic property of mutual exclusivity (i.e. predicting exactly one class) in multi-class classification, and (iii) explore its scalability over large inputs and outputs. We train a vanilla neural DNF model similar to pix2rule's neural DNF module for multi-label classification, and we propose a novel extended model called neural DNF-EO (Exactly One) which enforces mutual exclusivity in multi-class classification. We evaluate the classification performance, scalability and interpretability of our neural DNF-based models, and compare them against pure neural models and a state-of-the-art symbolic rule learner named FastLAS. We demonstrate that our neural DNF-based models perform similarly to neural networks, but provide better interpretability by enabling the extraction of logical rules. Our models also scale well when the rule search space grows in size, in contrast to FastLAS, which fails to learn in multi-class classification tasks with 200 classes and in all multi-label settings.

📄 PDF Abstract BibTeX arXiv:2303.16674

Code (2)

kittykg/neural-dnf-cub 공식 구현 pytorch
kittykg/neural-dnf-tmc 공식 구현 pytorch

Tasks

Binary ClassificationClassificationMulti-class ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

World2Rules: A Neuro-Symbolic Framework for Learning World-Governing Safety Rules for Aviation

2026-03-30 · Haichuan Wang, Jay Patrikar, Sebastian Scherer arxiv

Many real-world safety-critical systems are governed by explicit rules that define unsafe world configurations and constrain agent interactions. In practice, these rules are complex and context-dependent, making manual s…

Inductive logic programming

pix2rule: End-to-end Neuro-symbolic Rule Learning

2021-06-14 · Nuri Cingillioglu, Alessandra Russo

Humans have the ability to seamlessly combine low-level visual input with high-level symbolic reasoning often in the form of recognising objects, learning relations between them and applying rules. Neuro-symbolic systems…

image-classificationImage Classification

Federated Neuro-Symbolic Learning

2023-08-29 · Pengwei Xing, Songtao Lu, Han Yu

Neuro-symbolic learning (NSL) models complex symbolic rule patterns into latent variable distributions by neural networks, which reduces rule search space and generates unseen rules to improve downstream task performance…

Bilevel OptimizationFederated Learning

Neurosymbolic Grounding for Compositional World Models

2023-10-19 · Atharva Sehgal, Arya Grayeli, Jennifer J. Sun, Swarat Chaudhuri

We introduce Cosmos, a framework for object-centric world modeling that is designed for compositional generalization (CompGen), i.e., high performance on unseen input scenes obtained through the composition of known visu…

Neuro-Symbolic Synergy for Interactive World Modeling

2026-02-11 · Hongyu Zhao, Siyu Zhou, Haolin Yang, Zengyi Qin 외 arxiv

Large language models (LLMs) exhibit strong general-purpose reasoning capabilities, yet they frequently hallucinate when used as world models (WMs), where strict compliance with deterministic transition rules--particular…