Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: lgpl-2.1
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: lgpl-2.1
|
3 |
---
|
4 |
+
|
5 |
+
The ASTactic model in the paper:
|
6 |
+
|
7 |
+
[Learning to Prove Theorems via Interacting with Proof Assistants](https://arxiv.org/abs/1905.09381)
|
8 |
+
[Kaiyu Yang](https://yangky11.github.io/) and [Jia Deng](https://www.cs.princeton.edu/~jiadeng/)
|
9 |
+
International Conference on Machine Learning (ICML) 2019
|
10 |
+
|
11 |
+
```bibtex
|
12 |
+
@inproceedings{yang2019coqgym,
|
13 |
+
title={Learning to Prove Theorems via Interacting with Proof Assistants},
|
14 |
+
author={Yang, Kaiyu and Deng, Jia},
|
15 |
+
booktitle={International Conference on Machine Learning (ICML)},
|
16 |
+
year={2019}
|
17 |
+
}
|
18 |
+
```
|
19 |
+
|
20 |
+
Please visit https://github.com/princeton-vl/CoqGym for details.
|