rag-plurality-dataset
收藏资源简介:
该数据集包含多个事实核查或论证相关的子集,包括 perspectrum、health_contradict 和 perspectra。每个样本由主文本(text)、两个证据段落(evidence_A 和 evidence_B,每个证据包含元数据和文本内容)以及一个黄金标签(gold_label)组成。标签可能表示证据之间或证据与主文本之间的支持、矛盾或中立关系。数据集适用于论证挖掘、矛盾检测、观点比较等自然语言理解任务。
This dataset contains multiple subsets related to fact-checking or argumentation, including perspectrum, health_contradict, and perspectra. Each sample consists of a main text (text), two evidence passages (evidence_A and evidence_B, each containing metadata and textual content), and a gold label (gold_label). The label may indicate a support, contradiction, or neutral relationship between the evidence passages or between the evidence and the main text. The dataset is suitable for natural language understanding tasks such as argument mining, contradiction detection, and opinion comparison.
数据集详情总结:rag-plurality-dataset
数据集概述
该数据集名为 rag-plurality-dataset,由用户 upasanachatterjee 在 Hugging Face 上发布。数据集主要面向检索增强生成(RAG)场景中的多元性研究,提供了包含多视角证据的文本对样本,用于支持相关模型的训练或评估。
数据集特征
数据集包含以下字段:
- id:整数类型,样本的唯一标识符。
- text:字符串类型,主要的文本内容。
- evidence_A:包含
metadata(字符串)和text(字符串)两个子字段,用于存储第一组佐证信息及其元数据。 - evidence_B:结构与
evidence_A相同,用于存储第二组佐证信息及其元数据。 - gold_label:字符串类型,黄金标准标签,标记样本的类别或对立性质。
数据集划分
数据集分为三个子集,每个子集对应不同的来源或主题:
| 子集名称 | 样本数量 | 大小(字节) |
|---|---|---|
| perspectrum | 24 | 284,889 |
| health_contradict | 55 | 7,290,419 |
| perspectra | 13 | 165,777 |
数据集规模
- 下载总大小:24,825,301 字节
- 数据集总大小:7,741,085 字节
- 样本总数量:92
数据文件
数据文件以通配符方式组织,每个子集对应独立的数据文件路径:
data/perspectrum-*data/health_contradict-*data/perspectra-*
其他信息
- 配置信息:数据集默认配置名为
default。 - 适用场景:适用于需要利用多元证据或多视角文本的 RAG 相关任务,尤其涉及对比或矛盾性观点分析的研究。




