Neural Logic Machines

Abstract

We propose the Neural Logic Machine (NLM), a neural-symbolic architecture for both inductive learning and logic reasoning. NLMs exploit the power of both neural networks---as function approximators, and logic programming---as a symbolic processor for objects with properties, relations, logic connectives, and quantifiers. After being trained on small-scale tasks (such as sorting short arrays), NLMs can recover lifted rules, and generalize to large-scale tasks (such as sorting longer arrays). In our experiments, NLMs achieve perfect generalization in a number of tasks, from relational reasoning tasks on the family tree and general graphs, to decision making tasks including sorting arrays, finding shortest paths, and playing the blocks world. Most of these tasks are hard to accomplish for neural networks or inductive logic programming alone.

Cite

Text

Dong et al. "Neural Logic Machines." International Conference on Learning Representations, 2019.

Markdown

[Dong et al. "Neural Logic Machines." International Conference on Learning Representations, 2019.](https://mlanthology.org/iclr/2019/dong2019iclr-neural/)

BibTeX

@inproceedings{dong2019iclr-neural,
  title     = {{Neural Logic Machines}},
  author    = {Dong, Honghua and Mao, Jiayuan and Lin, Tian and Wang, Chong and Li, Lihong and Zhou, Denny},
  booktitle = {International Conference on Learning Representations},
  year      = {2019},
  url       = {https://mlanthology.org/iclr/2019/dong2019iclr-neural/}
}