InternLM-Math
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
We release Lean-Github and InternLM2-Step-Prover with 29K theorems compiled from 100+ Lean 4 repos and a 7B models fine-tuned on Lean-Github and Lean-Workbook with SOTA performance on MiniF2F-test (54.5%), ProofNet (18.1%), and Putnam (5 problems).
|
6 |
+
[🤗Dataset](https://huggingface.co/datasets/internlm/Lean-Github) [🤗Model](https://huggingface.co/internlm/internlm2-step-prover) [📑 Paper](https://arxiv.org/abs/2407.17227) [📖 README](https://github.com/InternLM/InternLM-Math/blob/main/lean-github/README.md)
|
7 |
+
|
8 |
+
# Citation and Tech Report
|
9 |
+
```
|
10 |
+
@misc{wu2024leangithubcompilinggithublean,
|
11 |
+
title={LEAN-GitHub: Compiling GitHub LEAN repositories for a versatile LEAN prover},
|
12 |
+
author={Zijian Wu and Jiayu Wang and Dahua Lin and Kai Chen},
|
13 |
+
year={2024},
|
14 |
+
eprint={2407.17227},
|
15 |
+
archivePrefix={arXiv},
|
16 |
+
primaryClass={cs.AI},
|
17 |
+
url={https://arxiv.org/abs/2407.17227},
|
18 |
+
}
|
19 |
+
```
|