paper-with-me

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 information, which can cause significant damage when deployed for mission-critical tasks. In this paper, we propose a self-check approach based on reverse validation to detect factual errors automatically in a zero-resource fashion. To facilitate future studies and assess different methods, we construct a hallucination detection benchmark named PHD, which is generated by ChatGPT and annotated by human annotators. Contrasting previous studies of zero-resource hallucination detection, our method and benchmark concentrate on passage-level detection instead of sentence-level. We empirically evaluate our method and existing zero-resource detection methods on two datasets. The experimental results demonstrate that the proposed method considerably outperforms the baselines while costing fewer tokens and less time. Furthermore, we manually analyze some hallucination cases that LLM failed to capture, revealing the shared limitation of zero-resource methods.

📄 PDF Abstract BibTeX arXiv:2310.06498

Code (1)

maybenotime/phd 공식 구현

Tasks

HallucinationSentence

Similar Papers 제목 키워드 기반

SURE-RAG: Sufficiency and Uncertainty-Aware Evidence Verification for Selective Retrieval-Augmented Generation

2026-05-05 · Jingxi Qiu, Zeyu Han, Cheng Huang arxiv

Retrieval-augmented generation (RAG) grounds answers in retrieved passages, but retrieval is not verification: a passage can be topical and still fail to justify the answer. We frame this gap as evidence sufficiency veri…

DiaHalu: A Dialogue-level Hallucination Evaluation Benchmark for Large Language Models

2024-03-01 · Kedi Chen, Qin Chen, Jie zhou, Yishen He 외

Since large language models (LLMs) achieve significant success in recent years, the hallucination issue remains a challenge, numerous benchmarks are proposed to detect the hallucination. Nevertheless, some of these bench…

HallucinationHallucination EvaluationSentence

Why DDIM Hallucinates More Than DDPM: A Theoretical Analysis of Reverse Dynamics

2026-05-07 · Muhammad H. Ashiq, Samanyu Arora, Abhinav N. Harish, Ishaan Kharbanda 외 arxiv

We theoretically study the hallucination phenomena in two canonical diffusion samplers: the stochastic Denoising Diffusion Probabilistic Model (DDPM) and the deterministic Denoising Diffusion Implicit Model (DDIM). We an…

HalluDial: A Large-Scale Benchmark for Automatic Dialogue-Level Hallucination Evaluation

2024-06-11 · Wen Luo, Tianshu Shen, Wei Li, Guangyue Peng 외

Large Language Models (LLMs) have significantly advanced the field of Natural Language Processing (NLP), achieving remarkable performance across diverse tasks and enabling widespread real-world applications. However, LLM…

HallucinationHallucination EvaluationLanguage ModellingSentence

Towards Reliable and Factual Response Generation: Detecting Unanswerable Questions in Information-Seeking Conversations

2024-01-21 · Weronika Łajewska, Krisztian Balog

Generative AI models face the challenge of hallucinations that can undermine users' trust in such systems. We approach the problem of conversational information seeking as a two-step process, where relevant passages in a…

answerability predictionResponse Generation