陈俊杰 commited on
Commit
cadf633
·
1 Parent(s): 5a79da8
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -198,12 +198,7 @@ elif page == "LeaderBoard":
198
  # # 描述
199
  st.markdown("""
200
  <p class='main-text'>
201
- This leaderboard is used to show the performance of the <strong>automatic evaluation methods of LLMs</strong> submitted by the <strong>AEOLLM team</strong> on four tasks:
202
- <p class='main-text'>1. Dialogue Generation (DG)</p>
203
- <p class='main-text'>2. Text Expansion (TE)</p>
204
- <p class='main-text'>3. Summary Generation (SG)</p>
205
- <p class='main-text'>4. Non-Factoid QA (NFQA)</p>
206
- <p>The Leaderboard will be updated daily around 24:00 Beijing Time.</p>
207
  </p>
208
  """, unsafe_allow_html=True)
209
  df = {
@@ -313,7 +308,7 @@ This leaderboard is used to show the performance of the <strong>automatic evalua
313
  df[col] = df[col].apply(lambda x: f"{x:.4f}")
314
  st.dataframe(df,use_container_width=True)
315
 
316
- st.markdown("A baseline example can be found in the [baseline_example](https://huggingface.co/spaces/THUIR/AEOLLM/tree/main/baseline_example) folder.")
317
  # 获取北京时间
318
  time_placeholder = st.empty()
319
  beijing_tz = pytz.timezone('Asia/Shanghai')
 
198
  # # 描述
199
  st.markdown("""
200
  <p class='main-text'>
201
+ NTCIR-18 Automatic Evaluation Methods of LLMs (AEOLLM) Leaderboard. To submit, refer to the "Submit" section in the left-hand navigation bar.🤗 Refer to other sections in the navigation bar for details on methodology, datasets, important dates, evaluation measures.
 
 
 
 
 
202
  </p>
203
  """, unsafe_allow_html=True)
204
  df = {
 
308
  df[col] = df[col].apply(lambda x: f"{x:.4f}")
309
  st.dataframe(df,use_container_width=True)
310
 
311
+ st.markdown("The Leaderboard will be updated daily around 24:00 Beijing Time. A baseline example can be found in the [baseline_example](https://huggingface.co/spaces/THUIR/AEOLLM/tree/main/baseline_example) folder.")
312
  # 获取北京时间
313
  time_placeholder = st.empty()
314
  beijing_tz = pytz.timezone('Asia/Shanghai')