Spaces:
Running
Running
update citation
Browse files- app/pages.py +6 -6
app/pages.py
CHANGED
@@ -61,12 +61,12 @@ def dashboard():
|
|
61 |
|
62 |
st.markdown('''
|
63 |
:round_pushpin: SeaEval Paper \n
|
64 |
-
@article{
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
''')
|
71 |
|
72 |
def cross_lingual_consistency():
|
|
|
61 |
|
62 |
st.markdown('''
|
63 |
:round_pushpin: SeaEval Paper \n
|
64 |
+
@article{SeaEval,
|
65 |
+
title={SeaEval for Multilingual Foundation Models: From Cross-Lingual Alignment to Cultural Reasoning},
|
66 |
+
author={Wang, Bin and Liu, Zhengyuan and Huang, Xin and Jiao, Fangkai and Ding, Yang and Aw, Ai Ti and Chen, Nancy F.},
|
67 |
+
journal={NAACL},
|
68 |
+
year={2024}
|
69 |
+
}
|
70 |
''')
|
71 |
|
72 |
def cross_lingual_consistency():
|