paper-with-me

홈 › Papers

Hallucination Detection and Evaluation of Large Language Model

2025-12-27 · Chenggong Zhang, Haopeng Wang, Hexi Meng arxiv

Hallucinations in Large Language Models (LLMs) pose a significant challenge, generating misleading or unverifiable content that undermines trust and reliability. Existing evaluation methods, such as KnowHalu, employ multi-stage verification but suffer from high computational costs. To address this, we integrate the Hughes Hallucination Evaluation Model (HHEM), a lightweight classification-based framework that operates independently of LLM-based judgments, significantly improving efficiency while maintaining high detection accuracy. We conduct a comparative analysis of hallucination detection methods across various LLMs, evaluating True Positive Rate (TPR), True Negative Rate (TNR), and Accuracy on question-answering (QA) and summarization tasks. Our results show that HHEM reduces evaluation time from 8 hours to 10 minutes, while HHEM with non-fabrication checking achieves the highest accuracy \(82.2\%\) and TPR \(78.9\%\). However, HHEM struggles with localized hallucinations in summarization tasks. To address this, we introduce segment-based retrieval, improving detection by verifying smaller text components. Additionally, our cumulative distribution function (CDF) analysis indicates that larger models (7B-9B parameters) generally exhibit fewer hallucinations, while intermediate-sized models show higher instability. These findings highlight the need for structured evaluation frameworks that balance computational efficiency with robust factual validation, enhancing the reliability of LLM-generated content.

📄 PDF Abstract BibTeX arXiv:2512.22416

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Unified Hallucination Detection for Multimodal Large Language Models

2024-02-05 · Xiang Chen, Chenxi Wang, Yida Xue, Ningyu Zhang 외

Despite significant strides in multimodal tasks, Multimodal Large Language Models (MLLMs) are plagued by the critical issue of hallucination. The reliable detection of such hallucinations in MLLMs has, therefore, become …

Hallucination

Detecting and Evaluating Medical Hallucinations in Large Vision Language Models

2024-06-14 · Jiawei Chen, Dingkang Yang, Tong Wu, Yue Jiang 외

Large Vision Language Models (LVLMs) are increasingly integral to healthcare applications, including medical visual question answering and imaging report generation. While these models inherit the robust capabilities of …

HallucinationMedical Visual Question AnsweringQuestion AnsweringVisual Question Answering

Fine-grained Hallucination Detection and Editing for Language Models

2024-01-12 · Abhika Mishra, Akari Asai, Vidhisha Balachandran, Yizhong Wang 외

Large language models (LMs) are prone to generate factual errors, which are often called hallucinations. In this paper, we introduce a comprehensive taxonomy of hallucinations and argue that hallucinations manifest in di…

HallucinationRetrieval

Luna: An Evaluation Foundation Model to Catch Language Model Hallucinations with High Accuracy and Low Cost

2024-06-03 · Masha Belyi, Robert Friel, Shuai Shao, Atindriyo Sanyal

Retriever Augmented Generation (RAG) systems have become pivotal in enhancing the capabilities of language models by incorporating external knowledge retrieval mechanisms. However, a significant challenge in deploying th…

HallucinationLanguage ModelingLanguage Modellingmodel+2

A Survey of Multimodal Hallucination Evaluation and Detection

2025-07-25 · Zhiyuan Chen, Yuecong Min, Jie Zhang, Bei Yan 외 arxiv

Multi-modal Large Language Models (MLLMs) have emerged as a powerful paradigm for integrating visual and textual information, supporting a wide range of multi-modal tasks. However, these models often suffer from hallucin…