wellecks commited on
Commit
11218f3
·
verified ·
1 Parent(s): 756edc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -48,14 +48,17 @@ print(len(ds['train']))
48
  }
49
  ```
50
 
51
- ### Citation
 
 
 
52
  ```
53
- @misc{ntptutorial,
54
  author = {Sean Welleck},
55
- title = {Neural theorem proving tutorial},
56
- year = {2023},
57
  publisher = {GitHub},
58
  journal = {GitHub repository},
59
- howpublished = {\url{https://github.com/wellecks/ntptutorial}},
60
  }
61
  ```
 
48
  }
49
  ```
50
 
51
+
52
+ #### Citation
53
+
54
+ Until an associated preprint is available, please cite the tutorial's repository:
55
  ```
56
+ @misc{ntptutorialII,
57
  author = {Sean Welleck},
58
+ title = {Neural theorem proving tutorial II},
59
+ year = {2024},
60
  publisher = {GitHub},
61
  journal = {GitHub repository},
62
+ howpublished = {\url{https://github.com/cmu-l3/ntptutorial-II}},
63
  }
64
  ```