Is Large Language Model Good at Triple Set Prediction? An Empirical Study
Yuan Yuan, Yajing Xu, Wen Zhang

TL;DR
This paper investigates the effectiveness of large language models in the more comprehensive Triple Set Prediction task for knowledge graph completion, revealing challenges like hallucinations that impact their performance.
Contribution
It introduces a novel framework combining rule mining and triple set prediction with LLMs, specifically tailored for the TSP task, and provides an in-depth analysis of their limitations.
Findings
LLMs face significant hallucination issues in TSP tasks.
The proposed framework effectively mines rules and predicts triples.
Performance declines when factual knowledge requirements increase.
Abstract
The core of the Knowledge Graph Completion (KGC) task is to predict and complete the missing relations or nodes in a KG. Common KGC tasks are mostly about inferring unknown elements with one or two elements being known in a triple. In comparison, the Triple Set Prediction (TSP) task is a more realistic knowledge graph completion task. It aims to predict all elements of unknown triples based on the information from known triples. In recent years, large language models (LLMs) have exhibited significant advancements in language comprehension, demonstrating considerable potential for KGC tasks. However, the potential of LLM on the TSP task has not yet to be investigated. Thus in this paper we proposed a new framework to explore the strengths and limitations of LLM in the TSP task. Specifically, the framework consists of LLM-based rule mining and LLM-based triple set prediction. The relation…
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
TopicsTopic Modeling · Natural Language Processing Techniques
MethodsSparse Evolutionary Training
