paper-with-me

홈 › Papers

Metric Ensembles For Hallucination Detection

2023-10-16 · Grant C. Forbes, Parth Katlana, Zeydy Ortiz

Abstractive text summarization has garnered increased interest as of late, in part due to the proliferation of large language models (LLMs). One of the most pressing problems related to generation of abstractive summaries is the need to reduce "hallucinations," information that was not included in the document being summarized, and which may be wholly incorrect. Due to this need, a wide array of metrics estimating consistency with the text being summarized have been proposed. We examine in particular a suite of unsupervised metrics for summary consistency, and measure their correlations with each other and with human evaluation scores in the wiki_bio_gpt3_hallucination dataset. We then compare these evaluations to models made from a simple linear ensemble of these metrics. We find that LLM-based methods outperform other unsupervised metrics for hallucination detection. We also find that ensemble methods can improve these scores even further, provided that the metrics in the ensemble have sufficiently similar and uncorrelated error rates. Finally, we present an ensemble method for LLM-based evaluations that we show improves over this previous SOTA.

📄 PDF Abstract BibTeX arXiv:2310.10495

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationHallucinationText Summarization

Similar Papers 제목 키워드 기반

Two-Token Features and Small-Large Ensembles for VLM Hallucination Detection

2026-09-09 · Eli Schwartz arxiv

We present our system for the SHROOM-Visions 2026 shared task on character-level VLM hallucination detection. A small ($4$B-parameter) VLM is fine-tuned as a per-token classifier reading a two-token feature from its own …

Hallucination Detection in LLMs: Fast and Memory-Efficient Fine-Tuned Models

2024-09-04 · Gabriel Y. Arteaga, Thomas B. Schön, Nicolas Pielawski

Uncertainty estimation is a necessary component when implementing AI in high-risk settings, such as autonomous cars, medicine, or insurances. Large Language Models (LLMs) have seen a surge in popularity in recent years, …

GPUHallucination

A Multiple-Fill-in-the-Blank Exam Approach for Enhancing Zero-Resource Hallucination Detection in Large Language Models

2024-09-20 · Satoshi Munakata, Taku Fukui, Takao Mohri

Large language models (LLMs) often fabricate a hallucinatory text. Several methods have been developed to detect such text by semantically comparing it with the multiple versions probabilistically regenerated. However, a…

HallucinationSentence

Comparing Hallucination Detection Metrics for Multilingual Generation

2024-02-16 · Haoqiang Kang, Terra Blevins, Luke Zettlemoyer

While many hallucination detection techniques have been evaluated on English text, their effectiveness in multilingual contexts remains unknown. This paper assesses how well various factual hallucination detection metric…

HallucinationNatural Language InferenceSentence

ReDeEP: Detecting Hallucination in Retrieval-Augmented Generation via Mechanistic Interpretability

2024-10-15 · Zhongxiang Sun, Xiaoxue Zang, Kai Zheng, Jun Xu 외

Retrieval-Augmented Generation (RAG) models are designed to incorporate external knowledge, reducing hallucinations caused by insufficient parametric (internal) knowledge. However, even with accurate and relevant retriev…

HallucinationRAGRetrievalRetrieval-augmented Generation