paper-with-me

Papers

Preprocessing in Inductive Logic Programming

2021-12-21 · Brad Hunter

Inductive logic programming is a type of machine learning in which logic programs are learned from examples. This learning typically occurs relative to some background knowledge provided as a logic program. This dissertation introduces bottom preprocessing, a method for generating initial constraints on the programs an ILP system must consider. Bottom preprocessing applies ideas from inverse entailment to modern ILP systems. Inverse entailment is an influential early ILP approach introduced with Progol. This dissertation also presents $\bot$-Popper, an implementation of bottom preprocessing for the modern ILP system Popper. It is shown experimentally that bottom preprocessing can reduce learning times of ILP systems on hard problems. This reduction can be especially significant when the amount of background knowledge in the problem is large.

📄 PDF Abstract BibTeX arXiv:2112.12551

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive logic programming

Similar Papers 제목 키워드 기반

Explaining Neural Networks in Preference Learning: a Post-hoc Inductive Logic Programming Approach

2026-04-08 · Daniele Fossemò, Filippo Mignosi, Giuseppe Placidi, Luca Raggioli 외 arxiv

In this paper, we propose using Learning from Answer Sets to approximate black-box models, such as Neural Networks (NN), in the specific case of learning user preferences. We specifically explore the use of ILASP (Induct…

Inductive logic programming

Symmetry breaking for inductive logic programming

2025-08-08 · Andrew Cropper, David M. Cerna, Matti Järvisalo arxiv

The goal of inductive logic programming is to search for a hypothesis that generalises training data and background knowledge. The challenge is searching vast hypothesis spaces, which is exacerbated because many logicall…

Inductive logic programmingVisual Reasoning

Inductive logic programming at 30

2021-02-21 · Andrew Cropper, Sebastijan Dumančić, Richard Evans, Stephen H. Muggleton

Inductive logic programming (ILP) is a form of logic-based machine learning. The goal is to induce a hypothesis (a logic program) that generalises given training examples. As ILP turns 30, we review the last decade of re…

BIG-bench Machine LearningInductive logic programming

Proceedings 38th International Conference on Logic Programming

2022-08-04 · Yuliya Lierler, Jose F. Morales, Carmine Dodaro, Veronica Dahl 외

ICLP is the premier international event for presenting research in logic programming. Contributions to ICLP 2022 were sought in all areas of logic programming, including but not limited to: Foundations: Semantics, Formal…

Automated Theorem ProvingData IntegrationManagementProbabilistic Programming

Parallel Constraint-Driven Inductive Logic Programming

2021-09-15 · Andrew Cropper, Oghenejokpeme Orhobor, Cristian Dinu, Rolf Morel

Multi-core machines are ubiquitous. However, most inductive logic programming (ILP) approaches use only a single core, which severely limits their scalability. To address this limitation, we introduce parallel techniques…

Inductive logic programmingProgram Synthesis