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이 극소수의 정보를 기억하는 능력을 평가하기 위한, 다중 정답을 가진 폐쇄형 지식 탐지 벤치마크이다.
핵심 기여도
- ElephantBench: 1,094개 질문을 포함한, 다중 정답을 가진 폐쇄형 지식 탐지 벤치마크.
- 그래프 기반 파이프라인: 지식 포인트 클러스터링과 엔티티 추출을 활용한 효율적인 벤치마크 생성 프로세스.
- 52.4%의 완전 회상률: 최고 성능 모델조차 질문의 절반 미만에서 모든 정답을 회상.
- 노출 불균형 분석: 다수 측 노출이 회상에 도움되지만, 소수 측 노출이 회상 완전성을 높임.
핵심 아이디어
기존 QA 시스템은 단일 정답을 가정하여 LLM이 극소수의 정보를 다각적으로 기억하는 능력을 평가하지 못한다. 이를 해결하기 위해, 저노출 웹 코퍼스에서 자연 발생하는 의견 충돌을 추출하여 ElephantBench를 구축했다. 이는 LLM의 매개변수 메모리 내 지식의 완전성을 진단하는 데 사용된다. 핵심 아이디어는 "blind men and the elephant" 비유를 기반으로, LLM이 단일 시각에 머무르는 'epistemic myopia'를 탐지하는 것이다. ElephantBench는 소수 측 정보에 대한 노출이 회상 완전성에 더 큰 영향을 미친다는 통찰을 제공한다.
기술적 접근법
- **ElephantBench 생성 파이프라인**: 지식 포인트 클러스터링, 엔티티 추출, LLM 기반의 지원/충돌 엣지 생성을 포함한 2단계 그래프 기반 프로세스.
- **데이터셋**: 1,094개 질문, 저노출 웹 코퍼스(D_low)에서 추출, 문서 기반 검증 및 인적 검토 완료.
- **평가 설정**: 32개 모델 평가, GPT-5.6-Sol을 심사자로 사용, 추론 활성화 상태에서 평가.
- **메트릭**: 완전 회상(C), 부분 회상(P), 실패 회상(F), 조건적 완전성(K) 사용.
주요 결과
- 최고 성능 모델의 완전 회상률: 52.4% (모든 정답을 회상).
- 나머지 질문에서 1개 정답만 회상, 다른 정답은 누락.
- 노출 불균형이 다수 측 정답 회상에 유리하지만, 소수 측 노출이 회상 완전성과 강한 상관관계.
- 모델 규모 확장 및 추론 강화는 회상률 개선에 도움이 되나, 완전 회상은 개선되지 않음.
의의 및 한계
ElephantBench는 LLM의 매개변수 메모리 내 지식의 완전성을 진단하는 첫 번째 폐쇄형 벤치마크로, epistemic myopia를 정량적으로 평가할 수 있는 도구로 의의가 있다. 또한, 저노출 코퍼스를 효율적으로 지식 탐지 벤치마크로 전환하는 파이프라인을 제시하여, 향후 연구에 활용 가능하다. 그러나, 벤치마크는 특정 유형의 의견 충돌에만 국한되며, 다양한 도메인에서의 일반화 가능성은 추가 연구가 필요하다.
실용적 활용
ElephantBench는 LLM의 지식 저장 및 회상 능력을 평가하는 데 활용될 수 있으며, 특히 저노출 정보를 다루는 의료, 역사, 과학 분야의 연구 및 산업에서 유용할 수 있다. 또한, 데이터셋 노출 불균형을 진단하고, 데이터 큐레이션 전략을 개선하는 데 기여할 수 있다.