English

CEAR: Cross-Entity Aware Reranker for Knowledge Base Completion

Computation and Language 2022-01-31 v2

Abstract

Pre-trained language models (LMs) like BERT have shown to store factual knowledge about the world. This knowledge can be used to augment the information present in Knowledge Bases, which tend to be incomplete. However, prior attempts at using BERT for task of Knowledge Base Completion (KBC) resulted in performance worse than embedding based techniques that rely only on the graph structure. In this work we develop a novel model, Cross-Entity Aware Reranker (CEAR), that uses BERT to re-rank the output of existing KBC models with cross-entity attention. Unlike prior work that scores each entity independently, CEAR uses BERT to score the entities together, which is effective for exploiting its factual knowledge. CEAR achieves a new state of art for the OLPBench dataset.

Keywords

Cite

@article{arxiv.2104.08741,
  title  = {CEAR: Cross-Entity Aware Reranker for Knowledge Base Completion},
  author = {Keshav Kolluru and Mayank Singh Chauhan and Yatin Nandwani and Parag Singla and Mausam},
  journal= {arXiv preprint arXiv:2104.08741},
  year   = {2022}
}

Comments

We found a bug in the code that invalidates the reported results for FB15k-237 and WN18RR. The results for OLPBench hold the same. We are in process of updating the paper

R2 v1 2026-06-24T01:17:23.744Z