Separate-and-Aggregate: A Transformer-based Patch Refinement Model for Knowledge Graph Completion
Chen Chen, Yufei Wang, Yang Zhang, Quan Z. Sheng, and Kwok-Yan Lam

TL;DR
This paper introduces PatReFormer, a Transformer-based model for knowledge graph completion that segments embeddings into patches and uses cross-attention to improve understanding and prediction of missing facts.
Contribution
The paper proposes a novel Patch Refinement Model using Transformer-based cross-attention for enhanced knowledge graph completion.
Findings
Significant performance improvements on WN18RR, FB15k-237, YAGO37, and DB100K benchmarks.
Better capture of KG information with larger relation embedding dimensions.
Enhanced performance on complex relation types.
Abstract
Knowledge graph completion (KGC) is the task of inferencing missing facts from any given knowledge graphs (KG). Previous KGC methods typically represent knowledge graph entities and relations as trainable continuous embeddings and fuse the embeddings of the entity (or ) and relation into hidden representations of query (or )) to approximate the missing entities. To achieve this, they either use shallow linear transformations or deep convolutional modules. However, the linear transformations suffer from the expressiveness issue while the deep convolutional modules introduce unnecessary inductive bias, which could potentially degrade the model performance. Thus, we propose a novel Transformer-based Patch Refinement Model (PatReFormer) for KGC. PatReFormer first segments the embedding into a sequence of patches and then employs cross-attention modules to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
