Papers › Learning big logical rules by joining small rules

Learning big logical rules by joining small rules

29 Jan 2024arXiv:2401.16215archive 2025-07-28

Céline Hocquette, Andreas Niskanen, Rolf Morel, Matti Järvisalo, Andrew Cropper

A major challenge in inductive logic programming is learning big rules. To address this challenge, we introduce an approach where we join small rules to learn big rules. We implement our approach in a constraint-driven system and use constraint solvers to efficiently join rules. Our experiments on many domains, including game playing and drug design, show that our approach can (i) learn rules with more than 100 literals, and (ii) drastically outperform existing approaches in terms of predictive accuracies.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2401.16215")

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

celinehocquette/ijcai24-joiner officialmentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
4unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from celinehocquette/ijcai24-joiner. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

anytime_maxsat_solve celinehocquette/ijcai24-joiner/joiner/popper/maxsat.py official repository ran no licence file found · pointer only · 47d20265bdd28060 · report
connected celinehocquette/ijcai24-joiner/joiner/popper/bkcons.py official repository ran no licence file found · pointer only · 73dace4ea6fdd27a · report
generate_binary_strings celinehocquette/ijcai24-joiner/joiner/popper/tester.py official repository ran no licence file found · pointer only · 5987bedd63b8b6ae · report
get_prog_hash celinehocquette/ijcai24-joiner/joiner/popper/specialiser_ms.py official repository ran no licence file found · pointer only · cb0157ebd2d31531 · report
get_raw_prog celinehocquette/ijcai24-joiner/joiner/popper/explain.py official repository ran no licence file found · pointer only · 3b7a257af2da5644 · report
get_rule_hash celinehocquette/ijcai24-joiner/joiner/popper/combine.py official repository ran no licence file found · pointer only · e98d3a560d2de563 · report
get_rule_hash celinehocquette/ijcai24-joiner/joiner/popper/combine_ms.py official repository ran no licence file found · pointer only · afb7b4f11952b250 · report
lit_is_true celinehocquette/ijcai24-joiner/joiner/popper/specialiser_ms.py official repository ran no licence file found · pointer only · 602159b0b120f776 · report
load_kbpath celinehocquette/ijcai24-joiner/joiner/popper/util.py official repository ran fingerprinted no licence file found · pointer only · 57c48bcb82175cdb · report
rename_variables celinehocquette/ijcai24-joiner/joiner/popper/explain.py official repository ran no licence file found · pointer only · b069752a8647832a · report
rule_hash celinehocquette/ijcai24-joiner/joiner/popper/explain.py official repository ran no licence file found · pointer only · 10793ecbdcfe2e56 · report
timeout celinehocquette/ijcai24-joiner/joiner/popper/util.py official repository ran no licence file found · pointer only · 829094d074a416ac · report
uses_in_order celinehocquette/ijcai24-joiner/joiner/popper/bkcons.py official repository ran no licence file found · pointer only · 0a8b887de0aca751 · report
explain_incomplete celinehocquette/ijcai24-joiner/joiner/popper/loop.py official repository unverified no licence file found · pointer only · 608967d0ef7cc9c4 · report
find_all_vars celinehocquette/ijcai24-joiner/joiner/popper/generate.py official repository unverified no licence file found · pointer only · c7919aea9aec45cd · report
format_prog celinehocquette/ijcai24-joiner/joiner/popper/util.py official repository unverified no licence file found · pointer only · 6bb964af4be6e01c · report
learn_solution celinehocquette/ijcai24-joiner/joiner/popper/loop.py official repository unverified no licence file found · pointer only · 1a71e2d0cd945b4a · report

Tasks

Drug DesignInductive logic programming

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections