Siyuan233 commited on
Commit
9958e75
·
verified ·
1 Parent(s): 4628656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -175,11 +175,13 @@ print(proof)
175
  ## Citation
176
 
177
  ```bibtex
178
- @article{wang2026learning,
179
- title={Learning to Repair Lean Proofs from Compiler Feedback},
180
- author={Wang, Yiran and Chess, Simon and Lee, Daniel and Ge, Siyuan and Mallavarapu, Ajit and Ilin, Vasily},
181
- year={2026},
182
- note={Preprint}
 
 
183
  }
184
  ```
185
 
 
175
  ## Citation
176
 
177
  ```bibtex
178
+ @article{wang2026repairlean,
179
+ title = {Learning to Repair Lean Proofs from Compiler Feedback},
180
+ author = {Wang, Evan and Chess, Simon and Lee, Daniel and Ge, Siyuan and Mallavarapu, Ajit and Ilin, Vasily},
181
+ journal= {arXiv preprint arXiv:2602.02990},
182
+ year = {2026},
183
+ doi = {10.48550/arXiv.2602.02990},
184
+ url = {https://arxiv.org/abs/2602.02990}
185
  }
186
  ```
187