Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,27 @@ configs:
|
|
| 16 |
|
| 17 |
# ElephantBench
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ElephantBench is a closed-book knowledge probe for evaluating whether a language model
|
| 20 |
remembers long-tail facts and recalls the different verified accounts associated with them.
|
| 21 |
The release contains 1,094 English questions.
|
|
|
|
| 16 |
|
| 17 |
# ElephantBench
|
| 18 |
|
| 19 |
+
<p align="center">
|
| 20 |
+
<a href="https://github.com/Tencent/ElephantBench">
|
| 21 |
+
<img
|
| 22 |
+
src="https://img.shields.io/badge/ElephantBench-GitHub-blue?logo=github"
|
| 23 |
+
alt="GitHub Repo"
|
| 24 |
+
/>
|
| 25 |
+
</a>
|
| 26 |
+
<a href="https://tencent.github.io/ElephantBench/">
|
| 27 |
+
<img
|
| 28 |
+
src="https://img.shields.io/badge/ElephantBench-Leaderboard-ff725e?logo=githubpages&logoColor=white"
|
| 29 |
+
alt="ElephantBench Leaderboard"
|
| 30 |
+
/>
|
| 31 |
+
</a>
|
| 32 |
+
<a href="">
|
| 33 |
+
<img
|
| 34 |
+
src="https://img.shields.io/badge/ElephantBench-Paper-red?logo=arxiv&logoColor=red"
|
| 35 |
+
alt="Paper"
|
| 36 |
+
/>
|
| 37 |
+
</a>
|
| 38 |
+
</p>
|
| 39 |
+
|
| 40 |
ElephantBench is a closed-book knowledge probe for evaluating whether a language model
|
| 41 |
remembers long-tail facts and recalls the different verified accounts associated with them.
|
| 42 |
The release contains 1,094 English questions.
|