fangwu97 commited on
Commit
33d1d14
·
verified ·
1 Parent(s): d6e578b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -182,9 +182,12 @@ DeepSearch improves average accuracy by **+1.25 points** over the best prior 1.5
182
  ## Citation
183
 
184
  ```bibtex
185
- @inproceedings{wu2026deepsearch,
186
- title={DeepSearch: Overcome the Bottleneck of Reinforcement Learning with Verifiable Rewards via Monte Carlo Tree Search},
187
- author={Fang Wu and Weihao Xuan and Heli Qi and Ximing Lu and Aaron Tu and Li Erran Li and Yejin Choi},
188
- booktitle={arXiv},
189
- year={2026}
 
 
 
190
  }
 
182
  ## Citation
183
 
184
  ```bibtex
185
+ @misc{wu2025deepsearch,
186
+ title = {DeepSearch: Overcome the Bottleneck of Reinforcement Learning with Verifiable Rewards via Monte Carlo Tree Search},
187
+ author = {Wu, Fang and Xuan, Weihao and Qi, Heli and Lu, Ximing and Tu, Aaron and Li, Li Erran and Choi, Yejin},
188
+ year = {2025},
189
+ eprint = {2509.25454},
190
+ archivePrefix = {arXiv},
191
+ primaryClass = {cs.AI},
192
+ doi = {10.48550/arXiv.2509.25454},
193
  }