Papers › Logical Neural Networks

Logical Neural Networks

23 Jun 2020arXiv:2006.13155archive 2025-07-28

Ryan Riegel, Alexander Gray, Francois Luus, Naweed Khan, Ndivhuwo Makondo, Ismail Yunus Akhalwaya, Haifeng Qian, Ronald Fagin, Francisco Barahona, Udit Sharma, Shajith Ikbal, Hima Karanam, Sumit Neelam, Ankita Likhyani, Santosh Srivastava

We propose a novel framework seamlessly providing key properties of both neural nets (learning) and symbolic logic (knowledge and reasoning). Every neuron has a meaning as a component of a formula in a weighted real-valued logic, yielding a highly intepretable disentangled representation. Inference is omnidirectional rather than focused on predefined target variables, and corresponds to logical reasoning, including classical first-order logic theorem proving as a special case. The model is end-to-end differentiable, and learning minimizes a novel loss function capturing logical contradiction, yielding resilience to inconsistent knowledge. It also enables the open-world assumption by maintaining bounds on truth values which can have probabilistic semantics, yielding resilience to incomplete knowledge.

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="2006.13155")

Code

Syntology Ran 2 of 15 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · violated contract.

By repository: official repository: 14 samples from 1 repository, 2 ran; community (archive-listed): 1 sample from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

IBM/LNN official report
ibm/torchlogic mentioned on GitHubpytorch 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

15 samples harvested; 2 ran; 0 honoured the contract we drafted; 13 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.

2ran · violated contract
13unverified

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

tensorise IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 9469f676588b9dae · report
val_clamp IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 8620647772af6e0d · report
Bound IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · a414e494c28e8b53 · report
Direction IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 9cd1417770609993 · report
Fact IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · ccc83f56566983c4 · report
World IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · e2478de9c6a50e03 · report
_AutoName IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 53fb477a4312f8da · report
_NeuronActivation IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 556cd4e7b9148784 · report
_NeuronParameters IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 32d9abf50ba946c7 · report
_NodeActivation IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 73b4875866816be7 · report
_NodeParameters IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · d5b3cf2c88214d88 · report
bool_and IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 5481e5e04cffed09 · report
bool_or IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 266c294a99762150 · report
bool_tensor IBM/LNN/lnn/neural/activations/neuron/neuron.py official repository unverified Apache-2.0 (permissive) · 8136d8c3c05c97ff · report
LukasiewiczCore ibm/torchlogic/torchlogic/nn/base/_core.py community (archive-listed) unverified Apache-2.0 (permissive) · 550a53b2c8bb092f · report

Tasks

Automated Theorem ProvingLogical Reasoning

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