paper-with-me

Papers

Transformer-based Entity Typing in Knowledge Graphs

2022-10-20 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li, Jeff Z. Pan

We investigate the knowledge graph entity typing task which aims at inferring plausible entity types. In this paper, we propose a novel Transformer-based Entity Typing (TET) approach, effectively encoding the content of neighbors of an entity. More precisely, TET is composed of three different mechanisms: a local transformer allowing to infer missing types of an entity by independently encoding the information provided by each of its neighbors; a global transformer aggregating the information of all neighbors of an entity into a single long sequence to reason about more complex entity types; and a context transformer integrating neighbors content based on their contribution to the type inference through information exchange between neighbor pairs. Furthermore, TET uses information about class membership of types to semantically strengthen the representation of an entity. Experiments on two real-world datasets demonstrate the superior performance of TET compared to the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2210.11151

Code (1)

zhiweihu1103/et-tet 공식 구현 pytorch

Tasks

Entity TypingKnowledge Graphs

Similar Papers 제목 키워드 기반

Multi-view Contrastive Learning for Entity Typing over Knowledge Graphs

2023-10-18 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

Knowledge graph entity typing (KGET) aims at inferring plausible types of entities in knowledge graphs. Existing approaches to KGET focus on how to better encode the knowledge provided by the neighbors and types of an en…

Contrastive LearningEntity TypingKnowledge GraphsMixture-of-Experts

Context-aware Entity Typing in Knowledge Graphs

2021-09-16 · Findings (EMNLP) 2021 11 · Weiran Pan, Wei Wei, Xian-Ling Mao

Knowledge graph entity typing aims to infer entities' missing types in knowledge graphs which is an important but under-explored issue. This paper proposes a novel method for this task by utilizing entities' contextual i…

Entity TypingKnowledge Graphs

COTET: Cross-view Optimal Transport for Knowledge Graph Entity Typing

2024-05-22 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

Knowledge graph entity typing (KGET) aims to infer missing entity type instances in knowledge graphs. Previous research has predominantly centered around leveraging contextual information associated with entities, which …

Entity TypingKnowledge Graphs

Entity Type Prediction Leveraging Graph Walks and Entity Descriptions

2022-07-28 · Russa Biswas, Jan Portisch, Heiko Paulheim, Harald Sack 외

The entity type information in Knowledge Graphs (KGs) such as DBpedia, Freebase, etc. is often incomplete due to automated generation or human curation. Entity typing is the task of assigning or inferring the semantic ty…

Entity TypingKnowledge GraphsLanguage ModelingLanguage Modelling+3

AsyncET: Asynchronous Learning for Knowledge Graph Entity Typing with Auxiliary Relations

2023-08-30 · Yun-Cheng Wang, Xiou Ge, Bin Wang, C. -C. Jay Kuo

Knowledge graph entity typing (KGET) is a task to predict the missing entity types in knowledge graphs (KG). Previously, KG embedding (KGE) methods tried to solve the KGET task by introducing an auxiliary relation, 'hasT…

Entity TypingKnowledge GraphsRelationType prediction