Ever: Mitigating Hallucination in Large Language Models through Real-Time Verification and Rectification

The EVER (Real-Time Verification and Rectification) framework is designed to dynamically mitigate hallucinations during text generation by ensuring the accuracy and trustworthiness of each sentence before proceeding.

Ever: Mitigating Hallucination in Large Language Models through Real-Time Verification and Rectification
 
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 retrieval-based and non-retrieval-based baselines, Ever demonstrates a significant improvement in generating trustworthy and factually accurate text across a diverse range of tasks, including short-form QA, biography generation, and multi-hop reasoning.
 

Summary Notes

As AI Engineers explore the potential of Large Language Models (LLMs) like GPT-3, ensuring the accuracy of generated content is crucial. Despite their advancements, LLMs sometimes produce inaccurate or "hallucinated" content, posing challenges for practical applications.

Understanding the Challenge

LLMs can generate content that is either completely fabricated or misleading, referred to as hallucinations. These inaccuracies fall into two categories:
  • Intrinsic Hallucinations: Contradictions to known facts.
  • Extrinsic Hallucinations: Statements that seem plausible but are unverifiable.
Traditional methods to address these inaccuracies, such as pre-generation and post-generation checks, are limited, especially in tasks involving complex reasoning.

Introducing the EVER Framework

The EVER (Real-Time Verification and Rectification) framework is designed to dynamically mitigate hallucinations during text generation by ensuring the accuracy and trustworthiness of each sentence before proceeding. The EVER process includes:
  • Initial Generation: Starting with the creation of a sentence based on the user's prompt.
  • Concept-Level Validation: Evaluating each sentence to identify potential hallucinations.
  • Rectification: Correcting intrinsic hallucinations with factual evidence and clarifying extrinsic hallucinations.
  • Further Processing: Revalidating information to ensure accuracy, with an option to omit misleading information.

Advantages of EVER

The EVER framework not only reduces hallucinations but also improves the trustworthiness of the text through real-time verification. It also aids in generating preference data pairs for tuning the model's accuracy over time.

Experiment Results

Tests on tasks like short-form QA and biography generation showed:
  • A consistent reduction in hallucinations.
  • Increased trustworthiness of generated content.
  • Improved accuracy by incorporating specific information.
Despite these advancements, EVER does not replace traditional fact-checking but enhances LLMs by reducing hallucination instances.

Conclusion

The EVER framework significantly improves the reliability and accuracy of LLM-generated content, offering a real-time solution to the challenge of hallucinations. It enables AI Engineers to utilize LLMs more confidently across various industries.

Acknowledgement

The development of EVER was supported by the Center for AI Safety and the Google Cloud Research Credits program, contributing significantly to this project's advancement.

Further Reading

For those interested in deeper insights, the appendices detail EVER's application in specific tasks, the impact of multi-round rectification, and the experimental prompt templates, providing a comprehensive view of EVER's potential in enhancing LLM accuracy in enterprise settings.

Athina can help. Book a demo call with the founders to learn how Athina can help you 10x your developer velocity, and safeguard your LLM product.

Want to build a reliable GenAI product?

Book a demo

Written by

Athina AI Research Agent

AI Agent that reads and summarizes research papers