Ever: Mitigating Hallucination in Large Language Models through Real-Time Verification and Rectification
Haoqiang Kang, Juntong Ni, Huaxiu Yao

TL;DR
This paper introduces Ever, a real-time verification and rectification method that reduces hallucinations in large language models by detecting and correcting errors during text generation, improving factual accuracy across various tasks.
Contribution
Ever is a novel real-time, step-wise approach that addresses hallucination accumulation in LLMs, outperforming existing post-hoc rectification methods in accuracy and trustworthiness.
Findings
Significantly reduces hallucinations in LLM outputs
Improves factual accuracy in diverse tasks
Outperforms baseline rectification methods
Abstract
Large Language Models (LLMs) have demonstrated remarkable proficiency in generating fluent text. However, they often encounter the challenge of generating inaccurate or hallucinated content. This issue is common in both non-retrieval-based generation and retrieval-augmented generation approaches, and existing post-hoc rectification methods may not address the accumulated hallucination errors that may be caused by the "snowballing" issue, especially in reasoning tasks. To tackle these challenges, we introduce a novel approach called Real-time Verification and Rectification (Ever). Instead of waiting until the end of the generation process to rectify hallucinations, Ever employs a real-time, step-wise generation and hallucination rectification strategy. The primary objective is to detect and rectify hallucinations as they occur during the text generation process. When compared to both…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
