Knowledge Graph-Enhanced Large Language Models via Path Selection
Haochen Liu, Song Wang, Yaochen Zhu, Yushun Dong, Jundong Li

TL;DR
This paper introduces KELP, a framework that enhances large language models with knowledge graph paths through flexible, fine-grained path scoring and semantic matching, reducing hallucinations and improving factual accuracy.
Contribution
KELP provides a novel three-stage method for more flexible and precise knowledge extraction from KGs for LLMs, addressing limitations of previous binary and direct relationship-based approaches.
Findings
KELP improves factual accuracy in LLM outputs.
Experiments show KELP outperforms baseline methods.
Semantic matching enables indirect knowledge utilization.
Abstract
Large Language Models (LLMs) have shown unprecedented performance in various real-world applications. However, they are known to generate factually inaccurate outputs, a.k.a. the hallucination problem. In recent years, incorporating external knowledge extracted from Knowledge Graphs (KGs) has become a promising strategy to improve the factual accuracy of LLM-generated outputs. Nevertheless, most existing explorations rely on LLMs themselves to perform KG knowledge extraction, which is highly inflexible as LLMs can only provide binary judgment on whether a certain knowledge (e.g., a knowledge path in KG) should be used. In addition, LLMs tend to pick only knowledge with direct semantic relationship with the input text, while potentially useful knowledge with indirect semantics can be ignored. In this work, we propose a principled framework KELP with three stages to handle the above…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Text and Document Classification Technologies
