KGLM: Integrating Knowledge Graph Structure in Language Models for Link Prediction
Jason Youn, Ilias Tagkopoulos

TL;DR
This paper introduces KGLM, a novel language model architecture that incorporates knowledge graph structure through specialized embeddings, significantly improving link prediction performance.
Contribution
The paper presents a new entity/relation embedding layer in language models that captures knowledge graph structure, enhancing link prediction accuracy.
Findings
Achieved state-of-the-art results on benchmark datasets.
Pre-training with knowledge graph triples improves link prediction.
Embedding entity and relation types enhances model understanding of graph structure.
Abstract
The ability of knowledge graphs to represent complex relationships at scale has led to their adoption for various needs including knowledge representation, question-answering, and recommendation systems. Knowledge graphs are often incomplete in the information they represent, necessitating the need for knowledge graph completion tasks. Pre-trained and fine-tuned language models have shown promise in these tasks although these models ignore the intrinsic information encoded in the knowledge graph, namely the entity and relation types. In this work, we propose the Knowledge Graph Language Model (KGLM) architecture, where we introduce a new entity/relation embedding layer that learns to differentiate distinctive entity and relation types, therefore allowing the model to learn the structure of the knowledge graph. In this work, we show that further pre-training the language models with this…
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.
Code & Models
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
