Link Prediction

811 papers with code • 78 benchmarks • 63 datasets

Link Prediction is a task in graph and network analysis where the goal is to predict missing or future connections between nodes in a network. Given a partially observed network, the goal of link prediction is to infer which links are most likely to be added or missing based on the observed connections and the structure of the network.

( Image credit: Inductive Representation Learning on Large Graphs )

Libraries

Use these libraries to find Link Prediction models and implementations

Latest papers with no code

HeteroMILE: a Multi-Level Graph Representation Learning Framework for Heterogeneous Graphs

no code yet • 31 Mar 2024

To address this issue, we propose a Multi-Level Embedding framework of nodes on a heterogeneous graph (HeteroMILE) - a generic methodology that allows contemporary graph embedding methods to scale to large graphs.

Instruction-based Hypergraph Pretraining

no code yet • 28 Mar 2024

However, the gap between training objectives and the discrepancy between data distributions in pretraining and downstream tasks hinders the transfer of the pretrained knowledge.

Directed Criteria Citation Recommendation and Ranking Through Link Prediction

no code yet • 18 Mar 2024

We explore link prediction as a proxy for automatically surfacing documents from existing literature that might be topically or contextually relevant to a new document.

Multi-Relational Graph Neural Network for Out-of-Domain Link Prediction

no code yet • 17 Mar 2024

Dynamic multi-relational graphs are an expressive relational representation for data enclosing entities and relations of different types, and where relationships are allowed to vary in time.

xLP: Explainable Link Prediction for Master Data Management

no code yet • 14 Mar 2024

Explaining neural model predictions to users requires creativity.

Link Prediction for Social Networks using Representation Learning and Heuristic-based Features

no code yet • 13 Mar 2024

Here, we explore various feature extraction techniques to generate representations of nodes and edges in a social network that allow us to predict missing links.

Knowledge Graph Large Language Model (KG-LLM) for Link Prediction

no code yet • 12 Mar 2024

The task of predicting multiple links within knowledge graphs (KGs) stands as a challenge in the field of knowledge graph analysis, a challenge increasingly resolvable due to advancements in natural language processing (NLP) and KG embedding techniques.

A Differential Geometric View and Explainability of GNN on Evolving Graphs

no code yet • 11 Mar 2024

Graphs are ubiquitous in social networks and biochemistry, where Graph Neural Networks (GNN) are the state-of-the-art models for prediction.

From Chain to Tree: Refining Chain-like Rules into Tree-like Rules on Knowledge Graphs

no code yet • 8 Mar 2024

With good explanatory power and controllability, rule-based methods play an important role in many tasks such as knowledge reasoning and decision support.

In-n-Out: Calibrating Graph Neural Networks for Link Prediction

no code yet • 7 Mar 2024

While networks for tabular or image data are usually overconfident, recent works have shown that graph neural networks (GNNs) show the opposite behavior for node-level classification.