paper-with-me

Papers

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

2023-12-31 · Cheng Niu, Yuanhao Wu, Juno Zhu, Siliang Xu, Kashun Shum, Randy Zhong, Juntong Song, Tong Zhang

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 to the retrieved contents. In order to develop effective hallucination prevention strategies under RAG, it is important to create benchmark datasets that can measure the extent of hallucination. This paper presents RAGTruth, a corpus tailored for analyzing word-level hallucinations in various domains and tasks within the standard RAG frameworks for LLM applications. RAGTruth comprises nearly 18,000 naturally generated responses from diverse LLMs using RAG. These responses have undergone meticulous manual annotations at both the individual cases and word levels, incorporating evaluations of hallucination intensity. We not only benchmark hallucination frequencies across different LLMs, but also critically assess the effectiveness of several existing hallucination detection methodologies. Furthermore, we show that using a high-quality dataset such as RAGTruth, it is possible to finetune a relatively small LLM and achieve a competitive level of performance in hallucination detection when compared to the existing prompt-based approaches using state-of-the-art large language models such as GPT-4.

📄 PDF Abstract BibTeX arXiv:2401.00396

Code (3)

particlemedia/ragtruth 공식 구현 pytorch
MindCode-4/code-4/tree/main/qwen2_vl mindspore
liyan06/minicheck pytorch

Tasks

HallucinationRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

100% Elimination of Hallucinations on RAGTruth for GPT-4 and GPT-3.5 Turbo

2024-12-06 · Michael C. Wood, Adam A. Forbes

The issue of hallucinations in large language models (LLMs) remains a critical barrier to the adoption of AI in enterprise and other high-stakes applications. Despite advancements in retrieval-augmented generation (RAG) …

HallucinationRAGRetrieval-augmented Generation

First Hallucination Tokens Are Different from Conditional Ones

2025-07-28 · Jakob Snel, Seong Joon Oh arxiv

Large Language Models (LLMs) hallucinate, and detecting these cases is key to ensuring trust. While many approaches address hallucination detection at the response or span level, recent work explores token-level detectio…

LettuceDetect: A Hallucination Detection Framework for RAG Applications

2025-02-24 · Ádám Kovács, Gábor Recski

Retrieval Augmented Generation (RAG) systems remain vulnerable to hallucinated answers despite incorporating external knowledge sources. We present LettuceDetect a framework that addresses two critical limitations in exi…

8kGPUHallucinationRAG+3

Retromorphic Testing with Hierarchical Verification for Hallucination Detection in RAG

2026-03-29 · Boxi Yu, Yuzhong Zhang, Liting Lin, Lionel Briand 외 arxiv

Large language models (LLMs) continue to hallucinate in retrieval-augmented generation (RAG), producing claims that are unsupported by or conflict with the retrieved context. Detecting such errors remains challenging whe…

Turk-LettuceDetect: A Hallucination Detection Models for Turkish RAG Applications

2025-09-22 · Selva Taş, Mahmut El Huseyni, Özay Ezerceli, Reyhan Bayraktar 외 arxiv

The widespread adoption of Large Language Models (LLMs) has been hindered by their tendency to hallucinate, generating plausible but factually incorrect information. While Retrieval-Augmented Generation (RAG) systems att…

Computational EfficiencyData-to-Text GenerationQuestion Answering