Differentiable Reasoning on Large Knowledge Bases and Natural Language
Pasquale Minervini, Matko Bo\v{s}njak, Tim Rockt\"aschel, Sebastian, Riedel, Edward Grefenstette

TL;DR
This paper introduces Greedy Neural Theorem Provers (GNTPs), an efficient, scalable differentiable reasoning system that jointly reasons over knowledge bases and natural language, enabling interpretable AI models for large datasets.
Contribution
The paper presents GNTPs, extending Neural Theorem Provers to handle large-scale data efficiently by dynamic graph construction and shared embedding of text and KBs for joint reasoning.
Findings
GNTPs match NTPs in performance at lower computational cost
Achieves competitive link prediction results on large datasets
Provides explanations and interpretable models
Abstract
Reasoning with knowledge expressed in natural language and Knowledge Bases (KBs) is a major challenge for Artificial Intelligence, with applications in machine reading, dialogue, and question answering. General neural architectures that jointly learn representations and transformations of text are very data-inefficient, and it is hard to analyse their reasoning process. These issues are addressed by end-to-end differentiable reasoning systems such as Neural Theorem Provers (NTPs), although they can only be used with small-scale symbolic KBs. In this paper we first propose Greedy NTPs (GNTPs), an extension to NTPs addressing their complexity and scalability limitations, thus making them applicable to real-world datasets. This result is achieved by dynamically constructing the computation graph of NTPs and including only the most promising proof paths during inference, thus obtaining…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
