Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,9 @@ tags:
|
|
| 5 |
- lean
|
| 6 |
---
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
|
| 10 |
These examples have **not** been formatted for instruction tuning (including data splits).
|
| 11 |
|
|
@@ -13,7 +15,9 @@ Please see `l3lab/ntp-mathlib-instruct-*` for datasets with instruction tuning e
|
|
| 13 |
|
| 14 |
|
| 15 |
### Version
|
| 16 |
-
Generated using `
|
|
|
|
|
|
|
| 17 |
|
| 18 |
```json
|
| 19 |
{
|
|
@@ -51,14 +55,13 @@ print(len(ds['train']))
|
|
| 51 |
|
| 52 |
#### Citation
|
| 53 |
|
| 54 |
-
|
| 55 |
```
|
| 56 |
-
@misc{
|
| 57 |
-
author = {Sean Welleck},
|
| 58 |
-
title = {Neural
|
| 59 |
year = {2024},
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
howpublished = {\url{https://github.com/cmu-l3/ntptutorial-II}},
|
| 63 |
}
|
| 64 |
-
```
|
|
|
|
| 5 |
- lean
|
| 6 |
---
|
| 7 |
|
| 8 |
+
## [miniCTX: Neural Theorem Proving with (Long-)Contexts]()
|
| 9 |
+
|
| 10 |
+
Lean 4 tactic prediction examples extracted from Mathlib.
|
| 11 |
|
| 12 |
These examples have **not** been formatted for instruction tuning (including data splits).
|
| 13 |
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
### Version
|
| 18 |
+
Generated using `ntptoolkit`'s `ntp-training-data`.
|
| 19 |
+
|
| 20 |
+
It used the following config for `ntp-training-data`:
|
| 21 |
|
| 22 |
```json
|
| 23 |
{
|
|
|
|
| 55 |
|
| 56 |
#### Citation
|
| 57 |
|
| 58 |
+
Please cite:
|
| 59 |
```
|
| 60 |
+
@misc{hu2024minictx,
|
| 61 |
+
author = {Jiewen Hu and Thomas Zhu and Sean Welleck},
|
| 62 |
+
title = {miniCTX: Neural Theorem Proving with (Long-)Contexts},
|
| 63 |
year = {2024},
|
| 64 |
+
eprint={},
|
| 65 |
+
archivePrefix={arXiv},
|
|
|
|
| 66 |
}
|
| 67 |
+
```
|