Efficient Error-tolerant Search on Knowledge Graphs
Zhaoyang Shao, Davood Rafiei, Themis Palpanas

TL;DR
This paper introduces two efficient algorithms for error-tolerant subgraph search in large knowledge graphs, leveraging filtering techniques to handle graph edit distance variations effectively.
Contribution
It presents novel exact algorithms with a filtering-and-verification framework for approximate subgraph matching under edit operations in knowledge graphs.
Findings
Filtering significantly reduces candidate subgraphs.
Algorithms outperform baseline methods in efficiency.
Cost analysis guides algorithm selection.
Abstract
Edge-labeled graphs are widely used to describe relationships between entities in a database. Given a query subgraph that represents an example of what the user is searching for, we study the problem of efficiently searching for similar subgraphs in a large data graph, where the similarity is defined in terms of the well-known graph edit distance. We call these queries "error-tolerant exemplar queries" since matches are allowed despite small variations in the graph structure and the labels. The problem in its general case is computationally intractable, but efficient solutions are reachable for labeled graphs under well-behaved distribution of the labels, commonly found in knowledge graphs. We propose two efficient exact algorithms, based on a filtering-and-verification framework, for finding subgraphs in a large data graph that are isomorphic to a query graph under some edit…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Complexity and Algorithms in Graphs
