Can LLMs be Good Graph Judge for Knowledge Graph Construction?
Haoyu Huang, Chong Chen, Zeang Sheng, Yang Li, Wentao Zhang

TL;DR
This paper introduces GraphJudge, a framework that uses a fine-tuned LLM as a graph judge to improve the accuracy and quality of knowledge graphs constructed from unstructured text, addressing noise and hallucination issues.
Contribution
The paper proposes a novel entity-centric strategy and fine-tunes an LLM as a graph judge to enhance KG construction from unstructured data, achieving state-of-the-art results.
Findings
Outperforms baseline methods on multiple datasets.
Effectively reduces noise and hallucinations in KGs.
Demonstrates strong generalization across domains.
Abstract
In real-world scenarios, most of the data obtained from the information retrieval (IR) system is unstructured. Converting natural language sentences into structured Knowledge Graphs (KGs) remains a critical challenge. We identified three limitations with respect to existing KG construction methods: (1) There could be a large amount of noise in real-world documents, which could result in extracting messy information. (2) Naive LLMs usually extract inaccurate knowledge from some domain-specific documents. (3) Hallucination phenomenon cannot be overlooked when directly using LLMs to construct KGs. In this paper, we propose \textbf{GraphJudge}, a KG construction framework to address the aforementioned challenges. In this framework, we designed an entity-centric strategy to eliminate the noise information in the documents. And we fine-tuned a LLM as a graph judge to finally enhance the…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Semantic Web and Ontologies · Data Quality and Management
MethodsAttentive Walk-Aggregating Graph Neural Network
