RAGTruth
收藏资源简介:
RAGTruth是一个用于训练和评估检索增强生成(RAG)设置中各种任务的词级幻觉语料库。尽管RAG已被集成以减轻大型语言模型(LLMs)中的幻觉,但LLMs仍可能对检索内容提出无支持或矛盾的主张。为了在RAG下开发有效的幻觉预防策略,创建能够衡量幻觉程度的基准数据集至关重要。RAGTruth包含近18,000个来自多样LLMs使用RAG自然生成的响应,这些响应经过了细致的手动标注,包括个体案例和词级别的幻觉强度评估。
RAGTruth is a corpus designed for training and evaluating various tasks in Retrieval-Augmented Generation (RAG) settings, specifically focusing on word-level hallucination. Although RAG has been integrated to mitigate hallucinations in Large Language Models (LLMs), LLMs may still make unsupported or contradictory claims about the retrieved content. To develop effective hallucination prevention strategies under RAG, it is crucial to create benchmark datasets that can measure the extent of hallucinations. RAGTruth contains nearly 18,000 naturally generated responses from diverse LLMs using RAG, which have been meticulously manually annotated, including individual cases and word-level hallucination intensity assessments.
数据集概述
数据集名称
RAGTruth
数据集描述
RAGTruth是一个用于训练和评估在检索增强生成(RAG)设置下的各种任务中的词级幻觉语料库。该数据集包含近18,000个由不同大型语言模型(LLMs)自然生成的响应,这些响应经过细致的手动标注,包括个体案例和词级别的幻觉强度评估。
数据集组成
-
response.jsonl
- Field Name: id, source_id, model, temperature, labels, split, quality, response
- Description: 包含每个响应的详细信息,包括响应的标识、生成该响应的模型、温度设置、幻觉标注等。
-
source_info.jsonl
- Field Name: source_id, task_type, source, source_info, prompt
- Description: 包含源信息的详细描述,包括任务类型、源内容来源、源信息内容和用于生成响应的提示。
数据集更新
- 2024/06: 发布训练和评估代码。
- 2024/02: 更新数据,增加更多标注的幻觉和新增元数据
implicit_true。 - 2024/01: 发布RAGTruth语料库。
数据统计
- Summarization(CNN/DM): 628个实例,3768个响应,1165个幻觉响应,1474个幻觉跨度。
- Summarization(Recent News): 315个实例,1890个响应。




