GenBench
收藏资源简介:
GenBench 预处理基准数据集仓库提供了用于 GenBench 标准训练和评估流程的精确预处理数组。仓库包含七个数据集:QM9(分子几何,含已表征分子和 TD 跳跃分裂行)、MiniBooNE(粒子事件,含文献分裂和归一化)、NavierStokes(涡度场,含傅里叶下采样后的训练/验证/测试数组)、JetNet30(粒子云,含五类训练/验证/测试数组)、DeepSTARR(增强子序列,含分裂、活性、元数据和官方预测器权重)、GuacaMol(类药分子,含 ChEMBL 非重叠官方分裂作为鲁棒 SELFIES 端点数组)、SpeechCommands(一秒口语波形,含官方说话者不重叠的训练/验证/测试数组和标签)。螺旋和棋盘基准没有存储数据集,其目标分布由 GenBench Python 包精确生成。CIFAR-10 和 MNIST 因为上游数据分发许可证未提供明确的重分发授权而被排除。仓库中的 manifest.json 文件记录了每个必需文件的字节大小和 SHA-256 哈希值,作为权威校验。每个原始数据集的许可证和重分发条款不同,需查阅各自元数据和上游来源。
The GenBench preprocessing benchmark dataset repository provides precisely preprocessed arrays for the standard training and evaluation pipeline of GenBench. The repository contains seven datasets: QM9 (molecular geometries, with characterized molecules and TD jump splitting rows), MiniBooNE (particle events, with literature splits and normalization), NavierStokes (vorticity fields, with training/validation/test arrays after Fourier downsampling), JetNet30 (particle clouds, with five-class training/validation/test arrays), DeepSTARR (enhancer sequences, with splits, activities, metadata, and official predictor weights), GuacaMol (drug-like molecules, with ChEMBL non-overlapping official splits as robust SELFIES endpoint arrays), and SpeechCommands (one-second spoken word waveforms, with official speaker-disjoint training/validation/test arrays and labels). The spiral and checkerboard benchmarks have no stored datasets; their target distributions are exactly generated by the GenBench Python package. CIFAR-10 and MNIST are excluded due to the lack of explicit redistribution authorization from upstream data distribution licenses. The manifest.json file in the repository records the byte size and SHA-256 hash of each required file as authoritative checks. The licenses and redistribution terms for each original dataset differ; refer to their respective metadata and upstream sources.
GenBench 基准数据集概述
GenBench 是一个为生成式基准测试(Generative Benchmarking)准备的标准化数据集集合,旨在支持生成模型的训练与评估流程。该仓库提供了经过精确预处理的数据数组,可直接用于复现官方基准结果,同时保留各数据集的原始来源信息以供验证。
数据集内容
| 目录 | 生成对象 | 数据内容 |
|---|---|---|
QM9 |
分子几何结构 | 打包的分子特征数据及TD-jumps划分行 |
MiniBooNE |
粒子事件 | 文献标准划分及归一化数据 |
NavierStokes |
涡量场 | 傅里叶降采样后的训练/验证/测试数组 |
JetNet30 |
粒子云 | 五类别训练/验证/测试数组 |
DeepSTARR |
增强子序列 | 划分、活性值、元数据及官方预测器权重 |
GuacaMol |
药物样分子 | 官方非重叠ChEMBL划分的鲁棒SELFIES端点数组 |
SpeechCommands |
一秒口语波形 | 官方说话人无关的训练/验证/测试数组及标签 |
特殊说明
- 分析螺旋与棋盘基准无存储数据集,其目标分布由GenBench Python包直接生成。
- CIFAR-10 和 MNIST 被有意排除,因其上游分发未提供明确的一般再分发许可。
- DeepSTARR 的小型官方活性预测器权重已包含,因其属于评估协议的一部分。
权威清单
manifest.json 为该仓库的权威文件,记录每个必需文件的字节大小和 SHA-256 哈希值,用于数据完整性验证。
许可与分发
各数据集的原始许可和再分发条款不同,使用前需查阅各数据集自身的元数据及上游来源。




