Spaces:
Sleeping
Sleeping
shyuli
commited on
Commit
·
f4e673b
1
Parent(s):
ff48a5d
update citation
Browse files- src/about.py +7 -0
src/about.py
CHANGED
|
@@ -140,6 +140,13 @@ We will review your post and add your model to the leaderboard.
|
|
| 140 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 141 |
CITATION_BUTTON_TEXT = r"""
|
| 142 |
% Key Search-Augmented QA Methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
@article{luo2024search,
|
| 144 |
title={Search-o1: Agentic Search-Enhanced Large Reasoning Models},
|
| 145 |
author={Xiaoxi Li and Guanting Dong and Jiajie Jin and Yuyao Zhang and Yujia Zhou and Yutao Zhu and Peitian Zhang and Zhicheng Dou},
|
|
|
|
| 140 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 141 |
CITATION_BUTTON_TEXT = r"""
|
| 142 |
% Key Search-Augmented QA Methods
|
| 143 |
+
@article{li2025reseek,
|
| 144 |
+
title={ReSeek: A Self-Correcting Framework for Search Agents with Instructive Rewards},
|
| 145 |
+
author={Li, Shiyu and Tang, Yang and Wang, Yifan and Li, Peiming and Chen, Xi},
|
| 146 |
+
journal={arXiv preprint arXiv:2510.00568},
|
| 147 |
+
year={2025},
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
@article{luo2024search,
|
| 151 |
title={Search-o1: Agentic Search-Enhanced Large Reasoning Models},
|
| 152 |
author={Xiaoxi Li and Guanting Dong and Jiajie Jin and Yuyao Zhang and Yujia Zhou and Yutao Zhu and Peitian Zhang and Zhicheng Dou},
|