Edge Proposal Sets for Link Prediction
Abhay Singh, Qian Huang, Sijia Linda Huang, Omkar Bhalerao, Horace He,, Ser-Nam Lim, Austin R. Benson

TL;DR
This paper introduces a simple pre-processing method that adds a proposal set of edges to graphs to enhance the accuracy of link prediction algorithms across various datasets.
Contribution
It proposes the novel idea of using proposal sets as a pre-processing step to improve link prediction performance, leveraging existing algorithms to generate these sets.
Findings
Proposal sets significantly improve link prediction accuracy.
The approach benefits both heuristic and neural network-based algorithms.
Effective on synthetic and real-world datasets.
Abstract
Graphs are a common model for complex relational data such as social networks and protein interactions, and such data can evolve over time (e.g., new friendships) and be noisy (e.g., unmeasured interactions). Link prediction aims to predict future edges or infer missing edges in the graph, and has diverse applications in recommender systems, experimental design, and complex systems. Even though link prediction algorithms strongly depend on the set of edges in the graph, existing approaches typically do not modify the graph topology to improve performance. Here, we demonstrate how simply adding a set of edges, which we call a \emph{proposal set}, to the graph as a pre-processing step can improve the performance of several link prediction algorithms. The underlying idea is that if the edges in the proposal set generally align with the structure of the graph, link prediction algorithms are…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Bioinformatics and Genomic Networks
