paper-with-me

홈 › Papers

Scaling Particle Collision Data Analysis

2024-11-28 · Hengkui Wu, Panpan Chi, Yongfeng Zhu, Liujiang Liu, Shuyang Hu, Yuexin Wang, Chen Zhou, Qihao Wang, Yingsi Xin, Bruce Liu, Dahao Liang, Xinglong Jia, Manqi Ruan

For decades, researchers have developed task-specific models to address scientific challenges across diverse disciplines. Recently, large language models (LLMs) have shown enormous capabilities in handling general tasks; however, these models encounter difficulties in addressing real-world scientific problems, particularly in domains involving large-scale numerical data analysis, such as experimental high energy physics. This limitation is primarily due to BPE tokenization's inefficacy with numerical data. In this paper, we propose a task-agnostic architecture, BBT-Neutron, which employs a binary tokenization method to facilitate pretraining on a mixture of textual and large-scale numerical experimental data. We demonstrate the application of BBT-Neutron to Jet Origin Identification (JoI), a critical categorization challenge in high-energy physics that distinguishes jets originating from various quarks or gluons. Our results indicate that BBT-Neutron achieves comparable performance to state-of-the-art task-specific JoI models. Furthermore, we examine the scaling behavior of BBT-Neutron's performance with increasing data volume, suggesting the potential for BBT-Neutron to serve as a foundational model for particle physics data analysis, with possible extensions to a broad spectrum of scientific computing applications for Big Science experiments, industrial manufacturing and spacial computing. The project code is available at https://github.com/supersymmetry-technologies/bbt-neutron.

📄 PDF Abstract BibTeX arXiv:2412.00129

Code (1)

supersymmetry-technologies/bbt-neutron 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Scalable Multi-Task Learning for Particle Collision Event Reconstruction with Heterogeneous Graph Neural Networks

2025-04-30 · William Sutcliffe, Marta Calvi, Simone Capelli, Jonas Eschle 외

The growing luminosity frontier at the Large Hadron Collider is challenging the reconstruction and analysis of particle collision events. Increased particle multiplicities are straining latency and storage requirements a…

Graph Neural NetworkMulti-Task Learning

Towards Engineering Scaling Laws with Pretraining Data Composition

2026-06-18 · Jan-Lucas Uslu, Kevin Greif, Daniel Whiteson, Benjamin Nachman arxiv

Neural scaling laws describe how model performance improves as a power law in compute, model size, and dataset size. While well-established for large language models, these relationships are emerging for large models in …

FM4NPP: A Scaling Foundation Model for Nuclear and Particle Physics

2025-08-13 · David Park, Shuhang Li, Yi Huang, Xihaier Luo 외 arxiv

Large language models have revolutionized artificial intelligence by enabling large, generalizable models trained through self-supervision. This paradigm has inspired the development of scientific foundation models (FMs)…

Hashing and metric learning for charged particle tracking

2021-01-16 · Sabrina Amrouche, Moritz Kiehn, Tobias Golling, Andreas Salzburger

We propose a novel approach to charged particle tracking at high intensity particle colliders based on Approximate Nearest Neighbors search. With hundreds of thousands of measurements per collision to be reconstructed e.…

Metric LearningTriplet

Enhancing High-Energy Particle Physics Collision Analysis through Graph Data Attribution Techniques

2024-07-20 · A. Verdone, A. Devoto, C. Sebastiani, J. Carmignani 외

The experiments at the Large Hadron Collider at CERN generate vast amounts of complex data from high-energy particle collisions. This data presents significant challenges due to its volume and complex reconstruction, nec…

Graph ClassificationGraph Neural Network