Unified Interpretation of Smoothing Methods for Negative Sampling Loss Functions in Knowledge Graph Embedding
Xincan Feng, Hidetaka Kamigaito, Katsuhiko Hayashi, Taro Watanabe

TL;DR
This paper offers a theoretical understanding of smoothing methods in negative sampling loss for knowledge graph embedding, introduces a new adaptive sampling method, and demonstrates improved performance across multiple models and datasets.
Contribution
It provides a theoretical interpretation of existing smoothing methods and proposes a novel adaptive negative sampling technique called TANS for knowledge graph embedding.
Findings
TANS outperforms traditional smoothing methods in experiments.
Theoretical analysis clarifies the role of smoothing in negative sampling.
Experimental results show consistent performance improvements across models and datasets.
Abstract
Knowledge Graphs (KGs) are fundamental resources in knowledge-intensive tasks in NLP. Due to the limitation of manually creating KGs, KG Completion (KGC) has an important role in automatically completing KGs by scoring their links with KG Embedding (KGE). To handle many entities in training, KGE relies on Negative Sampling (NS) loss that can reduce the computational cost by sampling. Since the appearance frequencies for each link are at most one in KGs, sparsity is an essential and inevitable problem. The NS loss is no exception. As a solution, the NS loss in KGE relies on smoothing methods like Self-Adversarial Negative Sampling (SANS) and subsampling. However, it is uncertain what kind of smoothing method is suitable for this purpose due to the lack of theoretical understanding. This paper provides theoretical interpretations of the smoothing methods for the NS loss in KGE and induces…
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
TopicsMachine Learning and ELM · Neural Networks and Applications · Fault Detection and Control Systems
MethodsSelf-Adversarial Negative Sampling · RotatE · TransE
