WildHallucinations: Evaluating Long-form Factuality in LLMs with Real-World Entity Queries
Wenting Zhao, Tanya Goyal, Yu Ying Chiu, Liwei Jiang, Benjamin Newman, Abhilasha Ravichander, Khyathi Chandu, Ronan Le Bras, Claire Cardie, Yuntian Deng, Yejin Choi
TL;DR
WildHallucinations targets the gap in factuality evaluation by using real-world, non-Wikipedia entities extracted from user-chatbot interactions and vetted against a web-sourced knowledge base. The approach couples entity-level prompting with an automatic fact-checking pipeline (FActScore) to produce two factuality metrics, WildFActScore and WildFActScore-Strict, across 7,919 entities and 15 LLMs. Key findings show higher hallucination rates for entities without Wikipedia pages and notable domain-dependent variability; retrieval helps but does not eliminate hallucinations, and open-weight models lag behind closed-weight counterparts. The benchmark provides a scalable, domain-rich, automatic evaluation framework that can guide model development and ongoing benchmarking, with public release on Hugging Face to support broad adoption.
Abstract
While hallucinations of large language models (LLMs) prevail as a major challenge, existing evaluation benchmarks on factuality do not cover the diverse domains of knowledge that the real-world users of LLMs seek information about. To bridge this gap, we introduce WildHallucinations, a benchmark that evaluates factuality. It does so by prompting LLMs to generate information about entities mined from user-chatbot conversations in the wild. These generations are then automatically fact-checked against a systematically curated knowledge source collected from web search. Notably, half of these real-world entities do not have associated Wikipedia pages. We evaluate 118,785 generations from 15 LLMs on 7,919 entities. We find that LLMs consistently hallucinate more on entities without Wikipedia pages and exhibit varying hallucination rates across different domains. Finally, given the same base models, adding a retrieval component only slightly reduces hallucinations but does not eliminate hallucinations.
