paper-with-me

Papers

CoDEx: A Comprehensive Knowledge Graph Completion Benchmark

2020-09-16 · EMNLP 2020 11 · Tara Safavi, Danai Koutra

We present CoDEx, a set of knowledge graph completion datasets extracted from Wikidata and Wikipedia that improve upon existing knowledge graph completion benchmarks in scope and level of difficulty. In terms of scope, CoDEx comprises three knowledge graphs varying in size and structure, multilingual descriptions of entities and relations, and tens of thousands of hard negative triples that are plausible but verified to be false. To characterize CoDEx, we contribute thorough empirical analyses and benchmarking experiments. First, we analyze each CoDEx dataset in terms of logical relation patterns. Next, we report baseline link prediction and triple classification results on CoDEx for five extensively tuned embedding models. Finally, we differentiate CoDEx from the popular FB15K-237 knowledge graph completion dataset by showing that CoDEx covers more diverse and interpretable content, and is a more difficult link prediction benchmark. Data, code, and pretrained models are available at https://bit.ly/2EPbrJs.

📄 PDF Abstract BibTeX arXiv:2009.07810

Code (2)

tsafavi/codex 공식 구현 pytorch
facebookresearch/ssl-relation-prediction pytorch

Tasks

BenchmarkingKnowledge Graph CompletionKnowledge GraphsLink PredictionTriple Classification

Similar Papers 제목 키워드 기반

Node Co-occurrence based Graph Neural Networks for Knowledge Graph Link Prediction

2021-04-15 · Dai Quoc Nguyen, Vinh Tong, Dinh Phung, Dat Quoc Nguyen

We introduce a novel embedding model, named NoGE, which aims to integrate co-occurrence among entities and relations into graph neural networks to improve knowledge graph completion (i.e., link prediction). Given a knowl…

Knowledge Graph CompletionLink Prediction

MuCo-KGC: Multi-Context-Aware Knowledge Graph Completion

2025-03-05 · Haji Gul, Ajaz Ahmad Bhat, Abdul Ghani Haji Naim

Knowledge graph completion (KGC) seeks to predict missing entities (e.g., heads or tails) or relationships in knowledge graphs (KGs), which often contain incomplete data. Traditional embedding-based methods, such as Tran…

Knowledge Graph CompletionKnowledge GraphsTriplet

Are Missing Links Predictable? An Inferential Benchmark for Knowledge Graph Completion

2021-08-03 · ACL 2021 5 · Yixin Cao, Xiang Ji, Xin Lv, Juanzi Li 외

We present InferWiki, a Knowledge Graph Completion (KGC) dataset that improves upon existing benchmarks in inferential ability, assumptions, and patterns. First, each testing sample is predictable with supportive data in…

Knowledge Graph Completion

Fully Hyperbolic Rotation for Knowledge Graph Embedding

2024-11-06 · Qiuyu Liang, Weihua Wang, Feilong Bao, Guanglai Gao

Hyperbolic rotation is commonly used to effectively model knowledge graphs and their inherent hierarchies. However, existing hyperbolic rotation models rely on logarithmic and exponential mappings for feature transformat…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

SKGE: Spherical Knowledge Graph Embedding with Geometric Regularization

2025-11-04 · Xuan-Truong Quan, Xuan-Son Quan, Duc Do Minh, Vinh Nguyen Van arxiv

Knowledge graph embedding (KGE) has become a fundamental technique for representation learning on multi-relational data. Many seminal models, such as TransE, operate in an unbounded Euclidean space, which presents inhere…

Knowledge Graph EmbeddingRepresentation Learning