Update README.md
Browse files
README.md
CHANGED
|
@@ -76,11 +76,19 @@ We evaluate state-of-the-art LLMs on CipherBank, e.g., GPT-4o, DeepSeek-V3, and
|
|
| 76 |
|**o1-2024-12-17** | **40.59** |
|
| 77 |
|
| 78 |
## Please see paper & website for more information:
|
| 79 |
-
- [https://arxiv.
|
| 80 |
- [https://cipherbankeva.github.io/](https://cipherbankeva.github.io/)
|
| 81 |
|
| 82 |
## Citation
|
| 83 |
If you find CipherBank useful for your research and applications, please cite using this BibTeX:
|
| 84 |
```bibtex
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
```
|
|
|
|
| 76 |
|**o1-2024-12-17** | **40.59** |
|
| 77 |
|
| 78 |
## Please see paper & website for more information:
|
| 79 |
+
- [https://arxiv.org/abs/2504.19093](https://arxiv.org/abs/2504.19093)
|
| 80 |
- [https://cipherbankeva.github.io/](https://cipherbankeva.github.io/)
|
| 81 |
|
| 82 |
## Citation
|
| 83 |
If you find CipherBank useful for your research and applications, please cite using this BibTeX:
|
| 84 |
```bibtex
|
| 85 |
+
@misc{li2025cipherbankexploringboundaryllm,
|
| 86 |
+
title={CipherBank: Exploring the Boundary of LLM Reasoning Capabilities through Cryptography Challenges},
|
| 87 |
+
author={Yu Li and Qizhi Pei and Mengyuan Sun and Honglin Lin and Chenlin Ming and Xin Gao and Jiang Wu and Conghui He and Lijun Wu},
|
| 88 |
+
year={2025},
|
| 89 |
+
eprint={2504.19093},
|
| 90 |
+
archivePrefix={arXiv},
|
| 91 |
+
primaryClass={cs.CR},
|
| 92 |
+
url={https://arxiv.org/abs/2504.19093},
|
| 93 |
+
}
|
| 94 |
```
|