# Learning Relational Representations with Auto-encoding Logic Programs

**Authors:** Sebastijan Dumancic, Tias Guns, Wannes Meert, Hendrik Blockeel

arXiv: 1903.12577 · 2020-03-25

## TL;DR

This paper presents a novel relational representation learning framework that combines logic programming with auto-encoding principles, offering exact, flexible, and interpretable models superior to traditional deep learning approaches.

## Contribution

It introduces a logic-program-based auto-encoding framework for relational data, enabling exact, flexible, and interpretable representations through constraint optimization.

## Key findings

- Logic-based auto-encoding improves relational representation accuracy.
- The framework enhances flexibility and interpretability over neural methods.
- Experimental results show benefits in relational learning tasks.

## Abstract

Deep learning methods capable of handling relational data have proliferated over the last years. In contrast to traditional relational learning methods that leverage first-order logic for representing such data, these deep learning methods aim at re-representing symbolic relational data in Euclidean spaces. They offer better scalability, but can only numerically approximate relational structures and are less flexible in terms of reasoning tasks supported. This paper introduces a novel framework for relational representation learning that combines the best of both worlds. This framework, inspired by the auto-encoding principle, uses first-order logic as a data representation language, and the mapping between the original and latent representation is done by means of logic programs instead of neural networks. We show how learning can be cast as a constraint optimisation problem for which existing solvers can be used. The use of logic as a representation language makes the proposed framework more accurate (as the representation is exact, rather than approximate), more flexible, and more interpretable than deep learning methods. We experimentally show that these latent representations are indeed beneficial in relational learning tasks.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1903.12577/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1903.12577/full.md

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