fnbm-current-gt-motif-effects-sensitivity-20260729
收藏资源简介:
该数据集名为'fnbm-current-gt-motif-effects-sensitivity-20260729',属于fnbm-current实验,用于评估因子化神经信念网络(FactorizedNBM)在去重后对植入手稿效应的恢复效果,并与模拟真实值进行对比。数据集包含三个配置:first_order(一阶效应)、second_order(二阶效应)和cluster_matches(聚类匹配)。主要配置first_order包含720行、27列,记录每个运行(run)在不同训练时期(epoch)下,对每个植入手稿(motif)的效应恢复情况。字段包括:运行目录名、训练时期、植入手稿索引、真实效应大小(beta_gt)、模型恢复的效应大小(beta_hat)及其标准误、匹配状态、均方误差(MSE、NMSE)等。数据集的生成基于模拟数据,通过OLS回归计算每个手稿家族聚类后每示例贡献对真实出现次数的斜率,效应大小与模拟器的beta单位相同,且对去重管道的内部规范不变。该数据集适用于评估手稿效应恢复的准确性和敏感性,以及模型贡献与真实贡献的匹配程度。
The dataset named fnbm-current-gt-motif-effects-sensitivity-20260729 belongs to the fnbm-current experiment, used to evaluate the recovery effect of implanted motifs by Factorized Neural Belief Networks (FactorizedNBM) after deduplication, and compare with simulated ground truth. The dataset contains three configurations: first_order, second_order, and cluster_matches. The main configuration first_order has 720 rows and 27 columns, recording the effect recovery of each implanted motif for each run at different training epochs. Fields include: run directory name, training epoch, implanted motif index, ground truth effect size (beta_gt), model recovered effect size (beta_hat) and its standard error, matching status, mean squared error (MSE, NMSE), etc. The dataset is generated based on simulated data, using OLS regression to calculate the slope of each example contribution to the true occurrence count after clustering by motif family. The effect size is in the same beta unit as the simulator and is invariant to the internal specification of the deduplication pipeline. This dataset is suitable for evaluating the accuracy and sensitivity of motif effect recovery, as well as the degree of matching between model contributions and true contributions.
数据集概述:fnbm-current-gt-motif-effects-sensitivity-20260729
基本信息
- 数据集名称:fnbm-current-gt-motif-effects-sensitivity-20260729
- 许可证:MIT
- 数据集大小:约 278,250 字节(下载大小约 39,493 字节)
- 总行数:720 行(合并两个配置)
- 总列数:27 列
数据集描述
该数据集记录了去重复处理后植入基序效应的恢复结果,并以模拟实验的真实值为基准进行评分。效应大小定义为每个基序家族在聚类后的逐样本贡献对基序真实出现次数的 OLS 斜率,其单位与模拟器的 beta 系数一致,且不受去重复流程内部尺度变换的影响。逐样本贡献的均方误差在验证集上基于中心化贡献计算。
数据配置
1. 第一阶配置(first_order)
- 数据文件:
first_order/train-*.parquet - 用途:包含植入基序效应的恢复结果,核心评估列包括
beta_hat(恢复的效应大小)、beta_gt(植入的真实效应大小)和nmse(标准化均方误差,主要质量指标)。
2. 第二阶配置(second_order)
- 数据文件:
second_order/train-*.parquet - 规模:144 个样本
- 用途:包含二阶(成对)基序效应的分析结果,记录成对基序的匹配情况、回归斜率、相关性等指标。
3. 簇匹配配置(cluster_matches)
- 数据文件:
cluster_matches/train-*.parquet - 规模:973 个样本
- 用途:记录簇与基序家族的匹配详情,包括匹配的 p 值、偏移、链方向以及备选匹配信息。
关键指标说明
- beta_hat:恢复的效应大小,与 beta_gt 单位相同,且对尺度不敏感(有意不使用流程自身的 "effect" 标量)。
- nmse:均方误差除以植入贡献的方差,1.0 表示与预测均值无异,0 表示完全恢复,是每个基序的主要质量指标。
- matched:是否存在任何簇的共识 PWM 通过 Tomtom 匹配到该植入基序。
- effect_gauge:去重复流程自身的效应标量,依赖尺度变换,不可与 beta_gt 直接比较,仅为连续性而报告。
生成参数
- 脚本:
scripts/publish_motif_gt_eval.py - 模型:FactorizedNBM(fnbm_20260729)
- 实验名称:fnbm-current
- 运行次数:24 次
- 训练轮次:[0, 50, 100]
- 运行 ID:torch:15097728-15097743,15166724-15166731
- 工件状态:final
使用代码示例
python from datasets import load_dataset
dataset = load_dataset("arushram/fnbm-current-gt-motif-effects-sensitivity-20260729", split="train") print(f"Loaded {len(dataset)} rows")




