Spaces:
Running
Running
refine
Browse files
README.md
CHANGED
|
@@ -85,13 +85,9 @@ For inquiries or feedback, please [open an issue](https://github.com/SE-Arena/SW
|
|
| 85 |
Made with ❤️ for SWE-Model-Arena. If this work is useful to you, please consider citing our vision paper:
|
| 86 |
|
| 87 |
```bibtex
|
| 88 |
-
@
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
archivePrefix={arXiv},
|
| 94 |
-
primaryClass={cs.SE},
|
| 95 |
-
url={https://arxiv.org/abs/2502.01860},
|
| 96 |
-
}
|
| 97 |
```
|
|
|
|
| 85 |
Made with ❤️ for SWE-Model-Arena. If this work is useful to you, please consider citing our vision paper:
|
| 86 |
|
| 87 |
```bibtex
|
| 88 |
+
@inproceedings{zhao2025se,
|
| 89 |
+
title={SWE-Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
|
| 90 |
+
author={Zhao, Zhimin},
|
| 91 |
+
booktitle={ACM international conference on AI Foundation Models and Software Engineering},
|
| 92 |
+
year={2025}}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
```
|
app.py
CHANGED
|
@@ -719,15 +719,11 @@ with gr.Blocks(js=clickable_links_js) as app:
|
|
| 719 |
"""
|
| 720 |
Made with ❤️ for SWE-Model-Arena. If this work is useful to you, please consider citing our vision paper:
|
| 721 |
```
|
| 722 |
-
@
|
| 723 |
-
|
| 724 |
-
|
| 725 |
-
|
| 726 |
-
|
| 727 |
-
archivePrefix={arXiv},
|
| 728 |
-
primaryClass={cs.SE},
|
| 729 |
-
url={https://arxiv.org/abs/2502.01860},
|
| 730 |
-
}
|
| 731 |
```
|
| 732 |
"""
|
| 733 |
)
|
|
|
|
| 719 |
"""
|
| 720 |
Made with ❤️ for SWE-Model-Arena. If this work is useful to you, please consider citing our vision paper:
|
| 721 |
```
|
| 722 |
+
@inproceedings{zhao2025se,
|
| 723 |
+
title={SWE-Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
|
| 724 |
+
author={Zhao, Zhimin},
|
| 725 |
+
booktitle={ACM international conference on AI Foundation Models and Software Engineering},
|
| 726 |
+
year={2025}}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 727 |
```
|
| 728 |
"""
|
| 729 |
)
|