Update README.md
Browse files
README.md
CHANGED
|
@@ -7,13 +7,16 @@ pipeline_tag: text-generation
|
|
| 7 |
tags:
|
| 8 |
- reward model
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
| 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 "
|
| 17 |
|
| 18 |
Please refer to [Quick Start](#quick-start) for a quick start guide to evaluate your models on the FoVer dataset or evaluate the FoVer models on your dataset.
|
| 19 |
|
|
@@ -37,11 +40,11 @@ Please refer to [Quick Start](#quick-start) for a quick start guide to evaluate
|
|
| 37 |
|
| 38 |
|
| 39 |
```bibtex
|
| 40 |
-
@
|
| 41 |
-
title = {
|
| 42 |
-
author = {Ryo Kamoi and Yusen Zhang and Nan Zhang and Sarkar Snigdha Sarathi Das and Rui Zhang},
|
| 43 |
-
|
| 44 |
-
|
| 45 |
}
|
| 46 |
```
|
| 47 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- reward model
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
**This repository contains materials for a previous version of the paper. Please refer to the [latest version](https://github.com/psunlpgroup/FoVer).**
|
| 12 |
+
|
| 13 |
# FoVer
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
<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>
|
| 17 |
</p>
|
| 18 |
|
| 19 |
+
This repository includes code and materials for the paper "Efficient PRM Training Data Synthesis via Formal Verification".
|
| 20 |
|
| 21 |
Please refer to [Quick Start](#quick-start) for a quick start guide to evaluate your models on the FoVer dataset or evaluate the FoVer models on your dataset.
|
| 22 |
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
```bibtex
|
| 43 |
+
@inproceedings{kamoi2025fover,
|
| 44 |
+
title = {Efficient PRM Training Data Synthesis via Formal Verification},
|
| 45 |
+
author = {Ryo Kamoi and Yusen Zhang and Nan Zhang and Sarkar Snigdha Sarathi Das and Ranran Haoran Zhang and Wenpeng Yin and Rui Zhang},
|
| 46 |
+
year = {2026},
|
| 47 |
+
booktitle = {Findings of the Association for Computational Linguistics: ACL 2026},
|
| 48 |
}
|
| 49 |
```
|
| 50 |
|