ryokamoi commited on
Commit
32996ec
Β·
verified Β·
1 Parent(s): 2e88c9f

added arXiv URL

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  # FoVer
11
 
12
  <p align="center">
13
- <a href="https://fover-prm.github.io/">Project Website</a> | πŸ“„ <a href="https://arxiv.org/abs/">Paper</a> | πŸ› οΈ <a href="https://github.com/psunlpgroup/FoVer">GitHub</a> | πŸ€— <a href="https://huggingface.co/collections/ryokamoi/fover-682e28cc9f6200c7dfd5342f">Dataset</a> | πŸ€— <a href="https://huggingface.co/collections/ryokamoi/fover-682e28cc9f6200c7dfd5342f">Models</a>
14
  </p>
15
 
16
  This repository includes code and materials for the paper "Training Step-Level Reasoning Verifiers with Formal Verification Tools".
@@ -37,10 +37,11 @@ Please refer to [Quick Start](#quick-start) for a quick start guide to evaluate
37
 
38
 
39
  ```bibtex
40
- @unpublished{kamoi2025fover,
41
- title = {Training Step-Level Reasoning Verifiers with Formal Verification Tools},
42
- author = {Ryo Kamoi and Yusen Zhang and Nan Zhang and Sarkar Snigdha Sarathi Das and Rui Zhang},
43
- year = {2025},
 
44
  }
45
  ```
46
 
 
10
  # FoVer
11
 
12
  <p align="center">
13
+ <a href="https://fover-prm.github.io/">Project Website</a> | πŸ“„ <a href="https://arxiv.org/abs/2505.15960">Paper</a> | πŸ› οΈ <a href="https://github.com/psunlpgroup/FoVer">GitHub</a> | πŸ€— <a href="https://huggingface.co/collections/ryokamoi/fover-682e28cc9f6200c7dfd5342f">Dataset</a> | πŸ€— <a href="https://huggingface.co/collections/ryokamoi/fover-682e28cc9f6200c7dfd5342f">Models</a>
14
  </p>
15
 
16
  This repository includes code and materials for the paper "Training Step-Level Reasoning Verifiers with Formal Verification Tools".
 
37
 
38
 
39
  ```bibtex
40
+ @article{kamoi2025fover,
41
+ title = {Training Step-Level Reasoning Verifiers with Formal Verification Tools},
42
+ author = {Ryo Kamoi and Yusen Zhang and Nan Zhang and Sarkar Snigdha Sarathi Das and Rui Zhang},
43
+ journal = {arXiv preprint arXiv:2505.15960},
44
+ year = {2025},
45
  }
46
  ```
47