AIDBMay 2, 2016

Adaptive Candidate Generation for Scalable Edge-discovery Tasks on Data Graphs

arXiv:1605.00686v22 citations
Originality Synthesis-oriented
AI Analysis

This work addresses scalability issues for edge-discovery tasks like entity resolution and link prediction in heterogeneous graphs, representing an incremental extension of existing methods to new data types.

The paper tackles the problem of reducing quadratic time complexity in edge-discovery tasks on data graphs by developing a graph-theoretic formalism for Disjunctive Normal Form (DNF) blocking schemes, which were previously limited to homogeneous tabular data, and investigates their learnability in an optimization framework.

Several `edge-discovery' applications over graph-based data models are known to have worst-case quadratic time complexity in the nodes, even if the discovered edges are sparse. One example is the generic link discovery problem between two graphs, which has invited research interest in several communities. Specific versions of this problem include link prediction in social networks, ontology alignment between metadata-rich RDF data, approximate joins, and entity resolution between instance-rich data. As large datasets continue to proliferate, reducing quadratic complexity to make the task practical is an important research problem. Within the entity resolution community, the problem is commonly referred to as blocking. A particular class of learnable blocking schemes is known as Disjunctive Normal Form (DNF) blocking schemes, and has emerged as state-of-the art for homogeneous (i.e. same-schema) tabular data. Despite the promise of these schemes, a formalism or learning framework has not been developed for them when input data instances are generic, attributed graphs possessing both node and edge heterogeneity. With such a development, the complexity-reducing scope of DNF schemes becomes applicable to a variety of problems, including entity resolution and type alignment between heterogeneous graphs, and link prediction in networks represented as attributed graphs. This paper presents a graph-theoretic formalism for DNF schemes, and investigates their learnability in an optimization framework. We also briefly describe an empirical case study encapsulating some of the principles in this paper.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes