paper-with-me

Papers

Zero-Resource Hallucination Prevention for Large Language Models

2023-09-06 · Junyu Luo, Cao Xiao, Fenglong Ma

The prevalent use of large language models (LLMs) in various domains has drawn attention to the issue of "hallucination," which refers to instances where LLMs generate factually inaccurate or ungrounded information. Existing techniques for hallucination detection in language assistants rely on intricate fuzzy, specific free-language-based chain of thought (CoT) techniques or parameter-based methods that suffer from interpretability issues. Additionally, the methods that identify hallucinations post-generation could not prevent their occurrence and suffer from inconsistent performance due to the influence of the instruction format and model style. In this paper, we introduce a novel pre-detection self-evaluation technique, referred to as SELF-FAMILIARITY, which focuses on evaluating the model's familiarity with the concepts present in the input instruction and withholding the generation of response in case of unfamiliar concepts. This approach emulates the human ability to refrain from responding to unfamiliar topics, thus reducing hallucinations. We validate SELF-FAMILIARITY across four different large language models, demonstrating consistently superior performance compared to existing techniques. Our findings propose a significant shift towards preemptive strategies for hallucination mitigation in LLM assistants, promising improvements in reliability, applicability, and interpretability.

📄 PDF Abstract BibTeX arXiv:2309.02654

Code (1)

soap117/Self-evaluation 공식 구현 pytorch

Tasks

Hallucination

Similar Papers 제목 키워드 기반

A New Benchmark and Reverse Validation Method for Passage-level Hallucination Detection

2023-10-10 · Shiping Yang, Renliang Sun, Xiaojun Wan

Large Language Models (LLMs) have shown their ability to collaborate effectively with humans in real-world scenarios. However, LLMs are apt to generate hallucinations, i.e., makeup incorrect text and unverified informati…

HallucinationSentence

Detecting and Preventing Hallucinations in Large Vision Language Models

2023-08-11 · Anisha Gunjal, Jihan Yin, Erhan Bas

Instruction tuned Large Vision Language Models (LVLMs) have significantly advanced in generalizing across a diverse set of multi-modal tasks, especially for Visual Question Answering (VQA). However, generating detailed r…

16kHallucinationObject HallucinationQuestion Answering+2

AutoHall: Automated Hallucination Dataset Generation for Large Language Models

2023-09-30 · Zouying Cao, Yifei Yang, Hai Zhao

While Large language models (LLMs) have garnered widespread applications across various domains due to their powerful language understanding and generation capabilities, the detection of non-factual or hallucinatory cont…

Dataset GenerationFact CheckingHallucination

Zero-Shot Multi-task Hallucination Detection

2024-03-18 · Patanjali Bhamidipati, Advaith Malladi, Manish Shrivastava, Radhika Mamidi

In recent studies, the extensive utilization of large language models has underscored the importance of robust evaluation methodologies for assessing text generation quality and relevance to specific tasks. This has reve…

Computational EfficiencyHallucinationText Generation

RAGTruth: A Hallucination Corpus for Developing Trustworthy Retrieval-Augmented Language Models

2023-12-31 · Cheng Niu, Yuanhao Wu, Juno Zhu, Siliang Xu 외

Retrieval-augmented generation (RAG) has become a main technique for alleviating hallucinations in large language models (LLMs). Despite the integration of RAG, LLMs may still present unsupported or contradictory claims …

HallucinationRAGRetrievalRetrieval-augmented Generation