CLAIMay 4, 2024

Relations Prediction for Knowledge Graph Completion using Large Language Models

arXiv:2405.02738v12 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses knowledge graph completion for applications requiring structured fact representation, though it appears incremental as it adapts existing LLMs to a specific task.

The authors tackled knowledge graph incompleteness by fine-tuning a large language model using only node names for relation prediction, achieving new state-of-the-art scores on a widely used benchmark.

Knowledge Graphs have been widely used to represent facts in a structured format. Due to their large scale applications, knowledge graphs suffer from being incomplete. The relation prediction task obtains knowledge graph completion by assigning one or more possible relations to each pair of nodes. In this work, we make use of the knowledge graph node names to fine-tune a large language model for the relation prediction task. By utilizing the node names only we enable our model to operate sufficiently in the inductive settings. Our experiments show that we accomplish new scores on a widely used knowledge graph benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes