Skip to content

Commit 8269f79

Browse files
dguesttiborsimko
authored andcommitted
fix(records): list ATLAS-FTAG-2023-05 arXiv link more prominently
The first person I pointed this record to immediately asked for an arXiv link. I don't blame him: the link is buried within a CERN page which is linked with minimal description at the bottom of the page. I also cleaned up the language a bit.
1 parent ba81de0 commit 8269f79

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

data/records/atlas-FTAG-2023-05.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"abstract": {
4-
"description": "<p>Flavour-tagging — the task of identifying the flavour of jets — is essential for many physics analyses at the ATLAS experiment. This dataset, released for public use, can be used to train and evaluate machine learning models for jet flavour-tagging at ATLAS. It aims to facilitate broader interest and further development of innovative machine learning techniques to improve flavour-tagging performance.</p>\n<p>The dataset consists of approximately 50 million events from simulated top quark pair production at a centre-of-mass energy of 13.6 TeV. It is stored in HDF5 format and contains structured event-level, jet-level, track-level and truth hadron information. This dataset is designed to be compatible with the flavour-tagging algorithm development pipeline used at ATLAS, and is supported by accompanying instructions and example configurations provided in open-source repositories.</p>\n<p>To improve usability, the dataset is split into three mutually exclusive HDF5 files:</p>\n<ul>\n<li><code>mc-flavtag-ttbar-small.h5</code> — ~1.36 million events (~5.6 million jets)</li>\n<li><code>mc-flavtag-ttbar-medium.h5</code> — ~6.23 million events (~25.6 million jets)</li>\n<li><code>mc-flavtag-ttbar-large.h5</code> — ~41.1 million events (~168 million jets)</li>\n</ul>\n<p>Downloading all three files will provide access to the complete dataset. The smaller subsets are useful for quick exploration or prototyping workflows.</p>"
4+
"description": "<p>Flavour-tagging — the task of identifying heavy flavor jets — is essential for many physics analyses at the ATLAS experiment. This dataset, released for public use, can be used to train and evaluate machine learning models for jet flavour-tagging, as described in <a href=\"https://arxiv.org/abs/2505.19689\">arXiv:2505.19689</a>. It aims broaden interest and further development of innovative machine learning techniques to improve flavour-tagging performance.</p>\n<p>The dataset consists of approximately 50 million events from simulated top quark pair production at a centre-of-mass energy of 13.6 TeV. It is stored in HDF5 format and contains structured event-level, jet-level, track-level and truth hadron information. This dataset is designed to be compatible with the flavour-tagging algorithm development pipeline used at ATLAS, and is supported by accompanying instructions and example configurations provided in open-source repositories.</p>\n<p>To improve usability, the dataset is split into three mutually exclusive HDF5 files:</p>\n<ul>\n<li><code>mc-flavtag-ttbar-small.h5</code> — ~1.36 million events (~5.6 million jets)</li>\n<li><code>mc-flavtag-ttbar-medium.h5</code> — ~6.23 million events (~25.6 million jets)</li>\n<li><code>mc-flavtag-ttbar-large.h5</code> — ~41.1 million events (~168 million jets)</li>\n</ul>\n<p>Downloading all three files will provide access to the complete dataset. The smaller subsets are useful for quick exploration or prototyping workflows.</p>"
55
},
66
"accelerator": "CERN-LHC",
77
"collaboration": {
@@ -10,6 +10,10 @@
1010
"collections": [
1111
"ATLAS-Derived-Datasets"
1212
],
13+
"collision_information": {
14+
"energy": "13.6TeV",
15+
"type": "pp"
16+
},
1317
"date_published": "2025",
1418
"distribution": {
1519
"formats": [
@@ -64,8 +68,12 @@
6468
"url": "https://gitlab.cern.ch/atlas/open-data/transforming-jet-flavor"
6569
},
6670
{
67-
"description": "ATLAS GN2 paper ATLAS-FTAG-2023-05",
71+
"description": "ATLAS-FTAG-2023-05",
6872
"url": "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/FTAG-2023-05/"
73+
},
74+
{
75+
"description": "arXiv:2505.19689",
76+
"url": "https://arxiv.org/abs/2505.19689"
6977
}
7078
]
7179
}

0 commit comments

Comments
 (0)