hanwenzhu commited on
Commit
03b2ea6
1 Parent(s): e10adf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -58,10 +58,12 @@ print(len(ds['train']))
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
  ```
 
58
  Please cite:
59
  ```
60
  @misc{hu2024minictx,
61
+ title={miniCTX: Neural Theorem Proving with (Long-)Contexts},
62
+ author={Jiewen Hu and Thomas Zhu and Sean Welleck},
63
+ year={2024},
64
+ eprint={2408.03350},
65
  archivePrefix={arXiv},
66
+ primaryClass={cs.AI},
67
+ url={https://arxiv.org/abs/2408.03350},
68
  }
69
  ```