Update src/about.py
Browse files- src/about.py +5 -7
src/about.py
CHANGED
@@ -41,13 +41,11 @@ EVALUATION_QUEUE_TEXT = """
|
|
41 |
|
42 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
43 |
CITATION_BUTTON_TEXT = """
|
44 |
-
@
|
45 |
-
|
46 |
-
|
47 |
-
year
|
48 |
-
|
49 |
-
journal = {GitHub repository},
|
50 |
-
howpublished = {\\url{https://github.com/PKU-Alignment/align-anything}},
|
51 |
}
|
52 |
"""
|
53 |
|
|
|
41 |
|
42 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
43 |
CITATION_BUTTON_TEXT = """
|
44 |
+
@inproceedings{ji2024align,
|
45 |
+
title={Align Anything: Training All-Modality Models to Follow Instructions with Language Feedback},
|
46 |
+
author={Jiaming Ji and Jiayi Zhou and Hantao Lou and Boyuan Chen and Donghai Hong and Xuyao Wang and Wenqi Chen and Kaile Wang and Rui Pan and Jiahao Li and Mohan Wang and Josef Dai and Tianyi Qiu and Hua Xu and Dong Li and Weipeng Chen and Jun Song and Bo Zheng and Yaodong Yang},
|
47 |
+
year={2024},
|
48 |
+
url={https://arxiv.org/abs/2412.15838}
|
|
|
|
|
49 |
}
|
50 |
"""
|
51 |
|