paper-with-me

Papers

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

2023-11-15 · Haoqiang Kang, Juntong Ni, Huaxiu Yao

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.

📄 PDF Abstract BibTeX arXiv:2311.09114

Code (1)

mk322/ever_hallu 공식 구현

Tasks

HallucinationRetrievalRetrieval-augmented GenerationText Generation

Similar Papers 제목 키워드 기반

SeeMe: Mitigating Hallucinations in Large Vision-Language Models through Effective Visual Token Engineering

2026-07-05 · Kai Tang, Jinhao You, Bohua Zhang, Yichen Guo 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in visual understanding tasks such as image captioning and visual question answering. However, they remain susceptible to hallucinations, generating …

Visual Question AnsweringFeature EngineeringImage Captioning

Smoothing Out Hallucinations: Mitigating LLM Hallucination with Smoothed Knowledge Distillation

2025-02-16 · Hieu Nguyen, Zihao He, Shoumik Atul Gandre, Ujjwal Pasupulety 외

Large language models (LLMs) often suffer from hallucination, generating factually incorrect or ungrounded content, which limits their reliability in high-stakes applications. A key factor contributing to hallucination i…

HallucinationKnowledge Distillation

Mitigating Large Language Model Hallucination with Faithful Finetuning

2024-06-17 · Minda Hu, Bowei He, YuFei Wang, Liangyou Li 외

Large language models (LLMs) have demonstrated remarkable performance on various natural language processing tasks. However, they are prone to generating fluent yet untruthful responses, known as "hallucinations". Halluc…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+3

Detecting and Mitigating Hallucination in Large Vision Language Models via Fine-Grained AI Feedback

2024-04-22 · Wenyi Xiao, Ziwei Huang, Leilei Gan, Wanggui He 외

The rapidly developing Large Vision Language Models (LVLMs) have shown notable capabilities on a range of multi-modal tasks, but still face the hallucination phenomena where the generated texts do not align with the give…

AttributeHallucinationSentence

Beyond Fine-Tuning: Effective Strategies for Mitigating Hallucinations in Large Language Models for Data Analytics

2024-10-26 · Mikhail Rumiantsau, Aliaksei Vertsel, Ilya Hrytsuk, Isaiah Ballah

Large Language Models (LLMs) have become increasingly important in natural language processing, enabling advanced data analytics through natural language queries. However, these models often generate "hallucinations"-ina…

Decision MakingNatural Language QueriesStructured Output Generation