GLTW: Joint Improved Graph Transformer and LLM via Three-Word Language for Knowledge Graph Completion
Kangyang Luo, Yuzhuo Bai, Cheng Gao, Shuzheng Si, Yingli Shen, Zhu Liu, Zhitong Wang, Cunliang Kong, Wenhao Li, Yufei Huang, Ye Tian, Xuantang Xiong, Lei Han, Maosong Sun

TL;DR
This paper introduces GLTW, a novel method that combines an improved Graph Transformer with Large Language Models to enhance Knowledge Graph Completion by effectively encoding structural information and improving prediction accuracy.
Contribution
The paper presents a new approach that integrates an improved Graph Transformer with LLMs for better structural encoding and deterministic predictions in KGC tasks.
Findings
GLTW outperforms state-of-the-art methods on multiple KG datasets.
The improved Graph Transformer effectively encodes local and global structural information.
The subgraph-based training boosts learning efficiency and prediction accuracy.
Abstract
Knowledge Graph Completion (KGC), which aims to infer missing or incomplete facts, is a crucial task for KGs. However, integrating the vital structural information of KGs into Large Language Models (LLMs) and outputting predictions deterministically remains challenging. To address this, we propose a new method called GLTW, which encodes the structural information of KGs and merges it with LLMs to enhance KGC performance. Specifically, we introduce an improved Graph Transformer (iGT) that effectively encodes subgraphs with both local and global structural information and inherits the characteristics of language model, bypassing training from scratch. Also, we develop a subgraph-based multi-classification training objective, using all entities within KG as classification objects, to boost learning efficiency.Importantly, we combine iGT with an LLM that takes KG language prompts as…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Semantic Web and Ontologies · Rough Sets and Fuzzy Logic
MethodsAttention Is All You Need · Byte Pair Encoding · Layer Normalization · Residual Connection · Linear Layer · Dense Connections · Laplacian EigenMap · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam
