陈俊杰
commited on
Commit
•
9a958c5
1
Parent(s):
c3f31ee
fontSize
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ st.markdown("""
|
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
.main-text {
|
127 |
-
font-size:
|
128 |
line-height: 1.6;
|
129 |
color: #4CAF50;
|
130 |
}
|
@@ -210,6 +210,8 @@ elif page == "Important Dates":
|
|
210 |
elif page == "Evaluation Measures":
|
211 |
st.header("Evaluation Measures")
|
212 |
st.markdown("""
|
|
|
|
|
213 |
<ul class='main-text'>
|
214 |
<li><strong>Acc(Accuracy): </strong>The proportion of identical preference results between the model and human annotations. Specifically, we first convert individual scores (ranks) into pairwise preferences and then calculate consistency with human annotations.</li>
|
215 |
<li><strong>Kendall's tau: </strong>Measures the ordinal association between two ranked variables. $$\tau = \frac{C-D}{\frac{1}{2}n(n-1)}$$
|
@@ -246,7 +248,7 @@ elif page == "LeaderBoard":
|
|
246 |
# # 描述
|
247 |
st.markdown("""
|
248 |
<div class='main-text'>
|
249 |
-
This leaderboard is used to show the performance of the
|
250 |
<ul class='main-text'>
|
251 |
<li>Dialogue Generation (DG)</li>
|
252 |
<li>Text Expansion (TE)</li>
|
|
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
.main-text {
|
127 |
+
font-size: 24px;
|
128 |
line-height: 1.6;
|
129 |
color: #4CAF50;
|
130 |
}
|
|
|
210 |
elif page == "Evaluation Measures":
|
211 |
st.header("Evaluation Measures")
|
212 |
st.markdown("""
|
213 |
+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
214 |
+
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
215 |
<ul class='main-text'>
|
216 |
<li><strong>Acc(Accuracy): </strong>The proportion of identical preference results between the model and human annotations. Specifically, we first convert individual scores (ranks) into pairwise preferences and then calculate consistency with human annotations.</li>
|
217 |
<li><strong>Kendall's tau: </strong>Measures the ordinal association between two ranked variables. $$\tau = \frac{C-D}{\frac{1}{2}n(n-1)}$$
|
|
|
248 |
# # 描述
|
249 |
st.markdown("""
|
250 |
<div class='main-text'>
|
251 |
+
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:
|
252 |
<ul class='main-text'>
|
253 |
<li>Dialogue Generation (DG)</li>
|
254 |
<li>Text Expansion (TE)</li>
|