-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.html
20 lines (17 loc) · 1.43 KB
/
start.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: page
title: Getting Started
background: '/img/bg-trojan.png'
---
<h2>Starter Kit</h2>
<p>Please see the <a href="https://github.com/mmazeika/tdc-starter-kit">GitHub repository</a> for the competition starter kit, including code for loading the datasets, training baseline detectors and evasive Trojans, and creating a submission.</p>
<h2>Accessing the Data</h2>
<p>The dataset of networks for each track can be accessed <a href="https://zenodo.org/record/6894041">here</a> or through the dataset downloading script in the starter kit.</p>
<h2 id="submissions">Submissions</h2>
<p>We manage submissions and leaderboards through several linked CodaLab competition pages. All participants are required to register and agree to the rules before submitting.</p>
<ul>
<li><b>Detection Track & Final Round:</b> <a href="https://codalab.lisn.upsaclay.fr/competitions/5951">https://codalab.lisn.upsaclay.fr/competitions/5951</a></li>
<li><b>Analysis Track (Target Label Prediction):</b> <a href="https://codalab.lisn.upsaclay.fr/competitions/5952">https://codalab.lisn.upsaclay.fr/competitions/5952</a></li>
<li><b>Analysis Track (Trigger Synthesis):</b> <a href="https://codalab.lisn.upsaclay.fr/competitions/5953">https://codalab.lisn.upsaclay.fr/competitions/5953</a></li>
<li><b>Evasive Trojans Track:</b> <a href="https://codalab.lisn.upsaclay.fr/competitions/5954">https://codalab.lisn.upsaclay.fr/competitions/5954</a></li>
</ul>