I. Introduction
Graph data are rapidly growing in recent years and powerful graph representation methods are required to represent the graph information. One of the most effective ways to represent large graphs is graph embedding. Graph embedding methods map nodes or edges into a lower dimensional space such that similar nodes or edges are represented by similar vectors in the embedding space. A large number of graph embedding methods have been proposed including Node2vec [1], LINE [2], DeepWalk [3] and SDNE [4]. The use of graph embedding vectors in downstream tasks, such as node classification, link prediction and anomaly detection, has shown superior performances compared to the use of traditional methods of feature engineering for node representation [1], [2], [5].