陈俊杰
commited on
Commit
·
5cd297d
1
Parent(s):
ad21e8b
cjj-submit
Browse files
app.py
CHANGED
@@ -214,7 +214,11 @@ elif page == "Data and File format":
|
|
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**:
|
|
|
|
|
|
|
|
|
218 |
|
219 |
**taskId questionId answerId score rank**
|
220 |
|
|
|
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**:
|
218 |
+
|
219 |
+
1. White space is used to separate columns.
|
220 |
+
|
221 |
+
2. 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.
|
222 |
|
223 |
**taskId questionId answerId score rank**
|
224 |
|