Update README.md
Browse files
README.md
CHANGED
@@ -79,8 +79,9 @@ The GRPO (Generative Reinforcement Learning from Preference Optimization) traini
|
|
79 |
```
|
80 |
|
81 |
## Citation
|
82 |
-
Please cite our paper if you use our model:
|
83 |
|
|
|
84 |
@misc{wang2025verireasonreinforcementlearningtestbench,
|
85 |
title={VeriReason: Reinforcement Learning with Testbench Feedback for Reasoning-Enhanced Verilog Generation},
|
86 |
author={Yiting Wang and Guoheng Sun and Wanghao Ye and Gang Qu and Ang Li},
|
@@ -90,7 +91,7 @@ Please cite our paper if you use our model:
|
|
90 |
primaryClass={cs.AI},
|
91 |
url={https://arxiv.org/abs/2505.11849},
|
92 |
}
|
93 |
-
|
94 |
|
95 |
## Acknowledgement
|
96 |
This repo benefits from OpenR1 and LLamaFactory.
|
|
|
79 |
```
|
80 |
|
81 |
## Citation
|
82 |
+
Please cite our paper if you use our model or dataset:
|
83 |
|
84 |
+
```bibtex
|
85 |
@misc{wang2025verireasonreinforcementlearningtestbench,
|
86 |
title={VeriReason: Reinforcement Learning with Testbench Feedback for Reasoning-Enhanced Verilog Generation},
|
87 |
author={Yiting Wang and Guoheng Sun and Wanghao Ye and Gang Qu and Ang Li},
|
|
|
91 |
primaryClass={cs.AI},
|
92 |
url={https://arxiv.org/abs/2505.11849},
|
93 |
}
|
94 |
+
```
|
95 |
|
96 |
## Acknowledgement
|
97 |
This repo benefits from OpenR1 and LLamaFactory.
|