alexandrainst/multi-wiki-qa-synthetic-hallucinations
收藏资源简介:
该数据集是一个多语言数据集,包含多个配置(如ab、ace、ady等,代表不同语言),用于评估语言模型中的幻觉(hallucination)现象。每个样本包含以下特征:上下文(context,作为字符串列表)、问题(question,字符串)、答案(answer,字符串)、幻觉强度(intensity,浮点数)、是否幻觉(hallucination,布尔值)、幻觉部分(hallucinated_parts,字符串列表)和幻觉标签(hallucinated_labels,包含开始位置、结束位置和标签的列表)。数据集仅提供训练划分,样本数量从几百到近8000不等,覆盖多种语言,旨在支持幻觉检测和分析任务。
This dataset is a multilingual dataset containing multiple configurations (e.g., ab, ace, ady, etc., representing different languages) for evaluating hallucination phenomena in language models. Each sample includes the following features: context (as a list of strings), question (string), answer (string), intensity (float), hallucination (boolean), hallucinated_parts (list of strings), and hallucinated_labels (list containing start, end, and label). The dataset only provides a train split, with sample counts ranging from a few hundred to nearly 8000, covering various languages, and is designed to support hallucination detection and analysis tasks.
数据集概述:multi-wiki-qa-synthetic-hallucinations
- 数据集名称:alexandrainst/multi-wiki-qa-synthetic-hallucinations
- 维护者:Alexandra Institute
- 模态:文本(Text)
- 格式:Parquet
- 大小:100K - 1M 行(实际行数为 647,778 行)
- 总文件大小:669 MB
- 支持库:Datasets、pandas、Polars 等
- 最近月下载量:2,139 次
数据特点
- 子集(Subset)数量:104 个,每个子集对应一种语言/变体代码(如 ab、ace、ady、af、als 等)。
- 划分(Split):仅包含训练集(train),每个子集的行数各不相同(例如,ab 子集有 2.55k 行,en 子集有 7.99k 行)。
- 列说明:数据包含以下列:
- context:文本上下文(字符串,长度范围 1-1)。
- question:基于上下文提出的问题(字符串,长度范围 13-435)。
- answer:对应问题的答案(字符串,长度范围 1-984)。
- intensity:幻觉强度(浮点数,范围 0.1-0.86)。
- hallucination:是否为幻觉(布尔值,二分类:true/false)。
- hallucinated_parts:幻觉部分的列表(列表,长度范围 0-6)。
- hallucinated_labels:幻觉标签的列表(列表,长度范围 0-6),每个标签包含起始位置、结束位置和标签名(如“hallucinated”)。
示例数据(以 ab 子集为例)
- 数据包含成对的真实答案和幻觉答案。例如,对于问题“Аԥсны ажәлар раԥхьатәи апоет ҳәа ахьӡ зхархыз ашықәс?”,真实答案为“1937”(hallucination=false),而幻觉答案为“1935”(hallucination=true,intensity=0.300916,hallucinated_parts=[“1935”])。
附加信息
- 数据集卡(Dataset Card):READM.md 文件存在但内容为空。
- 数据预览:可通过 Data Studio 查看前几行数据,总预览行数为 2.55k 行(以 ab 子集为例)。




