Update README.md
Browse files
README.md
CHANGED
|
@@ -40,3 +40,17 @@ We present a fine-tuned model for formal verification tasks. It is fine-tuned in
|
|
| 40 |
<img width=60%" src="figures/data-prepare.png">
|
| 41 |
</p>
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
<img width=60%" src="figures/data-prepare.png">
|
| 41 |
</p>
|
| 42 |
|
| 43 |
+
|
| 44 |
+
## Citation
|
| 45 |
+
```
|
| 46 |
+
@misc{fmbench25jialun,
|
| 47 |
+
title={From Informal to Formal--Incorporating and Evaluating LLMs on Natural Language Requirements to Verifiable Formal Proofs},
|
| 48 |
+
author={Jialun Cao, Yaojie Lu, Meiziniu Li, Haoyang Ma, Haokun Li, Mengda He, Cheng Wen, Le Sun, Hongyu Zhang, Shengchao Qin, Shing-Chi Cheung, Cong Tian},
|
| 49 |
+
year={2025},
|
| 50 |
+
eprint={2501.16207},
|
| 51 |
+
archivePrefix={arXiv},
|
| 52 |
+
primaryClass={cs.AI},
|
| 53 |
+
url={https://arxiv.org/abs/2501.16207},
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
```
|