nuojohnchen commited on
Commit
1be7b41
·
verified ·
1 Parent(s): 5983adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -20,12 +20,14 @@ DESCRIPTION = '''
20
 
21
  LICENSE = """
22
  <div style="font-family: monospace; white-space: pre; margin-top: 20px; line-height: 1.2;">
23
- @misc{JudgeLRM,
24
- title = {JudgeLRM},
25
- url = {https://huggingface.co/nuojohnchen/JudgeLRM-7B},
26
- author = {Nuo Chen, Zhiyuan Hu, Qingyun Zou, Jiaying Wu, Qian Wang, Bryan Hooi, Bingsheng He},
27
- month = {March},
28
- year = {2025}
 
 
29
  }
30
  </div>
31
  """
 
20
 
21
  LICENSE = """
22
  <div style="font-family: monospace; white-space: pre; margin-top: 20px; line-height: 1.2;">
23
+ @misc{nuo2025judgelrm,
24
+ title={JudgeLRM: Large Reasoning Models as a Judge},
25
+ author={Nuo Chen, Zhiyuan Hu, Qingyun Zou, Jiaying Wu, Qian Wang, Bryan Hooi, Bingsheng He},
26
+ year={2025},
27
+ eprint={2502.14768},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CL},
30
+ url={[https://arxiv.org/abs/2502.14768](https://arxiv.org/abs/2504.00050)},
31
  }
32
  </div>
33
  """