Skip to content

Commit 34b332e

Browse files
committed
rules: DQ up, better visual
1 parent b3acb21 commit 34b332e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,14 @@ <h3 class="text-base font-bold text-gray-900">Bias and Fairness</h3>
394394
<section id="rules" class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md">
395395
<h2 class="text-2xl font-bold mb-8">Challenge Rules</h2>
396396

397-
<p class="text-gray-700 mb-6">For all tasks, the challenge will have two tracks:</p>
397+
<p class="text-gray-700 mb-6">Failure to comply with any of the rules below will result in
398+
disqualification. Edge cases or ambiguities will be reviewed by the organizing committee on a
399+
case-by-case basis.</p>
398400

399-
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
401+
<h3 class="text-xl font-bold text-gray-900 mb-2">Tracks</h3>
402+
<p class="text-gray-700 mb-4">For all tasks, the challenge will have two tracks:</p>
403+
404+
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-8">
400405
<div class="bg-gray-50 border border-gray-200 p-5 rounded-lg shadow-sm">
401406
<h3 class="text-lg font-bold text-gray-900 mb-2">Methods Track</h3>
402407
<p class="text-sm text-gray-700">No additional data allowed. Challenge participants can only use
@@ -413,11 +418,13 @@ <h3 class="text-lg font-bold text-gray-900 mb-2">Open Track</h3>
413418
</div>
414419
</div>
415420

421+
<h3 class="text-xl font-bold text-gray-900 mb-4">Submission Rules</h3>
422+
416423
<div class="bg-gray-50 border border-gray-200 p-5 rounded-lg shadow-sm mb-6">
417424
<h3 class="text-lg font-bold text-gray-900 mb-2">Single Pretrained Model Across Tasks</h3>
418425
<p class="text-sm text-gray-700">Each submission must use the <span class="font-semibold">same
419426
pretrained checkpoint across all downstream tasks</span>. Submitting different pretrained
420-
checkpoints for different tasks is not allowed and will result in disqualification.</p>
427+
checkpoints for different tasks is not allowed.</p>
421428
</div>
422429

423430
<div class="bg-gray-50 border border-gray-200 p-5 rounded-lg shadow-sm mb-6">

0 commit comments

Comments
 (0)