relbert/t_rex
收藏资源简介:
该数据集是T-REX的清理版本,专门用于链接预测。它包含训练、验证和测试三个分割,其中测试分割是通用的,并且包含训练/验证分割中未包含的谓词。数据集经过多次过滤处理,包括命名实体过滤、稀有谓词过滤、统一去噪谓词过滤和频率过滤,以确保数据的质量和一致性。数据集的示例结构展示了头实体、尾实体、标题、文本和关系等信息。此外,提供了复现数据集的详细步骤和引用信息。
This is a cleaned version of the T-REX dataset, specifically designed for link prediction. It includes three splits: training, validation, and test. The test split is general-purpose and contains predicates that are absent from the training and validation splits. The dataset has undergone multiple filtering processes, including named entity filtering, rare predicate filtering, unified predicate denoising filtering, and frequency filtering, to ensure data quality and consistency. The example structure of the dataset showcases information such as head entity, tail entity, title, text, and relation. In addition, detailed steps for reproducing the dataset and citation information are provided.
数据集概述
数据集名称
- Pretty Name: relbert/t_rex
数据集描述
- 类型: 清理后的T-REX数据集,用于链接预测。
- 来源: https://hadyelsahar.github.io/t-rex/
- 论文: https://aclanthology.org/L18-1544/
数据集摘要
-
测试集: 通用且经过作者手动检查,包含未在训练/验证集中出现的谓词。
-
实例数量:
部分 训练 验证 测试 三元组数量 1,274,264 318,566 122 唯一关系类型数 759 676 34
数据集处理
-
过滤步骤:
- 命名实体过滤: 保留头部或尾部包含命名实体的三元组。
- 罕见谓词过滤: 移除少于三个三元组的谓词。
- 手动去噪和统一谓词: 移除模糊和噪声谓词,统一名称不同的相同谓词。
- 频率过滤: 移除包含频率小于5的实体的三元组。
数据集状态 原始 命名实体过滤 罕见谓词过滤 统一去噪谓词 频率过滤 三元组数量 20,877,472 12,561,573 12,561,250 12,410,726 1,616,065 谓词数量 1,616 1,470 1,237 839 839
数据集结构
- 示例结构: json { "tail": "Persian", "head": "Tajik", "title": "Tandoor bread", "text": "...", "relation": "[Artifact] is a type of [Type]" }
数据集语言和许可
- 语言: 英语
- 许可: 其他
- 多语言性: 单语




