zhiminy commited on
Commit
5588e7f
·
1 Parent(s): 4e2670a
Files changed (2) hide show
  1. README.md +5 -9
  2. app.py +5 -9
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
- @misc{zhao2025se,
89
- title={SWE-Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
90
- author={Zhimin Zhao},
91
- year={2025},
92
- eprint={2502.01860},
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
- @misc{zhao2025se,
723
- title={SWE-Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
724
- author={Zhimin Zhao},
725
- year={2025},
726
- eprint={2502.01860},
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
  )