File size: 2,544 Bytes
45e4a61 6dbed87 45e4a61 9bf8423 6dbed87 45e4a61 5e3fc29 45e4a61 b090d28 45e4a61 664aab6 45e4a61 6dbed87 45e4a61 3e036eb 45e4a61 664aab6 3e036eb 664aab6 9b0bffa 664aab6 45e4a61 664aab6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
license: mit
task_categories:
- question-answering
language:
- en
pretty_name: RAGuard
size_categories:
- 10K<n<100K
---
# Dataset Card for RAGuard
## Dataset Details
```RAGuard``` is a fact-checking dataset designed to evaluate the robustness of RAG systems against misleading retrievals.
It consists of 2,648 political claims made by U.S. presidential candidates (2000–2024), each labeled as either *true* or *false*, and a knowledge base comprising 16,331 documents. Each claim is linked to a set
of associated documents, categorized as *supporting*, *misleading*, or *irrelevant*
### Dataset Description
```claims.csv``` contains the following fields for each claim, scraped from [PolitiFact](https://www.politifact.com/).
1. Claim ID
2. Claim: Full text of the claim
3. Verdict: Binary fact-checking verdict, *True* or *False*
4. Document IDs: List IDs of documents corresponding to this claim
5. Document Labels: List of labels for the associated documents, either *supporting*, *misleading*, or *irrelevant*
```documents.csv``` contains the following fields for each document in our knowledge base, scraped from [Reddit](https://www.reddit.com/).
1. Document ID
2. Title: Reddit post title
3. Full Text: Content of the document
4. Claim ID: ID of the corresponding claim
5. Document Label: Label for the document's label to the claim, either *supporting*, *misleading*, or *irrelevant*
6. Link: URL to the original document
### Dataset Source and Usage
- See Section 2.4 of our [paper](https://arxiv.org/abs/2502.16101) for supported tasks
# Citation
If you use this dataset, please cite our [paper](https://arxiv.org/abs/2502.16101):
```
@misc{zeng2025worsezeroshotfactcheckingdataset,
title={Worse than Zero-shot? A Fact-Checking Dataset for Evaluating the Robustness of RAG Against Misleading Retrievals},
author={Linda Zeng and Rithwik Gupta and Divij Motwani and Diji Yang and Yi Zhang},
year={2025},
eprint={2502.16101},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2502.16101},
}
```
# Disclaimer
This dataset has been compiled from publicly available sources on the Internet. It may contain discussions on sensitive political topics, including viewpoints that some individuals may find controversial or offensive. The inclusion of any content does not imply endorsement of any views expressed. Users are advised to exercise discretion and ensure compliance with applicable ethical guidelines and legal frameworks when using this dataset.
|