Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Don't Let It Hallucinate: Premise Verification via Retrieval-Augmented Logical Reasoning

About

Large language models (LLMs) have shown substantial capacity for generating fluent, contextually appropriate responses. However, they can produce hallucinated outputs, especially when a user query includes one or more false premises-claims that contradict established facts. Such premises can mislead LLMs into offering fabricated or misleading details. Existing approaches include pretraining, fine-tuning, and inference-time techniques that often rely on access to logits or address hallucinations after they occur. These methods tend to be computationally expensive, require extensive training data, or lack proactive mechanisms to prevent hallucination before generation, limiting their efficiency in real-time applications. We propose a retrieval-based framework that identifies and addresses false premises before generation. Our method first transforms a user's query into a logical representation, then applies retrieval-augmented generation (RAG) to assess the validity of each premise using factual sources. Finally, we incorporate the verification results into the LLM's prompt to maintain factual consistency in the final output. Experiments show that this approach effectively reduces hallucinations, improves factual accuracy, and does not require access to model logits or large-scale fine-tuning.

Yuehan Qin, Shawn Li, Yi Nian, Xinyan Velocity Yu, Yue Zhao, Xuezhe Ma• 2025

Related benchmarks

TaskDatasetResultRank
Hallucination MitigationKG-FPQ
Accuracy95.2
31
False Premise DetectionKG-FPQ
TP Rate94.44
12
False Premise DetectionCreak
TP (%)92.8
12
False Premise DetectionFEVER
TP Rate0.961
5
Premise detectionKG-FPQ--
1
Showing 5 of 5 rows

Other info

Follow for update