forked from aarushiborkar/polar25
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdates.html
More file actions
159 lines (135 loc) · 5.81 KB
/
dates.html
File metadata and controls
159 lines (135 loc) · 5.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE HTML>
<html>
<head>
<title>Important Dates - POLAR @ SemEval-2026</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
.centered-image {
display: block; /* Makes the image a block-level element */
margin: 0 auto; /* Centers the block-level image horizontally */
}
</style>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="/" class="logo"><strong>POLAR</strong> @ SemEval-2026</a>
<ul class="icons">
<li><a href="https://discord.gg/K5uhEF2jPN" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://groups.google.com/g/polarization-semeval-2026-participants" class="icon solid fa-envelope"><span class="label">Google Group</span></a></li>
<li><a href="https://github.com/Polar-SemEval/trial-data" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Important Dates and Task Phases</h1>
</header>
<p>Keep track of the key milestones for your participation in the Polar task. All deadlines are <strong>11:59 PM AoE (Anywhere on Earth)</strong>.</p>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Event</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr style="text-decoration: line-through;" >
<td>Sample data ready</td>
<td>8 August 2025</td>
</tr>
<tr style="text-decoration: line-through;">
<td>Training data ready</td>
<td>10 September 2025</td>
</tr>
<tr style="text-decoration: line-through;">
<td>Evaluation Start</td>
<td>25 January 2026</td>
</tr>
<tr style="text-decoration: line-through;">
<td>Evaluation End</td>
<td>5 February 2026</td>
</tr>
<tr>
<td>System Paper Submission Deadline</td>
<td>2 March 2026</td>
</tr>
<tr>
<td>Notification of Acceptance</td>
<td>9 April 2026</td>
</tr>
<tr>
<td>Camera-Ready Papers Due</td>
<td>30 April 2026</td>
</tr>
<tr>
<td>SemEval-2026 Workshop - [co-located with ACL 2026]</td>
<td>July 2026</td>
</tr>
</tbody>
</table>
</div>
<hr class="major" />
<h2>Task Phases Overview</h2>
<h3>Phase 1: Data Release (August - September 2025)</h3>
<p>Sample and training data will be made available to participants. This includes trial data for all three subtasks across the 22 supported languages.</p>
<h3>Phase 2: Development Period (September 2025 - January 2026)</h3>
<p>Teams develop and refine their models using the provided training data. Participants can make up to 999 submissions during this phase with results visible only to their team.</p>
<h3>Phase 3: Evaluation Period (January 25 - February 2, 2026)</h3>
<p>Official evaluation phase where teams can make up to 5 submissions with total 3 submission/day. Only the final submission will be considered official for ranking purposes.</p>
<h3>Phase 4: Paper Submission (February 2026)</h3>
<p>Teams must submit system description papers to be included in the final ranking. Papers will undergo peer review.</p>
<h3>Phase 5: Workshop (Summer 2026)</h3>
<p>Presentation of results and discussion of findings at the SemEval-2026 workshop.</p>
<div class="box">
<p><strong>Important Reminder:</strong> To be included in the official task ranking, you <strong>MUST</strong> submit a system description paper by the deadline in February 2026.</p>
</div>
</section>
<!-- Footer -->
<footer>
<div class="inner">
<p>© 2026 POLAR Shared Task. All rights reserved. Adapted from Editorial Template by <a href="https://html5up.net">HTML5 UP</a></p>
</div>
</footer>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<img class="centered-image" src="assets/POLAR.png" alt="POLAR Task Banner" height="200" width="200"/>
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="/">Homepage</a></li>
<li><a href="tasks.html">Subtasks</a></li>
<li><a href="participation.html">How to Participate</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="dates.html">Important Dates</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="communication.html">Communication</a></li>
<li><a href="organizers.html">Organizers</a></li>
<li><a href="announcements/">Announcements</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>