Advancing Abductive Reasoning in Knowledge Graphs through Complex Logical Hypothesis Generation
Jiaxin Bai, Yicheng Wang, Tianshi Zheng, Yue Guo, Xin Liu, Yangqiu Song
TL;DR
The paper addresses the problem of abductive reasoning over knowledge graphs by introducing complex logical hypothesis generation as a formal task. It proposes a generation-based pipeline (RLF-KG) that leverages sampling, supervised transformer training, and reinforcement learning with KG feedback to produce explanations that align with observations, even on unseen data. Empirical results on FB15k-237, WN18RR, and DBpedia50 show state-of-the-art performance in terms of Jaccard similarity and competitive Smatch scores, with RLF-KG consistently improving explanations. The work demonstrates the practical potential of integrating KG structure into abductive reasoning and highlights trade-offs in reward design and computational efficiency, pointing to future work on dynamic knowledge graphs and broader domains.
Abstract
Abductive reasoning is the process of making educated guesses to provide explanations for observations. Although many applications require the use of knowledge for explanations, the utilization of abductive reasoning in conjunction with structured knowledge, such as a knowledge graph, remains largely unexplored. To fill this gap, this paper introduces the task of complex logical hypothesis generation, as an initial step towards abductive logical reasoning with KG. In this task, we aim to generate a complex logical hypothesis so that it can explain a set of observations. We find that the supervised trained generative model can generate logical hypotheses that are structurally closer to the reference hypothesis. However, when generalized to unseen observations, this training objective does not guarantee better hypothesis generation. To address this, we introduce the Reinforcement Learning from Knowledge Graph (RLF-KG) method, which minimizes differences between observations and conclusions drawn from generated hypotheses according to the KG. Experiments show that, with RLF-KG's assistance, the generated hypotheses provide better explanations, and achieve state-of-the-art results on three widely used KGs.
