Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

14

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

14 results for “Large Hadron Collider”

Learn how ShareScore rates datasets ↗
zenodo48/100

Hunting for vampires and other unlikely forms of parity violation at the Large Hadron Collider: lhe files

<p>Parton-level simulations in the PV-mSME model with various values of lambdaPV and for the standard model (lambdaPV=0).</p> <p>This dataset includes one example lhe file generated by MadGraph for each sample used in the <a href="https://arxiv.org/abs/2205.09876">paper</a>.<br> <br> The MadGraph version and the modifications we make to its generated code are included in the code sharing dataset on <a href="https://github.com/Rupt/paper-hunting-vampires">git</a> and <a href="https://doi.org/10.5281/zenodo.6827723">Zenodo</a>.<br> <br> Main files are named `liv_3j_4j_${lambdaPV}_0.lhe.gz`, where lambdaPV is a floating point number with &quot;.&quot; replaced with &quot;p&quot;.<br> <br> Other files named `liv_rot_${hour}_0.lhe.gz ` are from the rotated PV-mSME from the appendix that studies the effect of a rotating planet. Each rotation in radians is <em>hour * 2 pi / 24 </em>(for discrete rotations in a 24 hour day).<br> <br> The suffix &quot;_0&quot; encodes that each was generated with the first in our sequence of random seeds.</p> <p>`sm_3j_4j_0.lhe.gz` is simulated from the Standard Model, which is physically equivalent to lambdaPV = 0.</p>

opencc-by-4.0May 2022View details →
zenodo40/100

New Physics Mining at the Large Hadron Collider: top pair production

<p><span class="math-tex">\(t \bar t\)</span>&nbsp;background&nbsp;events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo40/100

New Physics Mining at the Large Hadron Collider: W -> l nu

<p><span class="math-tex">\(W \to \ell \nu\)</span>&nbsp;background&nbsp;events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo40/100

New Physics Mining at the Large Hadron Collider: QCD multijet production

<p>QCD multijet background&nbsp;events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo40/100

Hunting for vampires and other unlikely forms of parity violation at the Large Hadron Collider: truth-jet and reco-jet datasets

<p>All truth-jet and reco-jet datasets used in the <a href="https://arxiv.org/abs/2205.09876">paper</a>.</p> <p><strong>Main</strong>: fragments are named `truth-jet_${MODEL}.tar.gz`, where MODEL is either `pv_msme_${lambdaPV}` (PV-mSME and lambdaPV is a floating point number with &quot;.&quot; replaced with &quot;p&quot;), or `sm` for the Standard Model (lambdaPV = 0).</p> <p>Within each are three directories for the independent splits:</p> <ul> <li>train,</li> <li>test, and</li> <li>private_test.</li> </ul> <p>&nbsp;In the paper, we describe &quot;test&quot; as the validation set and &quot;private_test&quot; as the test set. Data in &quot;private_test&quot; were not used until models were finalized for the paper.<br> Within each of those are the processed results from simulations with different random seeds. They are independent shards which can be trivially combined.</p> <p>Each data file is in <a href="https://www.h5py.org/">h5</a> format. Its data are under the key &quot;events&quot; as an array with shape (n, 20). That last axis contains the reconstructed four-momenta of the hardest five jets in the order [Px, Py, Pz, E] * 5, with missing jets filled with zeros.</p> <p>Truth-jet files have additional keys &quot;flavors&quot; and &quot;helicities&quot;. These contain truth-level flavour and helicity information, respectively. Their shape is (n, 5), where the last axis contains the zero-padded results. Flavours are encoded in the PDG ID scheme.</p> <p><strong>Rotated</strong>: Rotated PV-mSME data are in archives named `truth-jet-rot_${HOUR}.tar.gz`.<br> These have similar (train, test, private_test) structures as the others, but comprise parts of the same mixed model and should be combined by subsampling to a weighted average.</p> <p>HOUR is an integer rotation in [0, 23] for which the detector is rotated by an angle given in radians as HOUR * 2 pi / 24. This rotated dataset has lambdaPV=1. We demonstrate merging of these datasets in the code sharing (<a href="https://github.com/Rupt/paper-hunting-vampires">git</a>, <a href="https://doi.org/10.5281/zenodo.6827723">Zenodo</a>).</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

Hunting for vampires and other unlikely forms of parity violation at the Large Hadron Collider: calo-image datasets for the standard model

<p>An example calo-image dataset used in the <a href="https://arxiv.org/abs/2205.09876">paper</a>: standard model.</p> <p>Each shard is named `calo-image_sm_${DATASET}_${INDEX}.tar.gz`. Each contains one data file. DATASET is in {train,test,private_test} to label the three independent splits for training, validation, and testing respectively. INDEX labels separate batches which should be trivially combined.</p> <p>Each data file is in <a href="https://www.h5py.org/">h5</a> format. Its data are under the key &quot;entries&quot; as an array with shape (n, 32, 32) corresponding to (event_index, eta, phi) for the n calorimeter images in an unrolled eta--phi surface.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

Hunting for vampires and other unlikely forms of parity violation at the Large Hadron Collider: calo-image datasets for lambdaPV=1

<p>An example calo-image dataset used in the <a href="https://arxiv.org/abs/2205.09876">paper</a>: PV-mSME with lambdaPV=1.</p> <p>Each shard is named `calo-image_pv_msme_1_${DATASET}_${INDEX}.tar.gz`. Each contains one data file. DATASET is in {train,test,private_test} to label the three independent splits for training, validation, and testing respectively. INDEX labels separate batches which should be trivially combined.</p> <p>Each data file is in <a href="https://www.h5py.org/">h5</a> format. Its data are under the key &quot;entries&quot; as an array with shape (n, 32, 32) corresponding to (event_index, eta, phi) for the n calorimeter images in an unrolled eta--phi surface.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View details →
zenodo36/100

Supplementary Data: Simple, but not simplified: A new approach for optimising beyond-Standard Model physics searches at the Large Hadron Collider

<p><strong>Supplementary Data</strong></p> <p><em>Simple, but not simplified: A new approach for optimising beyond-Standard Model physics searches at the Large Hadron Collider</em></p> <p>This record contains the full dataset generated for the study &quot;<em>Simple, but not simplified: A new approach for optimising beyond-Standard Model physics searches at the Large Hadron Collider</em>&quot;. It contains the following files:</p> <ul> <li>data_cross_sections_full_exact.csv - a CSV file with the soft breaking parameters M1, M2, mu and tanb, the neutralino/chargino masses, the cross sections for neutralino-neutralino, chargino-neutralino and chargino-chargino production at the LHC operating at a CM energy of 13 TeV, and the branching ratios of the unstable charginos/neutralinos.&nbsp;</li> <li>benchmark_points.zip - this zip file contains the SLHA files for the four benchmark points as shown in the paper, together with the prospino output for the cross section.&nbsp;</li> </ul> <p>&nbsp;</p>

opencc-by-4.0May 2023View details →
zenodo36/100

Higgs to 4 Leptons with CMS Open data from the Large Hadron Collider

<p>Dataset for MIT 8.S50 online class details to process it can be found here:&nbsp;<br> https://github.com/mit-physics-data/psets/tree/main/pset2&nbsp;</p>

opencc-by-4.0Jun 2023View details →
zenodo32/100

New Physics Mining at the Large Hadron Collider: LQ -> b tau

<p><span class="math-tex">\(LQ \to b \tau\)</span>&nbsp;signal events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo32/100

New Physics Mining at the Large Hadron Collider: A -> 4 leptons

<p><span class="math-tex">\(A \to 4\ell\)</span>&nbsp;signal events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo32/100

New Physics Mining at the Large Hadron Collider: h^0 -> tau tau

<p><span class="math-tex">\(h^0 \to \tau^+ \tau^-\)</span>&nbsp;signal events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo32/100

New Physics Mining at the Large Hadron Collider: Z -> l l

<p><span class="math-tex">\(Z \to \ell \ell\)</span>&nbsp;background&nbsp;events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →
zenodo32/100

New Physics Mining at the Large Hadron Collider: h+ -> tau nu

<p><span class="math-tex">\(h^\pm \to \tau^\pm \nu\)</span>&nbsp;signal events reconstructed by inclusive single-muon selection.</p> <p>Events are represented as an array of physics-motivated high-level features.</p> <p>Details are given in&nbsp;https://arxiv.org/abs/1811.10276</p>

opencc-by-4.0Feb 2020View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record