Detecting Hallucinations for Large Language Model-based Knowledge Graph Reasoning
Quick Answer
The paper introduces LUCID, a novel hallucination detection method for LLM-based knowledge graph reasoning, which integrates LLM attention scores, KG semantics, and structural information.
Quick Take
Experiments demonstrate that LUCID outperforms 15 baselines across nine datasets, addressing critical misinformation issues in existing frameworks.
Key Points
- LUCID is the first method specifically designed for hallucination detection in KG reasoning.
- It utilizes attention scores, semantic similarities, and KG structure via a graph neural network.
- The method was evaluated on nine benchmark datasets, achieving state-of-the-art results.
- LUCID addresses the limitations of existing detection methods that ignore KG structural information.
- This advancement is crucial for improving the reliability of -based decision support systems.
Paper Resources
Source Excerpt
Knowledge graph (KG) reasoning infers new knowledge from existing facts and is widely applied in question answering, recommendation, and decision support. With the rapid development of (LLMs), LLM-based KG reasoning frameworks have become increasingly popular by leveraging retrieved KG information. However, hallucinations in LLMs remain a critical issue. Even when relevant KG knowledge is incorporated, models may still generate incorrect outputs, leading to misinformation a
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →TriAgent: Divergence-Aware Committees for Cost-Efficient Financial Sentiment Analysis
TriAgent introduces a cost-efficient multi-agent system for financial sentiment analysis, combining VADER, FinBERT, and Qwen2.5. It achieves an F1 score of ~0.87 with significant savings of $9.3M/year at a 10M-user scale compared to GPT-4o-mini, while also detecting hallucinations with an AUC of 0.90.