Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app/pages.py +4 -4
app/pages.py
CHANGED
|
@@ -62,10 +62,10 @@ def dashboard():
|
|
| 62 |
st.markdown('''
|
| 63 |
:round_pushpin: SeaEval Paper \n
|
| 64 |
@article{SeaEval,
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
}
|
| 70 |
''')
|
| 71 |
|
|
|
|
| 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 |
|