Dataset Viewer
Auto-converted to Parquet Duplicate
entity
stringlengths
3
76
perplexity
float64
4.17
348M
info
listlengths
1
10
category
stringclasses
20 values
wiki
int64
0
1
AHKCvJoyInterface
20,688.4375
[ { "status_code": 200, "text": "GitHub - evilC/AHK-CvJoyInterface: A Simple to use class for AutoHotkey to interface with Shaul's vJoy\nSkip to content\nNavigation Menu\nToggle navigation\nSign in\nProduct\nActions\nAutomate any workflow\nPackages\nHost and manage packages\nSecurity\nFind and fix vulnerabili...
computing-related
0
CharlieIntel
124,853.1875
[ { "status_code": 200, "text": "Charlie INTEL | Call of Duty News, Leaks, Guides, Trailers - Charlie INTELRegisterSign inLogin to enable dark mode.Sign up for free to unlock exclusive perks:See fewer adsAn Ad-lite experience on articles.Dark ModeCustomize your Charlie INTEL experience, choose between dark or...
culture & entertainment
0
Dr. Gabor Mate
39.966446
[ { "status_code": 200, "text": "Addiction Expert, Speaker and Best-selling Author Dr. Gabor Mat\nSkip to content\nSearch...\nAbout\nTopics\nMenu Toggle\nAddiction\nMind/Body Health\nChildhood Development & Parenting\nADHD\nCompassionate Inquiry\nTrauma\nBooks\nMenu Toggle\nThe Myth of Normal\nIn The Realm Of...
people & personal attributes
1
Fredo Bang
397.651001
[ { "status_code": 200, "text": "Home - Fredo Bang\nSearch for:\nFredo Bang\nBang Biz Entertainment\nTour\nShop\nVideos\nGallery\nMenuTourShopVideosGallery\nHome\nVideos<<\n>>\nTour\n5/16/24\nOrlando, FL\nYES IM SAD PERFOMANCE TICKETS 5/17/24\nTAMPA, FL\nYES IM SAD PERFOMANCE TICKETS 5/18/24\nGAINESVILLE, FL\...
culture & entertainment
1
Dentaverse podcast
1,595.833008
[ { "status_code": 200, "text": "Dentaverse - DentalTV\nSkip to main content\nWe're Not Just Dentists, We're Problem Solvers and ready to solve also yours !!\nDentalTV\nBrowse\nSearch\nPhoto School\nDental Talks\nLiterature\nCoaching\nWell-Being\nSubscribe\nStart Watching\nSign in\nSubscribe\nStart Watching\...
culture & entertainment
0
Verona Dempsey
1,448.358765
[ { "status_code": 200, "text": "Verona Dempsey | Scoobypedia | Fandom\nScoobypedia\nExplore\nMain Page\nDiscuss\nAll Pages\nCommunity\nInteractive Maps\nRecent Blog Posts\nUniverse\nCharacters\nScooby-Doo\nDaphne Blake\nShaggy Rogers\nFred Jones\nVelma Dinkley\nMystery Inc.\nMonsters\nMore...\nLocations\nCoo...
people & personal attributes
0
StructGPT
13,266.954102
[{"status_code":200,"text":"[2305.09645] StructGPT: A General Framework for Large Language Model to (...TRUNCATED)
computing-related
0
Phione
24,581.744141
[{"status_code":200,"text":"News\nBulbapedia\nBulbapedia main page\nPokmon\nNational Pokdex\nBy Name(...TRUNCATED)
organism
0
World War II
41.006165
[{"status_code":200,"text":"World War II - Wikipedia\nJump to content\nMain menu\nMain menu\nmove to(...TRUNCATED)
history-related
1
Windows 11 23H2
18.370396
[{"status_code":200,"text":"Windows 11, version 23H2 known issues and notifications | Microsoft Lear(...TRUNCATED)
computing-related
0
End of preview. Expand in Data Studio

WildHallucinations is designed for evaluating the factuality of LLMs. Its core idea is to prompt LLMs to generate and fact-check information about a diverse set of entities. WildHallucinations consists of 7917 entities extracted from WildChat and a knowledge source. These entities come from English conversations that are marked as non-toxic. As described in the main paper, we apply extensive filtering for quality control, especially for removing entities with more than one meaning. The knowledge source is constructed from Google search API. We scrape the top 10 web pages for each entity. Additional cleaning process can be found in the paper.

To use the dataset:

from datasets import load_dataset
ds = load_dataset("wentingzhao/WildHallucinations", split="train")

Dataset Columns:

  • entity (string): the entity name
  • perplexity (float): the perplexity of the entity measured by the Llama-3-8B model
  • info (string): the web information about the entity scraped from Google search results
  • category (string): the category of the entity annotated by either an author or GPT-4o
  • wiki (Boolean): whether any information about the entity comes from wikipedia.org

Citation Information

Please consider citing our paper if you find this dataset useful:

@article{
    zhao2024wildhallucinations,
    title={WildHallucinations: Evaluating Long-form Factuality in LLMs with Real-World Entity Queries},
    author={Wenting Zhao, Tanya Goyal, Yu Ying Chiu, Liwei Jiang, Benjamin Newman, Abhilasha Ravichander, Khyathi Chandu, Ronan Le Bras, Claire Cardie, Yuntian Deng, Yejin Choi},
    journal={arXiv preprint arXiv:2407.17468},
    year={2024}
}
Downloads last month
84

Paper for wentingzhao/WildHallucinations