Update README.md
Browse files
README.md
CHANGED
@@ -58,10 +58,12 @@ print(len(ds['train']))
|
|
58 |
Please cite:
|
59 |
```
|
60 |
@misc{hu2024minictx,
|
61 |
-
|
62 |
-
|
63 |
-
year
|
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 |
```
|