kaiyuy commited on
Commit
60fe6ad
1 Parent(s): 5d078b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ [LeanDojo: Theorem Proving with Retrieval-Augmented Language Models](https://arxiv.org/abs/xxxx.xxxxx)
6
+ Under review, NeurIPS (Datasets and Benchmarks Track), 2023
7
+ [Kaiyu Yang](https://yangky11.github.io/), [Aidan Swope](https://aidanswope.com/about), [Alex Gu](https://minimario.github.io/), [Rahul Chalamala](https://www.linkedin.com/in/rchalamala),
8
+ [Peiyang Song](https://www.linkedin.com/in/peiyang-song-3279b3251/), [Shixing Yu](https://billysx.github.io/), [Saad Godil](https://www.linkedin.com/in/saad-godil-9728353/), [Ryan Prenger](https://www.linkedin.com/in/ryan-prenger-18797ba1/), [Anima Anandkumar](http://tensorlab.cms.caltech.edu/users/anima/)
9
+
10
+ ```bibtex
11
+ @article{yang2023leandojo,
12
+ title={{LeanDojo}: Theorem Proving with Retrieval-Augmented Language Models},
13
+ author={Yang, Kaiyu and Swope, Aidan and Gu, Alex and Chalamala, Rahul and Song, Peiyang and Yu, Shixing and Godil, Saad and Prenger, Ryan and Anandkumar, Anima},
14
+ journal={arXiv preprint arXiv:2306.15626},
15
+ year={2023}
16
+ }
17
+ ```
18
+
19
+ Please visit [LeanDojo Website](https://leandojo.org/) for details.