paper-with-me

홈 › Papers

HALT-RAG: A Task-Adaptable Framework for Hallucination Detection with Calibrated NLI Ensembles and Abstention

2025-09-09 · Saumya Goswami, Siddharth Kurra arxiv

Detecting content that contradicts or is unsupported by a given source text is a critical challenge for the safe deployment of generative language models. We introduce HALT-RAG, a post-hoc verification system designed to identify hallucinations in the outputs of Retrieval-Augmented Generation (RAG) pipelines. Our flexible and task-adaptable framework uses a universal feature set derived from an ensemble of two frozen, off-the-shelf Natural Language Inference (NLI) models and lightweight lexical signals. These features are used to train a simple, calibrated, and task-adapted meta-classifier. Using a rigorous 5-fold out-of-fold (OOF) training protocol to prevent data leakage and produce unbiased estimates, we evaluate our system on the HaluEval benchmark. By pairing our universal feature set with a lightweight, task-adapted classifier and a precision-constrained decision policy, HALT-RAG achieves strong OOF F1-scores of 0.7756, 0.9786, and 0.7391 on the summarization, QA, and dialogue tasks, respectively. The system's well-calibrated probabilities enable a practical abstention mechanism, providing a reliable tool for balancing model performance with safety requirements.

📄 PDF Abstract BibTeX arXiv:2509.07475

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

HALT: Hallucination Assessment via Log-probs as Time series

2026-02-02 · Ahmad Shapiro, Karan Taneja, Ashok Goel arxiv

Hallucinations remain a major obstacle for large language models (LLMs), especially in safety-critical domains. We present HALT (Hallucination Assessment via Log-probs as Time series), a lightweight hallucination detecto…

Domain GeneralizationQuestion AnsweringCode Generation

ANHALTEN: Cross-Lingual Transfer for German Token-Level Reference-Free Hallucination Detection

2024-07-18 · Janek Herrlein, Chia-Chien Hung, Goran Glavaš

Research on token-level reference-free hallucination detection has predominantly focused on English, primarily due to the scarcity of robust datasets in other languages. This has hindered systematic investigations into t…

Cross-Lingual TransferHallucination

Med-HALT: Medical Domain Hallucination Test for Large Language Models

2023-07-28 · Ankit Pal, Logesh Kumar Umapathi, Malaikannan Sankarasubbu

This research paper focuses on the challenges posed by hallucinations in large language models (LLMs), particularly in the context of the medical domain. Hallucination, wherein these models generate plausible yet unverif…

HallucinationInformation RetrievalRetrieval

Rethinking Hallucinations: Correctness, Consistency, and Prompt Multiplicity

2026-01-31 · Prakhar Ganesh, Reza Shokri, Golnoosh Farnadi arxiv

Large language models (LLMs) are known to "hallucinate" by generating false or misleading outputs. Hallucinations pose various harms, from erosion of trust to widespread misinformation. Existing hallucination evaluation,…

Detecting Token-Level Hallucinations Using Variance Signals: A Reference-Free Approach

2025-07-05 · Keshav Kumar arxiv

Large Language Models (LLMs) have demonstrated impressive generative capabilities across diverse tasks but remain susceptible to hallucinations, confidently generated yet factually incorrect outputs. We introduce a refer…