HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Edge2Node: Reducing Edge Prediction to Node Classification

Zahed Rahmati

Edge2Node: Reducing Edge Prediction to Node Classification

Abstract

Despite the success of graph neural network models in node classification, edge prediction (the task of predicting missing or potential links between nodes in a graph) remains a challenging problem for these models. A common approach for edge prediction is to first obtain the embeddings of two nodes, and then a predefined scoring function is used to predict the existence of an edge between the two nodes. Here, we introduce a preliminary idea called Edge2Node which suggests to directly obtain an embedding for each edge, without the need for a scoring function. This idea wants to create a new graph H based on the graph G given for the edge prediction task, and then suggests reducing the edge prediction task on G to a node classification task on H. We anticipate that this introductory method could stimulate further investigations for edge prediction task.

Benchmarks

BenchmarkMethodologyMetrics
link-prediction-on-ogbl-collabEdge2Node
Test Hits@50: 0.9515
link-property-prediction-on-ogbl-collabE2N
Ext. data: No
Number of params: 526851
Test Hits@50: 0.9515 ± 0.1410
Validation Hits@50: 0.9546 ± 0.1270
link-property-prediction-on-ogbl-ppa** E2N**
Ext. data: No
Number of params: 526851
Test Hits@100: 0.8911 ± 0.1266
Validation Hits@100: 0.8857 ± 0.1331

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Edge2Node: Reducing Edge Prediction to Node Classification | Papers | HyperAI