Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

About

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity-relation composition and Relational contextualization based on a source entity's neighborhood. Our proposed model consists of two different Transformer blocks: the bottom block extracts features of each entity-relation pair in the local neighborhood of the source entity and the top block aggregates the relational information from outputs of the bottom block. We further design a masked entity prediction task to balance information from the relational context and the source entity itself. Experimental results show that HittER achieves new state-of-the-art results on multiple link prediction datasets. We additionally propose a simple approach to integrate HittER into BERT and demonstrate its effectiveness on two Freebase factoid question answering datasets.

Sanxing Chen, Xiaodong Liu, Jianfeng Gao, Jian Jiao, Ruofei Zhang, Yangfeng Ji• 2020

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1055.8
419
Link PredictionWN18RR (test)
Hits@1058.4
380
Link PredictionFB15k-237
MRR37.3
280
Link PredictionWN18RR
Hits@1057.9
175
Showing 4 of 4 rows

Other info

Code

Follow for update