Update README
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
-
# Dataset Card for
|
5 |
|
6 |
## Table of Contents
|
7 |
-
- [Dataset Card for
|
8 |
- [Table of Contents](#table-of-contents)
|
9 |
- [Dataset Description](#dataset-description)
|
10 |
- [Dataset Summary](#dataset-summary)
|
@@ -25,7 +25,7 @@ license: cc-by-4.0
|
|
25 |
|
26 |
### Dataset Summary
|
27 |
|
28 |
-
|
29 |
|
30 |
### Supported Tasks and Leaderboards
|
31 |
|
@@ -57,7 +57,7 @@ Each instance in the dataset consists of the four-momenta of the leading 200 jet
|
|
57 |
|
58 |
### Data Fields
|
59 |
|
60 |
-
|
61 |
|
62 |
- `E_i`: the energy of jet constituent \\(i\\).
|
63 |
- `PX_i`: the \\(x\\) component of the jet constituent's momentum
|
@@ -70,13 +70,11 @@ List and describe the fields present in the dataset. Mention their data type, an
|
|
70 |
- `ttv`: a flag that indicates which split (train, validation, or test) that a jet belongs to. Redundant since each split is provided as a separate dataset
|
71 |
- `is_signal_new`: the label for each jet. A 1 indicates a top-quark, while a 0 indicates QCD background.
|
72 |
|
73 |
-
Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [Datasets Tagging app](https://huggingface.co/spaces/huggingface/datasets-tagging), you will then only need to refine the generated descriptions.
|
74 |
-
|
75 |
### Data Splits
|
76 |
|
77 |
-
|
|
78 |
-
|
79 |
-
| Number of events
|
80 |
|
81 |
### Licensing Information
|
82 |
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
# Dataset Card for Top Quark Tagging
|
5 |
|
6 |
## Table of Contents
|
7 |
+
- [Dataset Card for Top Quark Tagging](#dataset-card-for-top-quark-tagging)
|
8 |
- [Table of Contents](#table-of-contents)
|
9 |
- [Dataset Description](#dataset-description)
|
10 |
- [Dataset Summary](#dataset-summary)
|
|
|
25 |
|
26 |
### Dataset Summary
|
27 |
|
28 |
+
Top Quark Tagging is a dataset of Monte Carlo simulated events produced by proton-proton collisions at the Large Hadron Collider. The top-quark signal and mixed quark-gluon background jets are produced with Pythia8 with its default tune for a center-of-mass energy of 14 TeV. Multiple interactions and pile-up are ignored. The leading 200 jet constituent four-momenta \\( (E, p_x, p_y, p_z) \\) are stored, with zero-padding applied to jets with fewer than 200 constituents.
|
29 |
|
30 |
### Supported Tasks and Leaderboards
|
31 |
|
|
|
57 |
|
58 |
### Data Fields
|
59 |
|
60 |
+
The fields in the dataset have the following meaning:
|
61 |
|
62 |
- `E_i`: the energy of jet constituent \\(i\\).
|
63 |
- `PX_i`: the \\(x\\) component of the jet constituent's momentum
|
|
|
70 |
- `ttv`: a flag that indicates which split (train, validation, or test) that a jet belongs to. Redundant since each split is provided as a separate dataset
|
71 |
- `is_signal_new`: the label for each jet. A 1 indicates a top-quark, while a 0 indicates QCD background.
|
72 |
|
|
|
|
|
73 |
### Data Splits
|
74 |
|
75 |
+
| | train | validation | test |
|
76 |
+
|------------------|--------:|-----------:|-------:|
|
77 |
+
| Number of events | 1211000 | 403000 | 404000 |
|
78 |
|
79 |
### Licensing Information
|
80 |
|