paper-with-me

홈 › Papers

Entity Aware Negative Sampling with Auxiliary Loss of False Negative Prediction for Knowledge Graph Embedding

2022-10-12 · Sang-hyun Je

Knowledge graph (KG) embedding is widely used in many downstream applications using KGs. Generally, since KGs contain only ground truth triples, it is necessary to construct arbitrary negative samples for representation learning of KGs. Recently, various methods for sampling high-quality negatives have been studied because the quality of negative triples has great effect on KG embedding. In this paper, we propose a novel method called Entity Aware Negative Sampling (EANS), which is able to sample negative entities resemble to positive one by adopting Gaussian distribution to the aligned entity index space. Additionally, we introduce auxiliary loss for false negative prediction that can alleviate the impact of the sampled false negative triples. The proposed method can generate high-quality negative samples regardless of negative sample size and effectively mitigate the influence of false negative samples. The experimental results on standard benchmarks show that our EANS outperforms existing the state-of-the-art methods of negative sampling on several knowledge graph embedding models. Moreover, the proposed method achieves competitive performance even when the number of negative samples is limited to only one.

📄 PDF Abstract BibTeX arXiv:2210.06242

Code (1)

sh-je/eans 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Relation-Aware Network with Attention-Based Loss for Few-Shot Knowledge Graph Completion

2023-06-15 · Qiao Qiao, Yuepei Li, Kang Zhou, Qi Li

Few-shot knowledge graph completion (FKGC) task aims to predict unseen facts of a relation with few-shot reference entity pairs. Current approaches randomly select one negative sample for each reference entity pair to mi…

Knowledge Graph CompletionRelation

Rethinking Negative Sampling for Handling Missing Entity Annotations

2021-08-26 · ACL 2022 5 · Yangming Li, Lemao Liu, Shuming Shi

Negative sampling is highly effective in handling missing annotations for named entity recognition (NER). One of our contributions is an analysis on how it makes sense through introducing two insightful concepts: missamp…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Rethinking Negative Sampling for Handling Missing Entity Annotations

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Negative sampling is highly effective in handling missing annotations for named entity recognition (NER). One of our contributions is an analysis on how it makes sense through introducing two insightful concepts: missamp…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Rank & Sort Loss for Object Detection and Instance Segmentation

2021-07-24 · ICCV 2021 10 · Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods,…

Instance SegmentationObjectobject-detectionObject Detection+1

Link Prediction on N-ary Relational Data Based on Relatedness Evaluation

2021-04-21 · Saiping Guan, Xiaolong Jin, Jiafeng Guo, Yuanzhuo Wang 외

With the overwhelming popularity of Knowledge Graphs (KGs), researchers have poured attention to link prediction to fill in missing facts for a long time. However, they mainly focus on link prediction on binary relationa…

Knowledge GraphsLink PredictionPrediction