paper-with-me

Papers

Enhancing PyKEEN with Multiple Negative Sampling Solutions for Knowledge Graph Embedding Models

2025-08-07 · Claudia d'Amato, Ivan Diliso, Nicola Fanizzi, Zafar Saeed arxiv

Embedding methods have become popular due to their scalability on link prediction and/or triple classification tasks on Knowledge Graphs. Embedding models are trained relying on both positive and negative samples of triples. However, in the absence of negative assertions, these must be usually artificially generated using various negative sampling strategies, ranging from random corruption to more sophisticated techniques which have an impact on the overall performance. Most of the popular libraries for knowledge graph embedding, support only basic such strategies and lack advanced solutions. To address this gap, we deliver an extension for the popular KGE framework PyKEEN that integrates a suite of several advanced negative samplers (including both static and dynamic corruption strategies), within a consistent modular architecture, to generate meaningful negative samples, while remaining compatible with existing PyKEEN -based workflows and pipelines. The developed extension not only enhancesPyKEEN itself but also allows for easier and comprehensive development of embedding methods and/or for their customization. As a proof of concept, we present a comprehensive empirical study of the developed extensions and their impact on the performance (link prediction tasks) of different embedding methods, which also provides useful insights for the design of more effective strategies

📄 PDF Abstract BibTeX arXiv:2508.05587

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph EmbeddingTriple ClassificationKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

PyKEEN-NSX: A Modular Framework for Static, Dynamic and Schema-Aware Negative Sampling in PyKEEN

2026-08-31 · Ivan Diliso, Nicola Fanizzi, Claudia d'Amato arxiv

Embedding methods have become popular due to their scalability on link prediction and/or triple classification tasks on Knowledge Graphs (KGs). Embedding models are trained relying on both positive and negative samples o…

Knowledge Graph EmbeddingTriple ClassificationKnowledge GraphsLink Prediction

PyKEEN 1.0: A Python Library for Training and Evaluating Knowledge Graph Embeddings

2020-07-28 · Mehdi Ali, Max Berrendorf, Charles Tapley Hoyt, Laurent Vermue 외

Recently, knowledge graph embeddings (KGEs) received significant attention, and several software libraries have been developed for training and evaluating KGEs. While each of them addresses specific needs, we re-designed…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction

Can LLM-Driven Hard Negative Sampling Empower Collaborative Filtering? Findings and Potentials

2025-04-07 · Chu Zhao, Enneng Yang, YuTing Liu, Jianzhe Zhao 외

Hard negative samples can accelerate model convergence and optimize decision boundaries, which is key to improving the performance of recommender systems. Although large language models (LLMs) possess strong semantic und…

Collaborative FilteringProfile GenerationRecommendation Systems

Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework

2020-06-23 · Mehdi Ali, Max Berrendorf, Charles Tapley Hoyt, Laurent Vermue 외

The heterogeneity in recently published knowledge graph embedding models' implementations, training, and evaluation has made fair and thorough comparisons difficult. In order to assess the reproducibility of previously p…

BenchmarkingGPUGraph EmbeddingKnowledge Graph Embedding

Enhancing Link Prediction with Fuzzy Graph Attention Networks and Dynamic Negative Sampling

2024-11-12 · Jinming Xing, Ruilin Xing, Chang Xue, Dongwen Luo

Link prediction is crucial for understanding complex networks but traditional Graph Neural Networks (GNNs) often rely on random negative sampling, leading to suboptimal performance. This paper introduces Fuzzy Graph Atte…

Graph AttentionLink Prediction