TL;DR
This paper presents a method using Graph Convolutional Networks to align nodes in biomedical knowledge graphs, demonstrating how embedding distances can reveal different types of relationships, with improved accuracy through domain knowledge integration.
Contribution
The study introduces a GCN-based approach for node alignment in knowledge graphs and explores the impact of domain knowledge and relation types on embedding-based matching.
Findings
Embedding distances correlate with relation strength.
Domain knowledge improves alignment accuracy.
Clustering in embedding space suggests relation types.
Abstract
Knowledge graphs are freely aggregated, published, and edited in the Web of data, and thus may overlap. Hence, a key task resides in aligning (or matching) their content. This task encompasses the identification, within an aggregated knowledge graph, of nodes that are equivalent, more specific, or weakly related. In this article, we propose to match nodes within a knowledge graph by (i) learning node embeddings with Graph Convolutional Networks such that similar nodes have low distances in the embedding space, and (ii) clustering nodes based on their embeddings, in order to suggest alignment relations between nodes of a same cluster. We conducted experiments with this approach on the real world application of aligning knowledge in the field of pharmacogenomics, which motivated our study. We particularly investigated the interplay between domain knowledge and GCN models with the two…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks · Graph Convolutional Network
