paper-with-me

Papers

Modeling Paths for Explainable Knowledge Base Completion

2019-08-01 · WS 2019 8 · Josua Stadelmaier, Sebastian Pad{\'o}

A common approach in knowledge base completion (KBC) is to learn representations for entities and relations in order to infer missing facts by generalizing existing ones. A shortcoming of standard models is that they do not explain their predictions to make them verifiable easily to human inspection. In this paper, we propose the Context Path Model (CPM) which generates explanations for new facts in KBC by providing sets of \textit{context paths} as supporting evidence for these triples. For example, a new triple (Theresa May, nationality, Britain) may be explained by the path (Theresa May, born in, Eastbourne, contained in, Britain). The CPM is formulated as a wrapper that can be applied on top of various existing KBC models. We evaluate it for the well-established TransE model. We observe that its performance remains very close despite the added complexity, and that most of the paths proposed as explanations provide meaningful evidence to assess the correctness.

📄 PDF Abstract BibTeX

Code (1)

JosuaStadelmaier/CPM 공식 구현 tf

Tasks

Knowledge Base Completion

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

Faithful Path Language Modeling for Explainable Recommendation over Knowledge Graph

2023-10-25 · Giacomo Balloccu, Ludovico Boratto, Christian Cancedda, Gianni Fenu 외

The integration of path reasoning with language modeling in recommender systems has shown promise for enhancing explainability but often struggles with the authenticity of the explanations provided. Traditional models mo…

Explainable RecommendationKnowledge Graph EmbeddingsKnowledge GraphsLanguage Modeling+3

Modeling relation paths for knowledge base completion via joint adversarial training

2018-10-14 · Chen Li, Xutan Peng, Shanghang Zhang, Hao Peng 외

Knowledge Base Completion (KBC), which aims at determining the missing relations between entity pairs, has received increasing attention in recent years. Most existing KBC methods focus on either embedding the Knowledge …

Knowledge Base CompletionRelation

OxKBC: Outcome Explanation for Factorization Based Knowledge Base Completion

2020-02-14 · AKBC 2020 6 · Yatin Nandwani, Ankesh Gupta, Aman Agrawal, Mayank Singh Chauhan 외

State-of-the-art models for Knowledge Base Completion (KBC) are based on tensor factorization (TF), e.g, DistMult, ComplEx. While they produce good results, they cannot expose any rationale behind their predictions, pote…

Automated Theorem ProvingKnowledge Base Completion

Modeling Relation Paths for Representation Learning of Knowledge Bases

2015-06-01 · EMNLP 2015 9 · Yankai Lin, Zhiyuan Liu, Huanbo Luan, Maosong Sun 외

Representation learning of knowledge bases (KBs) aims to embed both entities and relations into a low-dimensional space. Most existing methods only consider direct relations in representation learning. We argue that mult…

Knowledge Base CompletionRelationRelation ExtractionRepresentation Learning+1

Reasoning Over Paths via Knowledge Base Completion

2019-11-01 · WS 2019 11 · Saatviga Sudhahar, Ian Roberts, Andrea Pierleoni

Reasoning over paths in large scale knowledge graphs is an important problem for many applications. In this paper we discuss a simple approach to automatically build and rank paths between a source and target entity pair…

Knowledge Base CompletionKnowledge Graphs