Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ configs:
|
|
| 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"
|
|
@@ -88,4 +88,11 @@ generation.
|
|
| 88 |
|
| 89 |
## Citation
|
| 90 |
|
| 91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
alt="ElephantBench Leaderboard"
|
| 30 |
/>
|
| 31 |
</a>
|
| 32 |
+
<a href="https://arxiv.org/abs/2608.28478">
|
| 33 |
<img
|
| 34 |
src="https://img.shields.io/badge/ElephantBench-Paper-red?logo=arxiv&logoColor=red"
|
| 35 |
alt="Paper"
|
|
|
|
| 88 |
|
| 89 |
## Citation
|
| 90 |
|
| 91 |
+
```
|
| 92 |
+
@article{pan2026elephantbench,
|
| 93 |
+
title={Blind Men and the Elephant: Probing the Epistemic Myopia of LLMs under Long-Tail Divergent Knowledge},
|
| 94 |
+
author={Pan, Zhuoshi and Lu, Junru and Qian, Yan and Zhao, H. Vicky and Yin, Di and Sun, Xing},
|
| 95 |
+
journal={arXiv preprint arXiv:2608.28478},
|
| 96 |
+
year={2026}
|
| 97 |
+
}
|
| 98 |
+
```
|