Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
jmgduarte commited on
Commit
f2c2df5
1 Parent(s): 8959589
Files changed (1) hide show
  1. README.md +213 -3
README.md CHANGED
@@ -1,3 +1,213 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - physics
5
+ pretty_name: JetClass-II
6
+ size_categories:
7
+ - 100B<n<1T
8
+ ---
9
+ # Dataset Card for JetClass-II
10
+
11
+ JetClass-II is a large-scale and comprehensive dataset covering extensive large-radius jet signatures and a wide range of jet \\(p_\mathrm{T}\\) and mass values.
12
+
13
+ The dataset is designed to develop large and comprehensive jet models, intended for various applications, to support extensive physics searches and measurements at the [Large Hadron Collider (LHC)](https://home.cern/science/accelerators/large-hadron-collider) and beyond.
14
+
15
+ ## Dataset Details
16
+
17
+ ### Dataset Description
18
+
19
+ <!-- Provide a longer summary of what this dataset is. -->
20
+
21
+ The dataset consists of three major parts based on the jet origin and its substructure:
22
+
23
+ 1. **`Res2P`**: Generic \\(X\\) → 2 prong resonant jets.
24
+ 1. **`Res34P`**: Generic \\(X\\) → 3 or 4 prong resonant jets.
25
+ 1. **`QCD`**: Jets from QCD multijet background.
26
+
27
+ Each part is further subdivided into detailed categories, indicating which partons, leptons, or combinations thereof initiated the jet.
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628ede0689851fc47c026d50/JXP-j8oksJpFx9KqjKTzM.png)
30
+
31
+ The three major parts (**`Res2P`**, **`Res34P`**, and **`QCD`**) are separately packed and can be downloaded individually for ease of use.
32
+ The sizes of the training sets are 20M, 86M, and 28M entries, respectively. The dataset also includes validation and test sets, with the sizes for training/validation/test following a 4:1:1 ratio.
33
+
34
+ Every 100k entries (jets) are stored in a Parquet file. A complete view of the JetClass-II data files is shown in the table below.
35
+
36
+ | Type | File name range | File number | total entries |
37
+ | --- | --- | --- | --- |
38
+ | **`Res2P`, train** | `Res2P_0000.parquet`—`Res2P_0199.parquet` | **200** | **20M** |
39
+ | `Res2P`, val | `Res2P_0200.parquet`—`Res2P_0249.parquet` | 50 | 5M |
40
+ | `Res2P`, test | `Res2P_0250.parquet`—`Res2P_0299.parquet` | 50 | 5M |
41
+ | **`Res34P`, train** | `Res34P_0000.parquet`—`Res34P_0859.parquet` | **860** | **86M** |
42
+ | `Res34P`, val | `Res34P_0860.parquet`—`Res34P_1074.parquet` | 215 | 21.5M |
43
+ | `Res34P`, test | `Res34P_1075.parquet`—`Res34P_1289.parquet` | 215 | 21.5M |
44
+ | **`QCD`, train** | `QCD_0000.parquet`—`QCD_0279.parquet` | **280** | **28M** |
45
+ | `QCD`, val | `QCD_0280.parquet`—`QCD_0349.parquet` | 70 | 7M |
46
+ | `QCD`, test | `QCD_0350.parquet`—`QCD_0419.parquet` | 70 | 7M |
47
+
48
+ <!-- - **Curated by:** [More Information Needed]
49
+ - **Funded by:** [More Information Needed] -->
50
+ - **License:** MIT
51
+
52
+ ### Dataset Demo
53
+
54
+ Use [[Colab]](https://colab.research.google.com/github/jet-universe/sophon/blob/main/notebooks/Interacting_with_JetClassII_and_Sophon.ipynb) to inspect and visualize data in JetClass-II.
55
+
56
+ This demo will showcase visualizations of jets, annotated with the top 5 probability scores as interpreted by the [Sophon model, the first application on JetClass-II](https://github.com/jet-universe/sophon).
57
+
58
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628ede0689851fc47c026d50/jcXqSHqwSqO6ETIsqntIU.png)
59
+
60
+ ### Dataset Downloads
61
+
62
+ To facilitate downloading, the HTTP links for all data files are provided in [`filelist.txt`](filelist.txt).
63
+
64
+ ### Dataset Sources
65
+
66
+ - **Repository:** https://github.com/jet-universe/sophon
67
+ - **Paper:** https://arxiv.org/abs/2405.12972
68
+ - **Demo:** https://colab.research.google.com/github/jet-universe/sophon/blob/main/notebooks/Interacting_with_JetClassII_and_Sophon.ipynb
69
+
70
+ ## Uses
71
+
72
+ <!-- Address questions around how the dataset is intended to be used. -->
73
+
74
+ 1. This dataset can be used to train models for a variety of jet-related tasks, such as jet classification, jet property regression, and jet generation or reconstruction.
75
+ 1. The dataset's extensive phase space coverage and high statistics enable model developers to focus on specific regions of interest, or work with the entire dataset, enabling the creation of specialized models for particular phase spaces or pre-training a more general model.
76
+ 1. The dataset contains detailed low-level information to support customized model training strategies, including kinematic features, particle IDs, and trajectory displacement information for both jet constituent particles and relevant generator-level particles (see details in the next section).
77
+
78
+ <!-- ### Direct Use -->
79
+
80
+ <!-- This section describes suitable use cases for the dataset. -->
81
+
82
+ <!-- ### Out-of-Scope Use -->
83
+
84
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
85
+
86
+ <!-- [More Information Needed] -->
87
+
88
+ ## Dataset Structure
89
+
90
+ The JetClass-II dataset includes the following variables:
91
+
92
+ 1. `part_*`: Features for jet constituent particles (i.e., E-flow objects in Delphes).
93
+ 2. `jet_*`: Features for jets. A specific variable is `jet_label`, which indicates the label in 188 classes.
94
+ 3. `genpart_*`: Features for generator-level jet (GEN-jet) constituent particles. The GEN-jet is clustered from the stable particles generated by Pythia, excluding neutrinos, using the same clustering configuration. The GEN-jets are matched with jets based on angular separation. The entry is left empty if no matched GEN-jet is found.
95
+ 4. `genjet_*`: Jet-level features for the matched GEN-jet.
96
+ 5. `aux_genpart_*`: Auxiliary variables storing features of selected truth particles. Five types of particles are chosen if they are valid:
97
+ 1. The initial resonance \\(X\\) (in both 2-prong and 3/4-prong resonance cases).
98
+ 2. The two secondary resonances \\(Y\\) produced by \\(X\\) ( \\(X \to Y_1Y_2\\) ) in the 3/4-prong resonance case.
99
+ 3. The direct decay products (partons and leptons) from \\(X\\) and \\(Y\\).
100
+ 4. The subsequent decay products of tau leptons in case (iii).
101
+ 5. The partons ( \\(p_\mathrm{T}\\) > 5 GeV) matched within a QCD jet.
102
+
103
+
104
+ | Variable | Type | Description | Exists in JetClass? |
105
+ | --- | --- | --- | --- |
106
+ | **For jet constituent particles** | | | |
107
+ | `part_px` | vector\<float\> | particle's \\(p_x\\) | ✔️
108
+ | `part_py` | vector\<float\> | particle's \\(p_y\\) | ✔️
109
+ | `part_pz` | vector\<float\> | particle's \\(p_z\\) | ✔️
110
+ | `part_energy` | vector\<float\> | particle's energy | ✔️
111
+ | `part_deta` | vector\<float\> | difference in pseudorapidity \\(\eta\\) between the particle and the jet axis | ✔️
112
+ | `part_dphi` | vector\<float\> | difference in azimuthal angle \\(\phi\\) between the particle and the jet axis | ✔️
113
+ | `part_d0val` | vector\<float\> | particle's transverse impact parameter value \\(d_0\\), in mm | ✔️
114
+ | `part_d0err` | vector\<float\> | error of the particle's transverse impact parameter \\(\sigma_{d_0}\\), in mm | ✔️
115
+ | `part_dzval` | vector\<float\> | particle's longitudinal impact parameter value \\(d_z\\), in mm | ✔️
116
+ | `part_dzerr` | vector\<float\> | error of the particle's longitudinal impact parameter \\(\sigma_{d_z}\\), in mm | ✔️
117
+ | `part_charge` | vector\<int32_t\> | particle's electric charge | ✔️
118
+ | `part_isElectron` | vector\<bool\> | if the particle is an electron (`abs(pid)==11`) | ✔️
119
+ | `part_isMuon` | vector\<bool\> | if the particle is an muon (`abs(pid)==13`) | ✔️
120
+ | `part_isPhoton` | vector\<bool\> | if the particle is an photon (`pid==22`) | ✔️
121
+ | `part_isChargedHadron` | vector\<bool\> | if the particle is a charged hadron (`charge!=0 && !isElectron && !isMuon`) | ✔️
122
+ | `part_isNeutralHadron` | vector\<bool\> | if the particle is a neutral hadron (`charge==0 && !isPhoton`) | ✔️
123
+ | **For jet** | | | |
124
+ | `jet_pt` | float | jet's transverse momentum \\(p_\mathrm{T}\\) | ✔️
125
+ | `jet_eta` | float | jet's pseudorapidity \\(\eta\\) | ✔️
126
+ | `jet_phi` | float | jet's azimuthal angle \\(\phi\\) | ✔️
127
+ | `jet_energy` | float | jet's energy | ✔️
128
+ | `jet_sdmass` | float | jet's soft-drop mass | ✔️
129
+ | `jet_nparticles` | int32_t | number of jet constituent particles | ✔️
130
+ | `jet_tau1` | float | jet's \\(N\\)-subjettiness variable \\(\tau_1\\) | ✔️
131
+ | `jet_tau2` | float | jet's \\(N\\)-subjettiness variable \\(\tau_2\\) | ✔️
132
+ | `jet_tau3` | float | jet's \\(N\\)-subjettiness variable \\(\tau_3\\) | ✔️
133
+ | `jet_tau4` | float | jet's \\(N\\)-subjettiness variable \\(\tau_4\\) | ✔️
134
+ | `jet_label` | int32_t | jet's label index in JetClass-II, detailed in the above table | 🆕
135
+ | **For GEN-jet constituent particles** (if a GEN-jet is found matched to a jet) | | | |
136
+ | `genpart_px` | vector\<float\> | particle's \\(p_x\\) | 🆕
137
+ | `genpart_py` | vector\<float\> | particle's \\(p_y\\) | 🆕
138
+ | `genpart_pz` | vector\<float\> | particle's \\(p_z\\) | 🆕
139
+ | `genpart_energy` | vector\<float\> | particle's energy | 🆕
140
+ | `genpart_jet_deta` | vector\<float\> | difference in pseudorapidity \\(\eta\\) between the particle and the jet (not the GEN-jet) axis | 🆕
141
+ | `genpart_jet_dphi` | vector\<float\> | difference in azimuthal angle \\(\phi\\) between the particle and the jet (not the GEN-jet) axis | 🆕
142
+ | `genpart_x` | vector\<float\> | \\(x\\) coordinate of the particle's production vertex, in mm | 🆕
143
+ | `genpart_y` | vector\<float\> | \\(y\\) coordinate of the particle's production vertex, in mm | 🆕
144
+ | `genpart_z` | vector\<float\> | \\(z\\) coordinate of the particle's production vertex, in mm | 🆕
145
+ | `genpart_t` | vector\<float\> | \\(t\\) coordinate of the particle's production vertex, in mm/c | 🆕
146
+ | `genpart_pid` | vector\<int32_t\> | particle's PDGID | 🆕
147
+ | **For GEN-jet** (if matched to a jet) | | | |
148
+ | `genjet_pt` | float | GEN-jet's transverse momentum \\(p_\mathrm{T}\\) | 🆕
149
+ | `genjet_eta` | float | GEN-jet's pseudorapidity \\(\eta\\) | 🆕
150
+ | `genjet_phi` | float | GEN-jet's azimuthal angle \\(\phi\\) | 🆕
151
+ | `genjet_energy` | float | GEN-jet's energy | 🆕
152
+ | `genjet_sdmass` | float | GEN-jet's soft-drop mass | 🆕
153
+ | `genjet_nparticles` | int32_t | number of GEN-jet constituent particles | 🆕
154
+ | **For selected truth particles** | | | |
155
+ | `aux_genpart_pt` | vector\<float\> | selected truth particles' \\(p_\mathrm{T}\\) | ✔️ (different rules to select truth particles)
156
+ | `aux_genpart_eta` | vector\<float\> | selected truth particles' \\(\eta\\) | ✔️ (different rules to select truth particles)
157
+ | `aux_genpart_phi` | vector\<float\> | selected truth particles' \\(\phi\\) | ✔️ (different rules to select truth particles)
158
+ | `aux_genpart_mass` | vector\<float\> | selected truth particles' mass | ✔️ (different rules to select truth particles)
159
+ | `aux_genpart_pid` | vector\<int32_t\> | selected truth particles' PDGID | 🆕
160
+ | `aux_genpart_isResX` | vector\<bool\> | if the particle is the initial resonance \\(X\\) | 🆕
161
+ | `aux_genpart_isResY` | vector\<bool\> | if the particle is the secondary resonance \\(Y\\) | 🆕
162
+ | `aux_genpart_isResDecayProd` | vector\<bool\> | if the particle is the direct decay product (parton and lepton) from \\(X\\) and \\(Y\\) | 🆕
163
+ | `aux_genpart_isTauDecayProd` | vector\<bool\> | if the particle is the subsequent decay product of tau leptons | 🆕
164
+ | `aux_genpart_isQcdParton` | vector\<bool\> | if the particle is the parton with \\(p_\mathrm{T}\\) > 5 GeV stored in the QCD jet case | 🆕
165
+
166
+
167
+ ## Dataset Creation
168
+
169
+
170
+ The dataset is generated using MadGraph + Pythia + Delphes.
171
+
172
+ During the Delphes (fast simulation) step, the pileup (PU) effect, with an average of 50 PU interactions, is emulated to mimic the realistic LHC collision environment.
173
+ The PUPPI algorithm is then applied to remove the PU, correcting the E-flow objects used to cluster jets.
174
+ This distinguishes it from the original JetClass dataset.
175
+ The Delphes card can be found in the [`jetclass2-generation`](https://github.com/jet-universe/jetclass2_generation) repository.
176
+
177
+ The complete generation script (the one-stop MadGraph + Pythia + Delphes production) and the n-tuplizer script are provided in the [`jetclass2-generation`](https://github.com/jet-universe/jetclass2_generation) repository to facilitate reproducibility.
178
+
179
+
180
+ ## Citation
181
+
182
+
183
+ If you use the JetClass-II dataset, please cite:
184
+
185
+ **BibTeX:**
186
+
187
+
188
+ ```bibtex
189
+ @article{Li:2024htp,
190
+ author = "Li, Congqiao and Agapitos, Antonios and Drews, Jovin and Duarte, Javier and Fu, Dawei and Gao, Leyun and Kansal, Raghav and Kasieczka, Gregor and Moureaux, Louis and Qu, Huilin and Suarez, Cristina Mantilla and Li, Qiang",
191
+ title = "{Accelerating Resonance Searches via Signature-Oriented Pre-training}",
192
+ eprint = "2405.12972",
193
+ archivePrefix = "arXiv",
194
+ primaryClass = "hep-ph",
195
+ month = "5",
196
+ year = "2024"
197
+ }
198
+ ```
199
+
200
+
201
+ ## Glossary
202
+
203
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
204
+
205
+ [More Information Needed]
206
+
207
+ ## Dataset Card Authors
208
+
209
+ @jmgduarte, @colizz
210
+
211
+ ## Dataset Card Contact
212
+
213
+ [More Information Needed]