paper-with-me

Papers

Knowledge Base Completion for Long-Tail Entities

2023-06-30 · Lihu Chen, Simon Razniewski, Gerhard Weikum

Despite their impressive scale, knowledge bases (KBs), such as Wikidata, still contain significant gaps. Language models (LMs) have been proposed as a source for filling these gaps. However, prior works have focused on prominent entities with rich coverage by LMs, neglecting the crucial case of long-tail entities. In this paper, we present a novel method for LM-based-KB completion that is specifically geared for facts about long-tail entities. The method leverages two different LMs in two stages: for candidate retrieval and for candidate verification and disambiguation. To evaluate our method and various baselines, we introduce a novel dataset, called MALT, rooted in Wikidata. Our method outperforms all baselines in F1, with major gains especially in recall.

📄 PDF Abstract BibTeX arXiv:2306.17472

Code (1)

tigerchen52/long_tail_kbc 공식 구현

Tasks

Knowledge Base CompletionRetrieval

Similar Papers 제목 키워드 기반

Towards Improving Long-Tail Entity Predictions in Temporal Knowledge Graphs through Global Similarity and Weighted Sampling

2025-07-25 · Mehrnoosh Mirtaheri, Ryan A. Rossi, Sungchul Kim, Kanak Mahadik 외 arxiv

Temporal Knowledge Graph (TKG) completion models traditionally assume access to the entire graph during training. This overlooks challenges stemming from the evolving nature of TKGs, such as: (i) the model's requirement …

Inductive Link PredictionKnowledge Graphs

ATAP: Automatic Template-Augmented Commonsense Knowledge Graph Completion via Pre-Trained Language Models

2024-11-01 · Conference 2024 11 · Fu Zhang, Yifan Ding, Jingwei Cheng

The mission of commonsense knowledge graph completion (CKGC) is to infer missing facts from known commonsense knowledge. CKGC methods can be roughly divided into two categories: triple-based methods and text-based method…

Knowledge Graph Completion

KICGPT: Large Language Model with Knowledge in Context for Knowledge Graph Completion

2024-02-04 · Yanbin Wei, Qiushi Huang, James T. Kwok, Yu Zhang

Knowledge Graph Completion (KGC) is crucial for addressing knowledge graph incompleteness and supporting downstream applications. Many models have been proposed for KGC. They can be categorized into two main classes: tri…

In-Context LearningKnowledge Graph CompletionKnowledge GraphsLanguage Modeling+2

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

Exploiting Global Semantic Similarities in Knowledge Graphs by Relational Prototype Entities

2022-06-16 · Xueliang Wang, Jiajun Chen, Feng Wu, Jie Wang

Knowledge graph (KG) embedding aims at learning the latent representations for entities and relations of a KG in continuous vector spaces. An empirical observation is that the head (tail) entities connected by the same r…

Entity AlignmentKnowledge GraphsRelation