# Estimating Node Importance in Knowledge Graphs Using Graph Neural   Networks

**Authors:** Namyong Park, Andrey Kan, Xin Luna Dong, Tong Zhao, Christos Faloutsos

arXiv: 1905.08865 · 2019-06-18

## TL;DR

This paper introduces GENI, a graph neural network-based method for estimating node importance in knowledge graphs, improving accuracy over existing approaches and enabling applications like recommendation and resource allocation.

## Contribution

We develop GENI, a novel GNN-based approach that effectively models complex relationships in knowledge graphs for node importance estimation.

## Key findings

- GENI outperforms existing methods with 5-17% higher NDCG@100.
- GENI effectively captures complex entity relationships in KGs.
- The method enables improved downstream applications like recommendation.

## Abstract

How can we estimate the importance of nodes in a knowledge graph (KG)? A KG is a multi-relational graph that has proven valuable for many tasks including question answering and semantic search. In this paper, we present GENI, a method for tackling the problem of estimating node importance in KGs, which enables several downstream applications such as item recommendation and resource allocation. While a number of approaches have been developed to address this problem for general graphs, they do not fully utilize information available in KGs, or lack flexibility needed to model complex relationship between entities and their importance. To address these limitations, we explore supervised machine learning algorithms. In particular, building upon recent advancement of graph neural networks (GNNs), we develop GENI, a GNN-based method designed to deal with distinctive challenges involved with predicting node importance in KGs. Our method performs an aggregation of importance scores instead of aggregating node embeddings via predicate-aware attention mechanism and flexible centrality adjustment. In our evaluation of GENI and existing methods on predicting node importance in real-world KGs with different characteristics, GENI achieves 5-17% higher NDCG@100 than the state of the art.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.08865/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1905.08865/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1905.08865/full.md

---
Source: https://tomesphere.com/paper/1905.08865