IRLGAug 12, 2022

GSim: A Graph Neural Network based Relevance Measure for Heterogeneous Graphs

arXiv:2208.06144v216 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the need for automated relevance measures in heterogeneous graphs for applications like web search and recommendation, but it is incremental as it adapts GNNs to a new task.

The paper tackles the problem of measuring relevance between objects of different types in heterogeneous graphs, where existing methods often require domain knowledge to define meta-paths, and proposes GSim, a Graph Neural Network-based measure that automatically leverages semantics and outperforms existing methods in experiments.

Heterogeneous graphs, which contain nodes and edges of multiple types, are prevalent in various domains, including bibliographic networks, social media, and knowledge graphs. As a fundamental task in analyzing heterogeneous graphs, relevance measure aims to calculate the relevance between two objects of different types, which has been used in many applications such as web search, recommendation, and community detection. Most of existing relevance measures focus on homogeneous networks where objects are of the same type, and a few measures are developed for heterogeneous graphs, but they often need the pre-defined meta-path. Defining meaningful meta-paths requires much domain knowledge, which largely limits their applications, especially on schema-rich heterogeneous graphs like knowledge graphs. Recently, the Graph Neural Network (GNN) has been widely applied in many graph mining tasks, but it has not been applied for measuring relevance yet. To address the aforementioned problems, we propose a novel GNN-based relevance measure, namely GSim. Specifically, we first theoretically analyze and show that GNN is effective for measuring the relevance of nodes in the graph. We then propose a context path-based graph neural network (CP-GNN) to automatically leverage the semantics in heterogeneous graphs. Moreover, we exploit CP-GNN to support relevance measures between two objects of any type. Extensive experiments demonstrate that GSim outperforms existing measures.

Foundations

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

Your Notes