陈俊杰
commited on
Commit
•
ad21e8b
1
Parent(s):
1119a17
submit
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ elif page == "Data and File format":
|
|
212 |
<p class='main-text'>5. the fifth column is rank (index the rank of the answer within all answers to the same question)</p>
|
213 |
""",unsafe_allow_html=True)
|
214 |
elif page == "Submit":
|
215 |
-
st.header("
|
216 |
st.markdown("""
|
217 |
We will be following a similar format as the ones used by most **TREC submissions**: white space is used to separate columns. The width of the columns in the format is not important, but it is important to have exactly five columns per line with at least one space between the columns.
|
218 |
|
@@ -223,7 +223,9 @@ We will be following a similar format as the ones used by most **TREC submission
|
|
223 |
- the third column is answerId (index the answer provided by different LLMs to the same question)
|
224 |
- the fourth column is score (index the score to the answer given by participants)
|
225 |
- the fifth column is rank (index the rank of the answer within all answers to the same question)
|
226 |
-
|
|
|
|
|
227 |
📄 Please organize the answers in a **txt** file, name the file as **teamId_methods.txt** and submit it through the link below: [https://forms.gle/ctJD5tvZkYcCw7Kz9](https://forms.gle/ctJD5tvZkYcCw7Kz9)
|
228 |
|
229 |
⏱️ Each team can submit up to 5 times per day, and only the latest submission will be considered.
|
|
|
212 |
<p class='main-text'>5. the fifth column is rank (index the rank of the answer within all answers to the same question)</p>
|
213 |
""",unsafe_allow_html=True)
|
214 |
elif page == "Submit":
|
215 |
+
st.header("File Format")
|
216 |
st.markdown("""
|
217 |
We will be following a similar format as the ones used by most **TREC submissions**: white space is used to separate columns. The width of the columns in the format is not important, but it is important to have exactly five columns per line with at least one space between the columns.
|
218 |
|
|
|
223 |
- the third column is answerId (index the answer provided by different LLMs to the same question)
|
224 |
- the fourth column is score (index the score to the answer given by participants)
|
225 |
- the fifth column is rank (index the rank of the answer within all answers to the same question)
|
226 |
+
""")
|
227 |
+
st.header("Submit")
|
228 |
+
st.markdown("""
|
229 |
📄 Please organize the answers in a **txt** file, name the file as **teamId_methods.txt** and submit it through the link below: [https://forms.gle/ctJD5tvZkYcCw7Kz9](https://forms.gle/ctJD5tvZkYcCw7Kz9)
|
230 |
|
231 |
⏱️ Each team can submit up to 5 times per day, and only the latest submission will be considered.
|