ιδΏζ°
commited on
Commit
β’
096eb0c
1
Parent(s):
1d69722
date
Browse files
app.py
CHANGED
@@ -104,7 +104,8 @@ We divided the 2,800 instances into three parts:
|
|
104 |
- train set: 20% of the data (covering all four datasets) was designated as the training set (including human annotations) for participants to reference when designing their methods.
|
105 |
- test set: Another 20% of the data was set aside as the test set (excluding human annotations), used to evaluate the performance of participants' methods and to generate the **leaderboard**.
|
106 |
- reserved set: The remaining 60% of the data was reserved for **the final evaluation**.
|
107 |
-
|
|
|
108 |
""")
|
109 |
st.header("Resources")
|
110 |
st.markdown("""
|
@@ -120,8 +121,9 @@ elif page == "Important Dates":
|
|
120 |
st.markdown("""
|
121 |
<p class='main-text'><em class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</em><br />
|
122 |
<span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
|
123 |
-
<span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'
|
124 |
-
<span class='main-text'><strong>
|
|
|
125 |
<span class='main-text'><strong>Evaluation Results Release</strong>:</span> <span class='main-text'>Feb 1, 2025</span> <br />
|
126 |
<span class='main-text'><strong>Task overview release (draft)</strong>:</span> <span class='main-text'>Feb 1, 2025</span><br />
|
127 |
<span class='main-text'><strong>Submission Due of Participant Papers (draft)</strong>:</span> <span class='main-text'>March 1, 2025</span><br />
|
|
|
104 |
- train set: 20% of the data (covering all four datasets) was designated as the training set (including human annotations) for participants to reference when designing their methods.
|
105 |
- test set: Another 20% of the data was set aside as the test set (excluding human annotations), used to evaluate the performance of participants' methods and to generate the **leaderboard**.
|
106 |
- reserved set: The remaining 60% of the data was reserved for **the final evaluation**.
|
107 |
+
|
108 |
+
Both the training set and the test set can be downloaded from the provided link: [https://huggingface.co/datasets/THUIR/AEOLLM](https://huggingface.co/datasets/THUIR/AEOLLM).
|
109 |
""")
|
110 |
st.header("Resources")
|
111 |
st.markdown("""
|
|
|
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 />
|
126 |
+
<span class='main-text'><strong>Formal run</strong>:</span> <span class='main-text'>Jan 15, 2025 - Feb 1, 2025</span> <br />
|
127 |
<span class='main-text'><strong>Evaluation Results Release</strong>:</span> <span class='main-text'>Feb 1, 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 />
|