Finding Minimum Connected Subgraphs with Ontology Exploration on Large RDF Data
Xiangnan Ren, Neha Sengupta, Xuguang Ren, Junhu Wang and, Olivier Cur\'e

TL;DR
This paper introduces RECON, a system that efficiently finds approximate minimum connected subgraphs in large knowledge graphs, leveraging ontology refinement to handle disconnections, and achieves high accuracy with sub-second response times.
Contribution
RECON is a novel system that provides fast, accurate approximate solutions for the NP-hard problem of finding minimum connected subgraphs in large KGs, incorporating ontology-based input refinement.
Findings
RECON outperforms five existing approaches in accuracy and speed.
RECON operates with a small memory footprint on graphs with hundreds of millions of edges.
RECON achieves sub-second response times in large-scale knowledge graphs.
Abstract
In this paper, we study the following problem: given a knowledge graph (KG) and a set of input vertices (representing concepts or entities) and edge labels, we aim to find the smallest connected subgraphs containing all of the inputs. This problem plays a key role in KG-based search engines and natural language question answering systems, and it is a natural extension of the Steiner tree problem, which is known to be NP-hard. We present RECON, a system for finding approximate answers. RECON aims at achieving high accuracy with instantaneous response (i.e., sub-second/millisecond delay) over KGs with hundreds of millions edges without resorting to expensive computational resources. Furthermore, when no answer exists due to disconnection between concepts and entities, RECON refines the input to a semantically similar one based on the ontology, and attempt to find answers with respect to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Advanced Graph Neural Networks · Data Quality and Management
