paper-with-me

홈 › Papers

Differentiable Rule Induction with Learned Relational Features

2022-01-17 · Remy Kusters, Yusik Kim, Marine Collery, Christian de Sainte Marie, Shubham Gupta

Rule-based decision models are attractive due to their interpretability. However, existing rule induction methods often result in long and consequently less interpretable rule models. This problem can often be attributed to the lack of appropriately expressive vocabulary, i.e., relevant predicates used as literals in the decision model. Most existing rule induction algorithms presume pre-defined literals, naturally decoupling the definition of the literals from the rule learning phase. In contrast, we propose the Relational Rule Network (R2N), a neural architecture that learns literals that represent a linear relationship among numerical input features along with the rules that use them. This approach opens the door to increasing the expressiveness of induced decision models by coupling literal learning directly with rule learning in an end-to-end differentiable fashion. On benchmark tasks, we show that these learned literals are simple enough to retain interpretability, yet improve prediction accuracy and provide sets of rules that are more concise compared to state-of-the-art rule induction algorithms.

📄 PDF Abstract BibTeX arXiv:2201.06515

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visual Perceptual to Conceptual First-Order Rule Learning Networks

2026-04-09 · Kun Gao, Davide Soldà, Thomas Eiter, Katsumi Inoue arxiv

Learning rules plays a crucial role in deep learning, particularly in explainable artificial intelligence and enhancing the reasoning capabilities of large language models. While existing rule learning methods are primar…

Differentiable Rule Induction from Raw Sequence Inputs

2026-02-14 · Kun Gao, Katsumi Inoue, Yongzhi Cao, Hanpin Wang 외 arxiv

Rule learning-based models are widely used in highly interpretable scenarios due to their transparent structures. Inductive logic programming (ILP), a form of machine learning, induces rules from facts while maintaining …

Inductive logic programming

Large Language Models can Learn Rules

2023-10-10 · Zhaocheng Zhu, Yuan Xue, Xinyun Chen, Denny Zhou 외

When prompted with a few examples and intermediate steps, large language models (LLMs) have demonstrated impressive performance in various reasoning tasks. However, prompting methods that rely on implicit knowledge in an…

Relational Reasoning

Logical Rule Induction and Theory Learning Using Neural Theorem Proving

2018-09-06 · Andres Campero, Aldo Pareja, Tim Klinger, Josh Tenenbaum 외

A hallmark of human cognition is the ability to continually acquire and distill observations of the world into meaningful, predictive theories. In this paper we present a new mechanism for logical theory acquisition whic…

Automated Theorem Proving

Domain Generalization through Spatial Relation Induction over Visual Primitives

2026-05-07 · Dat Nguyen, Duc-Duy Nguyen arxiv

Domain generalization requires identifying stable representations that support reliable classification across domains. Most existing methods seek such stability through improving the training process, for example, throug…

Representation LearningDomain GeneralizationImage ClassificationData Augmentation