paper-with-me

홈 › Papers

Domain and Range Aware Synthetic Negatives Generation for Knowledge Graph Embedding Models

2024-11-22 · Alberto Bernardi, Luca Costabello

Knowledge Graph Embedding models, representing entities and edges in a low-dimensional space, have been extremely successful at solving tasks related to completing and exploring Knowledge Graphs (KGs). One of the key aspects of training most of these models is teaching to discriminate between true statements positives and false ones (negatives). However, the way in which negatives can be defined is not trivial, as facts missing from the KG are not necessarily false and a set of ground truth negatives is hardly ever given. This makes synthetic negative generation a necessity. Different generation strategies can heavily affect the quality of the embeddings, making it a primary aspect to consider. We revamp a strategy that generates corruptions during training respecting the domain and range of relations, we extend its capabilities and we show our methods bring substantial improvement (+10% MRR) for standard benchmark datasets and over +150% MRR for a larger ontology-backed dataset.

📄 PDF Abstract BibTeX arXiv:2411.14858

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Remining Hard Negatives for Generative Pseudo Labeled Domain Adaptation

2025-01-24 · Goksenin Yuksel, David Rau, Jaap Kamps

Dense retrievers have demonstrated significant potential for neural information retrieval; however, they exhibit a lack of robustness to domain shifts, thereby limiting their efficacy in zero-shot settings across diverse…

Domain AdaptationInformation RetrievalKnowledge Distillation

On Synthetic Data Strategies for Domain-Specific Generative Retrieval

2025-02-25 · Haoyang Wen, Jiang Guo, Yi Zhang, Jiarong Jiang 외

This paper investigates synthetic data generation strategies in developing generative retrieval models for domain-specific corpora, thereby addressing the scalability challenges inherent in manually annotating in-domain …

Document RankingRetrievalSynthetic Data Generation

SynCo: Synthetic Hard Negatives in Contrastive Learning for Better Unsupervised Visual Representations

2024-10-03 · Nikolaos Giakoumoglou, Tania Stathaki

Contrastive learning has become a dominant approach in self-supervised visual representation learning. Hard negatives - samples closely resembling the anchor - are key to enhancing learned representations' discriminative…

Contrastive LearningImage ClassificationImage SegmentationInstance Segmentation+8

BiCA: Effective Biomedical Dense Retrieval with Citation-Aware Hard Negatives

2025-11-11 · Aarush Sinha, Pavan Kumar S, Roshan Balaji, Nirav Pravinbhai Bhatt arxiv

Hard negatives are essential for training effective retrieval models. Hard-negative mining typically relies on ranking documents using cross-encoders or static embedding models based on similarity metrics such as cosine …

Domain Adaptation

FALCON: False-Negative Aware Learning of Contrastive Negatives in Vision-Language Pretraining

2025-05-16 · Myunsoo Kim, Seong-Woong Shim, Byung-Jun Lee

False negatives pose a critical challenge in vision-language pretraining (VLP) due to the many-to-many correspondence between images and texts in large-scale datasets. These false negatives introduce conflicting supervis…

cross-modal alignment