# Learning higher-order logic programs

**Authors:** Andrew Cropper, Rolf Morel, Stephen H. Muggleton

arXiv: 1907.10953 · 2019-07-26

## TL;DR

This paper extends inductive logic programming to learn higher-order programs, demonstrating that higher-order representations can reduce complexity and improve learning efficiency in various domains.

## Contribution

It introduces a novel extension of meta-interpretive learning to support higher-order programs and implements this in two systems, showing practical benefits over first-order learning.

## Key findings

- Higher-order programs reduce hypothesis space and sample complexity.
- Learning higher-order programs improves predictive accuracy.
- Higher-order learning reduces training times.

## Abstract

A key feature of inductive logic programming (ILP) is its ability to learn first-order programs, which are intrinsically more expressive than propositional programs. In this paper, we introduce techniques to learn higher-order programs. Specifically, we extend meta-interpretive learning (MIL) to support learning higher-order programs by allowing for \emph{higher-order definitions} to be used as background knowledge. Our theoretical results show that learning higher-order programs, rather than first-order programs, can reduce the textual complexity required to express programs which in turn reduces the size of the hypothesis space and sample complexity. We implement our idea in two new MIL systems: the Prolog system \namea{} and the ASP system \nameb{}. Both systems support learning higher-order programs and higher-order predicate invention, such as inventing functions for \tw{map/3} and conditions for \tw{filter/3}. We conduct experiments on four domains (robot strategies, chess playing, list transformations, and string decryption) that compare learning first-order and higher-order programs. Our experimental results support our theoretical claims and show that, compared to learning first-order programs, learning higher-order programs can significantly improve predictive accuracies and reduce learning times.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.10953/full.md

## Figures

45 figures with captions in the complete paper: https://tomesphere.com/paper/1907.10953/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1907.10953/full.md

---
Source: https://tomesphere.com/paper/1907.10953