paper-with-me

Papers

Edge Proposal Sets for Link Prediction

2021-06-30 · Abhay Singh, Qian Huang, Sijia Linda Huang, Omkar Bhalerao, Horace He, Ser-Nam Lim, Austin R. Benson

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 further guided towards predicting the right edges; in other words, adding a proposal set of edges is a signal-boosting pre-processing step. We show how to use existing link prediction algorithms to generate effective proposal sets and evaluate this approach on various synthetic and empirical datasets. We find that proposal sets meaningfully improve the accuracy of link prediction algorithms based on both neighborhood heuristics and graph neural networks. Code is available at \url{https://github.com/CUAI/Edge-Proposal-Sets}.

📄 PDF Abstract BibTeX arXiv:2106.15810

Code (2)

CUAI/Edge-Proposal-Sets 공식 구현 pytorch
sangyx/gtrick/tree/main/benchmark/pyg pytorch

Tasks

Experimental DesignLink PredictionPredictionRecommendation Systems

Similar Papers 제목 키워드 기반

LinkBERT: Pretraining Language Models with Document Links

2022-03-29 · ACL 2022 5 · Michihiro Yasunaga, Jure Leskovec, Percy Liang

Language model (LM) pretraining can learn various knowledge from text corpora, helping downstream tasks. However, existing methods such as BERT model a single document, and do not capture dependencies or knowledge that s…

Document ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+10

Type-based Neural Link Prediction Adapter for Complex Query Answering

2024-01-29 · Lingning Song, Yi Zu, Shan Lu, Jieyue He

Answering complex logical queries on incomplete knowledge graphs (KGs) is a fundamental and challenging task in multi-hop reasoning. Recent work defines this task as an end-to-end optimization problem, which significantl…

Complex Query AnsweringKnowledge GraphsLink Prediction

Few-shot graph link prediction with domain adaptation

2021-09-29 · Hao Zhu, Mahashweta Das, Mangesh Bendre, Fei Wang 외

Real world link prediction problem often deals with data coming from multiple imbalanced domains. Similar problems in computer vision are often referred to as Few-Shot Learning (FSL) problems. However, for graph link pre…

Domain AdaptationFew-Shot LearningLink PredictionPrediction

Knowledge Discovery and Hypothesis Generation from Online Patient Forums: A Research Proposal

2019-07-01 · ACL 2019 7 · Anne Dirkson

The unprompted patient experiences shared on patient forums contain a wealth of unexploited knowledge. Mining this knowledge and cross-linking it with biomedical literature, could expose novel insights, which could subse…

Dependency Parsing as MRC-based Span-Span Prediction

2021-05-17 · ACL 2022 5 · Leilei Gan, Yuxian Meng, Kun Kuang, Xiaofei Sun 외

Higher-order methods for dependency parsing can partially but not fully address the issue that edges in dependency trees should be constructed at the text span/subtree level rather than word level. In this paper, we prop…

Dependency ParsingMachine Reading ComprehensionPredictionReading Comprehension