arXiv:2412.10665
ho22joshua commited on
Commit
7ab4a0c
·
verified ·
1 Parent(s): 32e718e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -3,6 +3,18 @@ license: mit
3
  tags:
4
  - arXiv:2412.10665
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
6
  ## Abstract
7
 
8
  We introduce a foundation model for event classification in high-energy physics, built on a **Graph Neural Network** architecture and trained on **120 million simulated proton-proton collision events** spanning 12 distinct physics processes. The model is *pretrained* to learn a general and robust representation of collision data using challenging multiclass and multilabel classification tasks.
 
3
  tags:
4
  - arXiv:2412.10665
5
  ---
6
+
7
+ This is a demo is of the approach described in the paper, ["Pretrained Event Classification Model for High Energy Physics Analysis"](https://arxiv.org/abs/2412.10665)
8
+ ```
9
+ @misc{ho2024pretrained,
10
+ title={Pretrained Event Classification Model for High Energy Physics Analysis},
11
+ author={Joshua Ho, Benjamin Ryan Roberts, Shuo Han, Haichen Wang},
12
+ year={2024},
13
+ eprint={2412.10665},
14
+ archivePrefix={arXiv}
15
+ }
16
+ ```
17
+
18
  ## Abstract
19
 
20
  We introduce a foundation model for event classification in high-energy physics, built on a **Graph Neural Network** architecture and trained on **120 million simulated proton-proton collision events** spanning 12 distinct physics processes. The model is *pretrained* to learn a general and robust representation of collision data using challenging multiclass and multilabel classification tasks.