陈俊杰 commited on
Commit
5e990fb
·
1 Parent(s): 9c1c5a0
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -119,7 +119,7 @@ Both the training set and the test set can be downloaded from the provided link:
119
  elif page == "Important Dates":
120
  st.header("Important Dates")
121
  st.markdown("""
122
- <p class='main-text'><em class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</em><br />
123
  <span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
124
  <span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
125
  <span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
@@ -128,8 +128,8 @@ elif page == "Important Dates":
128
  <span class='main-text'><strong>Task overview release (draft)</strong>:</span> <span class='main-text'>Feb 1, 2025</span><br />
129
  <span class='main-text'><strong>Submission Due of Participant Papers (draft)</strong>:</span> <span class='main-text'>March 1, 2025</span><br />
130
  <span class='main-text'><strong>Camera-Ready Participant Paper Due</strong>:</span> <span class='main-text'>May 1, 2025</span><br />
131
- <span class='main-text'><strong>NTCIR-18 Conference</strong>:</span> <span class='main-text'>Jun 10-13 2025</span><br /></p>
132
- <p>During the Dry run (until Jan 15, 2025), we will use the test set from [https://huggingface.co/datasets/THUIR/AEOLLM](https://huggingface.co/datasets/THUIR/AEOLLM) to evaluate the performance of participants' methods and release the results on the Leaderboard.
133
  <br />
134
  Before the Formal run begins (before Jan 15, 2025), we will release the reserved set. Participants need to submit their results for the reserved set before the Formal run ends (before Feb 1, 2025).</p>
135
  """,unsafe_allow_html=True)
 
119
  elif page == "Important Dates":
120
  st.header("Important Dates")
121
  st.markdown("""
122
+ <em class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.<br />
123
  <span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
124
  <span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
125
  <span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
 
128
  <span class='main-text'><strong>Task overview release (draft)</strong>:</span> <span class='main-text'>Feb 1, 2025</span><br />
129
  <span class='main-text'><strong>Submission Due of Participant Papers (draft)</strong>:</span> <span class='main-text'>March 1, 2025</span><br />
130
  <span class='main-text'><strong>Camera-Ready Participant Paper Due</strong>:</span> <span class='main-text'>May 1, 2025</span><br />
131
+ <span class='main-text'><strong>NTCIR-18 Conference</strong>:</span> <span class='main-text'>Jun 10-13 2025</span><br />
132
+ <p>During the Dry run (until Jan 15, 2025), we will use the <a href="https://huggingface.co/datasets/THUIR/AEOLLM">test set</a> to evaluate the performance of participants' methods and release the results on the Leaderboard.
133
  <br />
134
  Before the Formal run begins (before Jan 15, 2025), we will release the reserved set. Participants need to submit their results for the reserved set before the Formal run ends (before Feb 1, 2025).</p>
135
  """,unsafe_allow_html=True)