anomaly_detection_cmsl1t
收藏资源简介:
该数据集名为“大型强子对撞机新物理的触发异常检测”,源自欧洲核子研究中心(CERN)大型强子对撞机(LHC)的CMS实验,专为在触发层面进行无监督异常检测研究而设计,旨在发现新物理。数据集包含2025年质子-质子对撞中记录的零偏置事件作为正常数据(共20,887,636个事件),以及20个模拟信号数据集(涵盖Higgs、多Higgs、超对称性和奇异场景,共13,012,931个事件)和一个模拟零偏置背景样本(SingleNeutrino,2,000,000个事件)。所有数据以Parquet格式存储,预划分为训练集、验证集和测试集:零偏置数据按60/20/20划分,模拟样本按60/40划分(验证和测试)。每个事件提供Level-1触发对象(μ子、喷注、电子-γ、τ子)的特征、能量总和(ET、HT、MET、MHT、FET、FHT)以及事件信息(run、lumi、event、bx、orbit、time、nPV_True)。所有特征值以触发硬件整数格式表示,并给出了转换为GeV、弧度和伪快度的单位系数。此外,还提供了触发算法判决结果(-seeds配置),包含每个触发算法的布尔列,用于与其他算法比较。数据集标签:0为零偏置,负数为模拟背景,正数为信号。该数据集适用于表格回归和表格分类任务,特别用于开发无监督异常检测算法。注意事项包括:触发器中对象的读取顺序(量热器对象按ET降序,μ子不按此序);数据与模拟的触发菜单不同(零偏置数据有183个算法列,模拟有161个,共享147个);nPV_True字段在零偏置中为float32,在模拟中为int32;模拟样本中run=1,bx=429。
The dataset is named Trigger Anomaly Detection for New Physics at the Large Hadron Collider, derived from the CMS experiment at CERNs Large Hadron Collider (LHC), specifically designed for unsupervised anomaly detection at the trigger level to discover new physics. It contains zero-bias events recorded in 2025 proton-proton collisions as normal data (20,887,636 events), along with 20 simulated signal datasets (covering Higgs, multi-Higgs, supersymmetry, and exotic scenarios, totaling 13,012,931 events) and one simulated zero-bias background sample (SingleNeutrino, 2,000,000 events). All data are stored in Parquet format, pre-split into training, validation, and test sets: zero-bias data split 60/20/20, simulated samples split 60/40 (validation and test). Each event provides Level-1 trigger object features (muons, jets, e-gamma, taus), energy sums (ET, HT, MET, MHT, FET, FHT), and event information (run, lumi, event, bx, orbit, time, nPV_True). All feature values are represented in trigger hardware integer format, with unit conversion factors to GeV, radians, and pseudorapidity provided. Additionally, trigger algorithm decisions (-seeds configuration) are provided as boolean columns for each trigger algorithm, enabling comparison with other algorithms. Dataset labels: 0 for zero-bias, negative for simulated background, positive for signal. This dataset is suitable for tabular regression and tabular classification tasks, particularly for developing unsupervised anomaly detection algorithms. Notes include: read order of trigger objects (calorimeter objects in descending ET order, muons not in this order); different trigger menus between data and simulation (zero-bias has 183 algorithm columns, simulation has 161, with 147 shared); nPV_True field is float32 in zero-bias and int32 in simulation; in simulation samples, run=1, bx=429.
数据集概述
数据集名称: Trigger Anomaly Detection for New Physics at the Large Hadron Collider
数据集地址: https://huggingface.co/datasets/podagiu/anomaly_detection_cmsl1t
许可证: CC0-1.0
语言: 英文
任务类型: 表格回归、表格分类
数据集大小: 10M < n < 100M
标签: 物理学、粒子物理学、异常检测、CMS、一级触发
数据集内容
该数据集包含来自欧洲核子研究中心大型强子对撞机CMS实验的一级触发(Level-1 Trigger)对象,用于研究触发系统中的无监督异常检测,目标是发现新物理。数据集中不包含新物理,仅用于异常检测器的研究。
数据集提供三类数据:
- 正常数据: 2025年质子-质子运行期间记录的零偏差事件(run 396102、398183),从CMS探测器内发生的所有质子-质子碰撞中随机选取。
- 异常模拟: 20个模拟信号数据集,涵盖希格斯、多希格斯、超对称和奇异场景,来自CMS Run 3 Winter25活动。
- 正常数据模拟: 一个模拟零偏差背景样本(SingleNeutrino)。
数据规模
- 正常数据:20,887,636个事件
- 正常数据模拟:2,000,000个事件
- 20个异常模拟:共计13,012,931个事件
数据已预划分为训练、验证和测试集:零偏差数据按60/20/20划分,模拟样本按60/40在验证和测试之间划分。
配置列表
数据集包含多个配置,每个配置对应一个独立的数据集(如GluGluHTo2B_Par-MH-125、ZB_run396102、WtoTauto3Mu等),每个配置都有对应的-seeds版本,包含其他触发算法对相同事件的决策结果。每个配置通常包含test和validation分割,零偏差数据配置另有train分割。
数据列结构
- 集合特征:
<集合名>_<分支名>格式,如muons_muonIEt,集合包括muons、jets、egammas、taus及能量总汇ET、HT、MET、MHT、FET、FHT。 - 事件信息:无前缀的
run、lumi、event、bx、orbit、time、nPV_True。 - 分区与顺序:
split(发布分区)、order(分区内位置)。 - 触发结果:
L1bit(触发菜单是否接受事件)。 - 数据来源:
dataset(行所属的数据集)。 - 标签:
label(0为零偏差,负数为模拟背景,正数为信号)。
集合列是列表类型(每个事件的一个对象一个条目),其他列是普通标量值。
单位说明
各对象特征值为触发硬件整数格式,需乘以换算系数得到物理单位(GeV、弧度、伪快度)。例如,缪子Et的系数为0.5 GeV,缪子eta系数为0.010875,phi系数为0.0109083 rad;喷注、e-gamma、tau的eta系数为0.0435,phi系数为0.0436332 rad。注意muons_muonIEtUnconstrained系数为1 GeV/单位,jets_jetRawEt无文档化标度。
使用注意事项
- 对象排序: 对象按触发读出顺序排列,量热器对象按ET降序,缪子不按此排序。提供的加载器会在处理前按ET排序。
- 菜单差异: 零偏差数据有183个算法列,模拟数据有161个,其中147个是共享的。
- 类型差异:
nPV_True在零偏差数据中为float32,在模拟数据中为int32。 - 坐标缺失: 模拟数据不含束流坐标,所有模拟样本
run为1,bx为429。 - 数据加载: 可使用
load_dataset直接加载原始数据,也可使用提供的加载器(需Python 3.10+及若干依赖库)。




