paper-with-me

Papers

Instance-based Learning for Knowledge Base Completion

2022-11-13 · Wanyun Cui, Xingran Chen

In this paper, we propose a new method for knowledge base completion (KBC): instance-based learning (IBL). For example, to answer (Jill Biden, lived city,? ), instead of going directly to Washington D.C., our goal is to find Joe Biden, who has the same lived city as Jill Biden. Through prototype entities, IBL provides interpretability. We develop theories for modeling prototypes and combining IBL with translational models. Experiments on various tasks confirmed the IBL model's effectiveness and interpretability. In addition, IBL shed light on the mechanism of rule-based KBC models. Previous research has generally agreed that rule-based models provide rules with semantically compatible premises and hypotheses. We challenge this view. We begin by demonstrating that some logical rules represent {\it instance-based equivalence} (i.e. prototypes) rather than semantic compatibility. These are denoted as {\it IBL rules}. Surprisingly, despite occupying only a small portion of the rule space, IBL rules outperform non-IBL rules in all four benchmarks. We use a variety of experiments to demonstrate that rule-based models work because they have the ability to represent instance-based equivalence via IBL rules. The findings provide new insights of how rule-based models work and how to interpret their rules.

📄 PDF Abstract BibTeX arXiv:2211.06807

Code (1)

chenxran/instancebasedlearning 공식 구현 pytorch

Tasks

Knowledge Base Completion

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

GenIC: An LLM-Based Framework for Instance Completion in Knowledge Graphs

2025-05-29 · Amel Gader, Alsayed Algergawy

Knowledge graph completion aims to address the gaps of knowledge bases by adding new triples that represent facts. The complexity of this task depends on how many parts of a triple are already known. Instance completion …

Knowledge Graph CompletionKnowledge GraphsLink PredictionMulti-Label Classification+2

Inferring Missing Entity Type Instances for Knowledge Base Completion: New Dataset and Methods

2015-04-24 · HLT 2015 5 · Arvind Neelakantan, Ming-Wei Chang

Most of previous work in knowledge base (KB) completion has focused on the problem of relation extraction. In this work, we focus on the task of inferring missing entity type instances in a KB, a fundamental task for KB …

Knowledge Base CompletionRelation Extraction

KBLRN : End-to-End Learning of Knowledge Base Representations with Latent, Relational, and Numerical Features

2017-09-14 · Alberto Garcia-Duran, Mathias Niepert

We present KBLRN, a framework for end-to-end learning of knowledge base representations from latent, relational, and numerical features. KBLRN integrates feature types with a novel combination of neural representation le…

Knowledge Base CompletionRepresentation Learning

Matrix Completion for Resolving Label Ambiguity

2015-06-01 · CVPR 2015 6 · Ching-Hui Chen, Vishal M. Patel, Rama Chellappa

In real applications, data is not always explicitly-labeled. For instance, label ambiguity exists when we associate two persons appearing in a news photo with two names provided in the caption. We propose a matrix comple…

Matrix Completion

PALT: Parameter-Lite Transfer of Language Models for Knowledge Graph Completion

2022-10-25 · Jianhao Shen, Chenguang Wang, Ye Yuan, Jiawei Han 외

This paper presents a parameter-lite transfer learning approach of pretrained language models (LM) for knowledge graph (KG) completion. Instead of finetuning, which modifies all LM parameters, we only tune a few new para…

Knowledge Graph CompletionLink PredictionTransfer Learning