Rules
Paper Recommendation Policy
- Automatic Qualification: The first-place winner of each individual track will automatically receive a recommendation for a Main Track paper submission.
- Third Recommendation Slot: The third recommendation slot is awarded to the team with the highest Composite Score, which measures the relative performance gap between a team and the winners of both tracks (excluding the track winners themselves).
Score Calculation Formula:
$score = 0.5 \times \frac{mse_1}{mse_i - mse_1} + 0.5 \times \frac{acc_1}{acc_1 - acc_i}$
Example Calculation:
*All values for Score, MSE, and Accuracy are rounded to four decimal places.
Assume $mse_1 = 0.1700$ and $acc_1 = 0.9700$.
For Team M ($mse_M = 0.1900, acc_M = 0.9500$):
$Score_M = 0.5 \times \frac{0.1700}{0.1900 - 0.1700} + 0.5 \times \frac{0.9700}{0.9700 - 0.9500} = \mathbf{28.5000}$ - Tie-breaking Rules: In the event of a tie in the composite score, the following criteria will be applied sequentially:
- Average Rank: The lower the average rank across both tracks, the higher the standing.
- Submission Count: The team with fewer test set submissions will be ranked higher.
- Submission Timestamp: The team that achieved their best result earlier (upload time) will be ranked higher.