Transformation of Node to Knowledge Graph Embeddings for Faster Link Prediction in Social Networks
Archit Parnami, Mayuri Deshpande, Anant Kumar Mishra, Minwoo Lee

TL;DR
This paper proposes a transformation model that converts computationally inexpensive node embeddings into more accurate knowledge graph embeddings, enabling faster real-time link prediction in social networks.
Contribution
It introduces a novel transformation approach that enhances random walk based embeddings to match the quality of knowledge graph embeddings without additional computational cost.
Findings
Transformation model achieves real-time link prediction.
Converted embeddings perform comparably to direct knowledge graph embeddings.
Method reduces computational complexity for large-scale graphs.
Abstract
Recent advances in neural networks have solved common graph problems such as link prediction, node classification, node clustering, node recommendation by developing embeddings of entities and relations into vector spaces. Graph embeddings encode the structural information present in a graph. The encoded embeddings then can be used to predict the missing links in a graph. However, obtaining the optimal embeddings for a graph can be a computationally challenging task specially in an embedded system. Two techniques which we focus on in this work are 1) node embeddings from random walk based methods and 2) knowledge graph embeddings. Random walk based embeddings are computationally inexpensive to obtain but are sub-optimal whereas knowledge graph embeddings perform better but are computationally expensive. In this work, we investigate a transformation model which converts node embeddings…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
