Datasets:
wentingzhao
commited on
Commit
•
01554a3
1
Parent(s):
a24b0ae
Update README.md
Browse files
README.md
CHANGED
@@ -57,4 +57,17 @@ Dataset Columns:
|
|
57 |
* perplexity (float): the perplexity of the entity measured by the Llama-3-8B model
|
58 |
* info (string): the web information about the entity scraped from Google search results
|
59 |
* category (string): the category of the entity annotated by either an author or GPT-4o
|
60 |
-
* wiki (Boolean): whether any information about the entity comes from wikipedia.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
* perplexity (float): the perplexity of the entity measured by the Llama-3-8B model
|
58 |
* info (string): the web information about the entity scraped from Google search results
|
59 |
* category (string): the category of the entity annotated by either an author or GPT-4o
|
60 |
+
* wiki (Boolean): whether any information about the entity comes from wikipedia.org
|
61 |
+
|
62 |
+
### Citation Information
|
63 |
+
|
64 |
+
Please consider citing [our paper](https://arxiv.org/abs/2405.01470) if you find this dataset useful:
|
65 |
+
```
|
66 |
+
@article{
|
67 |
+
zhao2024wildhallucinations,
|
68 |
+
title={WildHallucinations: Evaluating Long-form Factuality in LLMs with Real-World Entity Queries},
|
69 |
+
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},
|
70 |
+
journal={arXiv preprint arXiv:2407.17468},
|
71 |
+
year={2024}
|
72 |
+
}
|
73 |
+
}
|