zhiminy commited on
Commit
81b057f
·
1 Parent(s): 5588e7f
Files changed (2) hide show
  1. README.md +7 -4
  2. app.py +6 -3
README.md CHANGED
@@ -86,8 +86,11 @@ Made with ❤️ for SWE-Model-Arena. If this work is useful to you, please cons
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
  ```
 
86
 
87
  ```bibtex
88
  @inproceedings{zhao2025se,
89
+ title={SE Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
90
+ author={Zhao, Zhimin},
91
+ booktitle={2025 IEEE/ACM Second International Conference on AI Foundation Models and Software Engineering (Forge)},
92
+ pages={78--81},
93
+ year={2025},
94
+ organization={IEEE}
95
+ }
96
  ```
app.py CHANGED
@@ -720,10 +720,13 @@ with gr.Blocks(js=clickable_links_js) as app:
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
  )
 
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={SE Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
724
  author={Zhao, Zhimin},
725
+ booktitle={2025 IEEE/ACM Second International Conference on AI Foundation Models and Software Engineering (Forge)},
726
+ pages={78--81},
727
+ year={2025},
728
+ organization={IEEE}
729
+ }
730
  ```
731
  """
732
  )