Add link to paper
Browse filesThis PR adds a link to the paper page on hf.co.
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- question-answering
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- Reasoning
|
9 |
- LLM
|
10 |
- Encryption
|
11 |
- Decryption
|
12 |
-
size_categories:
|
13 |
-
- 1K<n<10K
|
14 |
configs:
|
15 |
- config_name: Rot13
|
16 |
data_files:
|
@@ -49,6 +49,7 @@ configs:
|
|
49 |
- split: test
|
50 |
path: data/WordShift.jsonl
|
51 |
---
|
|
|
52 |
# CipherBank Benchmark
|
53 |
|
54 |
## Benchmark description
|
@@ -76,6 +77,7 @@ 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.org/abs/2504.19093](https://arxiv.org/abs/2504.19093)
|
80 |
- [https://cipherbankeva.github.io/](https://cipherbankeva.github.io/)
|
81 |
|
@@ -91,4 +93,4 @@ If you find CipherBank useful for your research and applications, please cite us
|
|
91 |
primaryClass={cs.CR},
|
92 |
url={https://arxiv.org/abs/2504.19093},
|
93 |
}
|
94 |
-
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- question-answering
|
|
|
|
|
9 |
tags:
|
10 |
- Reasoning
|
11 |
- LLM
|
12 |
- Encryption
|
13 |
- Decryption
|
|
|
|
|
14 |
configs:
|
15 |
- config_name: Rot13
|
16 |
data_files:
|
|
|
49 |
- split: test
|
50 |
path: data/WordShift.jsonl
|
51 |
---
|
52 |
+
|
53 |
# CipherBank Benchmark
|
54 |
|
55 |
## Benchmark description
|
|
|
77 |
|**o1-2024-12-17** | **40.59** |
|
78 |
|
79 |
## Please see paper & website for more information:
|
80 |
+
- [Paper](https://huggingface.co/papers/2504.19093)
|
81 |
- [https://arxiv.org/abs/2504.19093](https://arxiv.org/abs/2504.19093)
|
82 |
- [https://cipherbankeva.github.io/](https://cipherbankeva.github.io/)
|
83 |
|
|
|
93 |
primaryClass={cs.CR},
|
94 |
url={https://arxiv.org/abs/2504.19093},
|
95 |
}
|
96 |
+
```
|