Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +9 -0
src/about.py
CHANGED
@@ -94,4 +94,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
94 |
|
95 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite the paper."
|
96 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
"""
|
|
|
94 |
|
95 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite the paper."
|
96 |
CITATION_BUTTON_TEXT = r"""
|
97 |
+
@misc{qiang2025mledojointeractiveenvironmentsempowering,
|
98 |
+
title={MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering},
|
99 |
+
author={Rushi Qiang and Yuchen Zhuang and Yinghao Li and Dingu Sagar V K and Rongzhi Zhang and Changhao Li and Ian Shu-Hei Wong and Sherry Yang and Percy Liang and Chao Zhang and Bo Dai},
|
100 |
+
year={2025},
|
101 |
+
eprint={2505.07782},
|
102 |
+
archivePrefix={arXiv},
|
103 |
+
primaryClass={cs.LG},
|
104 |
+
url={https://arxiv.org/abs/2505.07782},
|
105 |
+
}
|
106 |
"""
|