English

Fact-Tree Reasoning for N-ary Question Answering over Knowledge Graphs

Artificial Intelligence 2022-03-15 v2

Abstract

In the question answering(QA) task, multi-hop reasoning framework has been extensively studied in recent years to perform more efficient and interpretable answer reasoning on the Knowledge Graph(KG). However, multi-hop reasoning is inapplicable for answering n-ary fact questions due to its linear reasoning nature. We discover that there are two feasible improvements: 1) upgrade the basic reasoning unit from entity or relation to fact; and 2) upgrade the reasoning structure from chain to tree. Based on these, we propose a novel fact-tree reasoning framework, through transforming the question into a fact tree and performing iterative fact reasoning on it to predict the correct answer. Through a comprehensive evaluation on the n-ary fact KGQA dataset introduced by this work, we demonstrate that the proposed fact-tree reasoning framework has the desired advantage of high answer prediction accuracy. In addition, we also evaluate the fact-tree reasoning framework on two binary KGQA datasets and show that our approach also has a strong reasoning ability compared with several excellent baselines. This work has direct implications for exploring complex reasoning scenarios and provides a preliminary baseline approach.

Keywords

Cite

@article{arxiv.2108.08297,
  title  = {Fact-Tree Reasoning for N-ary Question Answering over Knowledge Graphs},
  author = {Yao Zhang and Peiyao Li and Hongru Liang and Adam Jatowt and Zhenglu Yang},
  journal= {arXiv preprint arXiv:2108.08297},
  year   = {2022}
}

Comments

ACL 2022 (Findings)

R2 v1 2026-06-24T05:13:48.291Z