Blind Men and the Elephant: Probing the Epistemic Myopia of LLMs under Long-Tail Divergent Knowledge

Zhuoshi Pan, Junru Lu, Yan Qian, H. Vicky Zhao, Di Yin, Xing Sun

arXiv:2608.28478 · 2026-08-31 공개 · arXiv · PDF

llm-evaluation model-scaling closed-book-qa corpus-analysis long-tail-knowledge divergent-answers elephantbench epistemic-myopia

Abstract

Factual question answering (QA) typically assumes a single canonical answer, obscuring whether large language models (LLMs) retain divergent accounts of long-tail facts. To address this gap, we introduce ElephantBench, a closed-book knowledge probe comprising 1,094 questions generated through an auditable graph-based pipeline. The pipeline retrieves related documents from a low-exposure web corpus, identifies naturally occurring disagreements, and converts them into multi-account QA records. Each answer is verified against the originating documents and authoritative public web sources and is then reviewed by human annotators. Across 32 models, even the strongest model recovers both accounts on only 52.4% of questions, while on nearly all remaining questions it recalls one account but omits the other. Scaling model size and inference-time reasoning improve recall but do not eliminate this incompleteness. Corpus analysis further shows that exposure imbalance favors the dominant account, whereas greater minority-side exposure is associated with more complete recall. These findings establish ElephantBench as a reproducible knowledge probe for diagnosing epistemic myopia in parametric memory. More broadly, our graph-based benchmark construction pipeline provides an efficient and scalable way to turn long-tail corpora into source-traceable knowledge probes, supporting efforts to evaluate and advance the epistemic rigour of next-generation LLMs. Code is available at https://github.com/Tencent/ElephantBench.

한국어 요약

한 줄 요약

ElephantBench는 LLM이 극소수의 정보를 기억하는 능력을 평가하기 위한, 다중 정답을 가진 폐쇄형 지식 탐지 벤치마크이다.

핵심 기여도

핵심 아이디어

기존 QA 시스템은 단일 정답을 가정하여 LLM이 극소수의 정보를 다각적으로 기억하는 능력을 평가하지 못한다. 이를 해결하기 위해, 저노출 웹 코퍼스에서 자연 발생하는 의견 충돌을 추출하여 ElephantBench를 구축했다. 이는 LLM의 매개변수 메모리 내 지식의 완전성을 진단하는 데 사용된다. 핵심 아이디어는 "blind men and the elephant" 비유를 기반으로, LLM이 단일 시각에 머무르는 'epistemic myopia'를 탐지하는 것이다. ElephantBench는 소수 측 정보에 대한 노출이 회상 완전성에 더 큰 영향을 미친다는 통찰을 제공한다.

기술적 접근법

주요 결과

의의 및 한계

ElephantBench는 LLM의 매개변수 메모리 내 지식의 완전성을 진단하는 첫 번째 폐쇄형 벤치마크로, epistemic myopia를 정량적으로 평가할 수 있는 도구로 의의가 있다. 또한, 저노출 코퍼스를 효율적으로 지식 탐지 벤치마크로 전환하는 파이프라인을 제시하여, 향후 연구에 활용 가능하다. 그러나, 벤치마크는 특정 유형의 의견 충돌에만 국한되며, 다양한 도메인에서의 일반화 가능성은 추가 연구가 필요하다.

실용적 활용

ElephantBench는 LLM의 지식 저장 및 회상 능력을 평가하는 데 활용될 수 있으며, 특히 저노출 정보를 다루는 의료, 역사, 과학 분야의 연구 및 산업에서 유용할 수 있다. 또한, 데이터셋 노출 불균형을 진단하고, 데이터 큐레이션 전략을 개선하는 데 기여할 수 있다.