Update README.md
Browse files
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.
|