design-bench
收藏资源简介:
SciModelingBench Design-Bench Data 是一个用于科学建模和设计任务的基准数据集,为SciModelingBench Design-Bench套件提供规范化的、可追溯来源的科学观测数据。该数据集包含八个不同科学领域的配置,涵盖DNA结合图谱、转录因子观测、合成UTR序列、GFP蛋白质基因型、超导材料成分、药物毒理学观测、神经网络架构搜索单元和强化学习策略等多个领域。数据规模从3,200到4,160,533个观测样本不等,以Parquet格式存储。每个配置对应特定的科学对象和评估设置,支持精确查找、自由形式黑盒优化、复制计数后验、池排序等多种评估方式。数据集采用严格的信任模型,区分精确映射、保留的实验观测、基于原始复制计数的确定性聚合等不同评估类型。数据存储结构包括配置文件、语义清单、来源证明记录和规范基准表,确保实验的可重复性和可追溯性。该数据集适用于科学机器学习、黑盒优化和智能体评估等任务,可通过Hugging Face Datasets直接加载或通过配套Python包构建端到端基准任务。各配置使用不同的上游许可证,需参考各自的清单文件获取具体许可信息。
SciModelingBench Design-Bench Data is a benchmark dataset for scientific modeling and design tasks, providing standardized and traceable scientific observation data for the SciModelingBench Design-Bench suite. The dataset includes configurations across eight different scientific domains, covering areas such as DNA binding profiles, transcription factor observations, synthetic UTR sequences, GFP protein genotypes, superconducting material compositions, drug toxicology observations, neural architecture search units, and reinforcement learning policies. The data scale ranges from 3,200 to 4,160,533 observation samples, stored in Parquet format. Each configuration corresponds to specific scientific objects and evaluation settings, supporting various evaluation methods like precise lookup, free-form black-box optimization, replication count posterior, and pool ranking. The dataset employs a strict trust model, distinguishing evaluation types such as exact mapping, retained experimental observations, and deterministic aggregation based on original replication counts. The storage structure includes configuration files, semantic manifests, provenance records, and standardized benchmark tables, ensuring experimental reproducibility and traceability. It is suitable for tasks like scientific machine learning, black-box optimization, and agent evaluation, and can be loaded directly via Hugging Face Datasets or through an accompanying Python package to build end-to-end benchmark tasks. Each configuration uses different upstream licenses; refer to respective manifest files for specific licensing information.
数据集概述
数据集名称:SciModelingBench Design-Bench Data
数据集地址:https://huggingface.co/datasets/sci-modeling-bench/design-bench
许可证:other(每个配置项具有独立的许可证,详见各配置清单)
标签:benchmark, scientific-machine-learning, black-box-optimization, agent
描述:该数据集存储了用于科学建模和设计任务的标准、可溯源观测数据,是 SciModelingBench Design-Bench 套件的科学观测层。数据和评估逻辑分开版本控制,支持可复现实验。
数据配置
| 配置名称 | 科学对象 | 标准行数 | 评估设置 |
|---|---|---|---|
tfbind8 |
完整的 SIX6 DNA 8-mer 结合景观 | 65,536 | 精确查找;自由形式黑箱优化 |
tfbind10_pho4 |
Pho4 BET-seq 原始计数观测 | 4,160,533 | 复制计数后验;黑箱优化 |
utr_mrl_egfp_unmodified |
合成的 50-nt 5 UTR | 318,468 | 测量 MRL;组合池排序 |
gfp |
Sarkisyan GFP 蛋白基因型 | 51,715 | 测量中位亮度;池排序 |
superconductor |
归一化元素组成 | 15,164 | 测量组中位临界温度;池排序 |
drugmatrix_clinical_pathology |
个体动物大鼠毒理学观测 | 10,605 | 匹配对照测量终点;池排序 |
cell_dag_nas |
规范的 NASBench-101 细胞 DAG | 423,624 | 官方重复 NAS 记录;黑箱优化 |
hopper_controller |
结构化的 PPO 策略检查点 | 3,200 | 每个策略 500 次冻结 Hopper-v5 运行;池排序 |
信任模型
SciModelingBench 不采用单一评估器类型,而是根据科学领域使用以下分类:
- 精确(Exact):完整的表格化或解析映射,如 TFBind8。
- 测量(Measured):保留的实验观测或重复模拟结果,如 GFP、Superconductor、DrugMatrix、Hopper Controller。
- 后验推导(Posterior-derived):基于原始复制计数的确定性聚合,如 TFBind10 Pho4。
- 遗留学习替代(Legacy learned surrogate):在相关情况下记录,但不默认作为实验事实。
仓库布局
README.md scimodelingbench.json data/<config>/<split>.parquet manifests/<config>.json provenance/<config>/*.json
scimodelingbench.json:将配置名称映射到严格的语义清单。manifests/:定义输入、目标、上下文、单位、约束、分割、来源、引用、版本和许可证标识。provenance/:记录源哈希、转换、发布统计、工件哈希和设置特定审计。data/:仅包含标准基准表,不包含 Python 代码或模型检查点。
文档与溯源
| 配置 | 任务文档 | 机器可读溯源 |
|---|---|---|
tfbind8 |
TFBind8 文档 | provenance/tfbind8/six6_ref_r1.json |
tfbind10_pho4 |
TFBind10 Pho4 文档 | provenance/tfbind10_pho4/observations.json |
utr_mrl_egfp_unmodified |
尚未发布 | provenance/utr_mrl_egfp_unmodified/measurements.json |
gfp |
尚未发布 | provenance/gfp/protein_genotypes.json |
superconductor |
Superconductor 文档 | provenance/superconductor/composition_groups.json |
drugmatrix_clinical_pathology |
尚未发布 | provenance/drugmatrix_clinical_pathology/observations.json |
cell_dag_nas |
CellDAG-NAS 文档 | provenance/cell_dag_nas/architectures.json |
hopper_controller |
Hopper Controller 文档 | provenance/hopper_controller/build.json |
许可证信息
| 配置 | 清单许可证 |
|---|---|
cell_dag_nas |
Apache-2.0 |
gfp |
CC BY 4.0 |
hopper_controller |
MIT(来源策略);生成的运行溯源单独记录 |
superconductor |
CC BY 4.0 |
tfbind10_pho4 |
CC BY 4.0 |
tfbind8 |
来源特定条款 |
utr_mrl_egfp_unmodified |
上游分发中未知 |
drugmatrix_clinical_pathology |
未知;CEBS 页面未声明简单的工件分发许可证 |
注意:不要根据 Python 包的 MIT 许可证推断数据集配置的许可证。
评估边界
协议通过包 API 隐藏评估标签,但这些是公开的科学工件,可能在 API 之外可被发现。受控的 Agent 评估需要外部工具来隔离完整数据集、溯源、缓存、源代码和网络。查询预算和迭代反馈策略也属于该外部工具,而非本数据仓库。




