paper-with-me

홈 › Papers

Accurate Link Prediction for Edge-Incomplete Graphs via PU Learning

2024-05-20 · Junghun Kim, Ka Hyun Park, Hoyoung Yoon, U Kang

Given an edge-incomplete graph, how can we accurately find the missing links? The link prediction in edge-incomplete graphs aims to discover the missing relations between entities when their relationships are represented as a graph. Edge-incomplete graphs are prevalent in real-world due to practical limitations, such as not checking all users when adding friends in a social network. Addressing the problem is crucial for various tasks, including recommending friends in social networks and finding references in citation networks. However, previous approaches rely heavily on the given edge-incomplete (observed) graph, making it challenging to consider the missing (unobserved) links during training. In this paper, we propose PULL (PU-Learning-based Link predictor), an accurate link prediction method based on the positive-unlabeled (PU) learning. PULL treats the observed edges in the training graph as positive examples, and the unconnected node pairs as unlabeled ones. PULL effectively prevents the link predictor from overfitting to the observed graph by proposing latent variables for every edge, and leveraging the expected graph structure with respect to the variables. Extensive experiments on five real-world datasets show that PULL consistently outperforms the baselines for predicting links in edge-incomplete graphs.

📄 PDF Abstract BibTeX arXiv:2405.11911

Code (1)

snudatalab/PULL 공식 구현 pytorch

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Node Classification Meets Link Prediction on Knowledge Graphs

2021-06-14 · Ralph Abboud, İsmail İlkan Ceylan

Node classification and link prediction are widely studied in graph representation learning. While both transductive node classification and link prediction operate over a single input graph, they have so far been studie…

BenchmarkingClassificationGraph Representation LearningKnowledge Graphs+4

Knowledge Graph Completion for Action Prediction on Situational Graphs -- A Case Study on Household Tasks

2025-08-19 · Mariam Arustashvili, Jörg Deigmöller, Heiko Paulheim arxiv

Knowledge Graphs are used for various purposes, including business applications, biomedical analyses, or digital twins in industry 4.0. In this paper, we investigate knowledge graphs describing household actions, which a…

Knowledge Graph CompletionKnowledge GraphsLink Prediction

Explainable Link Prediction for Emerging Entities in Knowledge Graphs

2020-05-01 · Rajarshi Bhowmik, Gerard de Melo

Despite their large-scale coverage, cross-domain knowledge graphs invariably suffer from inherent incompleteness and sparsity. Link prediction can alleviate this by inferring a target entity, given a source entity and a …

Knowledge GraphsLink PredictionPredictionRepresentation Learning

Beyond Triplet Plausibility: Relation Set Completion in Knowledge Graphs

2026-06-29 · Zihao Zheng, Borui Cai, Yao Zhao, Xin Han 외 arxiv

Knowledge graphs (KGs) organize real-world knowledge as triplets and underpin many downstream applications. Due to their inherent incompleteness, knowledge graph completion (KGC) is widely studied and is typically formul…

Knowledge Graph CompletionKnowledge GraphsLink Prediction

LinkNBed: Multi-Graph Representation Learning with Entity Linkage

2018-07-23 · ACL 2018 7 · Rakshit Trivedi, Bunyamin Sisman, Jun Ma, Christos Faloutsos 외

Knowledge graphs have emerged as an important model for studying complex multi-relational data. This has given rise to the construction of numerous large scale but incomplete knowledge graphs encoding information extract…

Graph Representation LearningKnowledge GraphsLink PredictionRelational Reasoning+1