Model-based Subsampling for Knowledge Graph Completion
Xincan Feng, Hidetaka Kamigaito, Katsuhiko Hayashi, Taro Watanabe

TL;DR
This paper introduces model-based and mixed subsampling methods that improve knowledge graph completion by better estimating query probabilities, addressing limitations of frequency-based approaches.
Contribution
It proposes novel subsampling techniques that leverage KGE model predictions to more accurately estimate query probabilities, enhancing KG completion performance.
Findings
Improved performance on FB15k-237, WN18RR, and YAGO3-10 datasets.
Effective across multiple KGE models like RotatE, TransE, and ComplEx.
Addresses overfitting caused by data sparsity in KGs.
Abstract
Subsampling is effective in Knowledge Graph Embedding (KGE) for reducing overfitting caused by the sparsity in Knowledge Graph (KG) datasets. However, current subsampling approaches consider only frequencies of queries that consist of entities and their relations. Thus, the existing subsampling potentially underestimates the appearance probabilities of infrequent queries even if the frequencies of their entities or relations are high. To address this problem, we propose Model-based Subsampling (MBS) and Mixed Subsampling (MIX) to estimate their appearance probabilities through predictions of KGE models. Evaluation results on datasets FB15k-237, WN18RR, and YAGO3-10 showed that our proposed subsampling methods actually improved the KG completion performances for popular KGE models, RotatE, TransE, HAKE, ComplEx, and DistMult.
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
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Data Quality and Management
MethodsModel-based Subsampling · Self-Adversarial Negative Sampling · RotatE · TransE
