HALO
收藏资源简介:
该数据集是一个用于幻觉检测任务的中文数据集,专门设计用于识别和评估语言模型生成内容中的幻觉现象。数据集中每个样本包含一个提示词(prompt)、正确的参考回答(correct_response)以及包含幻觉的生成回答(hallucinated_response)。关键特征包括:幻觉文本段落的精确标注(hallucinated_spans),包含起始位置、结束位置和文本内容;支持幻觉判断的证据列表(evidence);样本类型分类(type);数据来源(source)和主题分类(topic)。数据集分为训练集(124,596个样本)和测试集(82个样本),总大小约409MB。该数据集适用于幻觉检测、文本生成质量评估、事实核查等自然语言处理任务的研究与模型训练。
This dataset is a Chinese dataset for hallucination detection tasks, specifically designed to identify and evaluate hallucination phenomena in content generated by language models. Each sample in the dataset includes a prompt, a correct reference response (correct_response), and a generated response containing hallucinations (hallucinated_response). Key features include precise annotation of hallucinated text spans (hallucinated_spans) with start positions, end positions, and text content; a list of evidence supporting hallucination judgments (evidence); sample type classification (type); data source (source) and topic classification (topic). The dataset is divided into a training set (124,596 samples) and a test set (82 samples), with a total size of approximately 409MB. It is suitable for research and model training in natural language processing tasks such as hallucination detection, text generation quality evaluation, and fact-checking.
数据集概述:HALO
该数据集旨在研究大语言模型中的幻觉现象,包含高质量的问答对及相应的幻觉标注信息。
数据集结构
数据集包含以下字段:
- prompt:用户输入的提示或问题。
- correct_response:模型应生成的正确回答。
- evidence:支撑正确回答的引用或证据,以字符串列表形式存在。
- type:问答对的类型或分类标签。
- hallucinated_response:模型生成的包含幻觉的回答。
- hallucinated_spans:幻觉回答中具体的幻觉片段,每个片段包含:
- start:幻觉片段在文本中的起始位置(int64)。
- end:幻觉片段在文本中的结束位置(int64)。
- text:幻觉片段的文本内容。
- source:数据来源。
- topic:问答对的主题。
数据划分与规模
数据集包含 train 和 test 两个划分:
| 划分 | 样本数 | 字节数 |
|---|---|---|
| train | 124,596 | 408,303,672 |
| test | 82 | 271,675 |
| 总计 | 124,678 | 408,575,347 |
- 下载大小:334,830,899 字节
- 数据集大小:408,575,347 字节
配置
数据集提供默认配置(default),数据文件路径为:
- 训练集:
data/train-* - 测试集:
data/test-*




