Datasets:

Languages:
English
ArXiv:
License:
lindazeng979 commited on
Commit
664aab6
·
verified ·
1 Parent(s): 5e3fc29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -9,12 +9,12 @@ size_categories:
9
  - 10K<n<100K
10
  ---
11
 
12
- # Dataset Card for RAGuard
13
 
14
 
15
  ## Dataset Details
16
 
17
- A fact-checking dataset designed to evaluate the robustness of RAG systems against misleading retrievals.
18
  ```RAGuard``` 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
19
  of associated documents, categorized as *supporting*, *misleading*, or *irrelevant*
20
 
@@ -32,16 +32,27 @@ of associated documents, categorized as *supporting*, *misleading*, or *irreleva
32
 
33
  1. Document ID
34
  2. Title: Reddit post title
35
- 3. Full Text
36
  4. Claim ID: ID of the corresponding claim
37
  5. Document Label: Label for the document's label to the claim, either *supporting*, *misleading*, or *irrelevant*
38
  6. Link
39
 
40
  ### Dataset Source and Usage
41
 
42
- - See Section 2.4 of the **Preprint** \[To Be Released] for supported tasks
43
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  # Disclaimer
45
 
46
- This dataset has been constructed from information that publically available on the Internet.
47
- It contains discussion of sensitive political topics that some may find offensive.
 
9
  - 10K<n<100K
10
  ---
11
 
12
+ # Dataset Card for ```RAGuard```
13
 
14
 
15
  ## Dataset Details
16
 
17
+ ``````RAGuard``` is a fact-checking dataset designed to evaluate the robustness of RAG systems against misleading retrievals.
18
  ```RAGuard``` 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
19
  of associated documents, categorized as *supporting*, *misleading*, or *irrelevant*
20
 
 
32
 
33
  1. Document ID
34
  2. Title: Reddit post title
35
+ 3. Full Text: Content of the document
36
  4. Claim ID: ID of the corresponding claim
37
  5. Document Label: Label for the document's label to the claim, either *supporting*, *misleading*, or *irrelevant*
38
  6. Link
39
 
40
  ### Dataset Source and Usage
41
 
42
+ - See Section 2.4 of the **Preprint** \[To Be Released\] for supported tasks
43
 
44
+ # Citation
45
+ If you use this dataset, please cite our paper:
46
+
47
+ ```
48
+ @misc{zeng2025worsethanzeroshot,
49
+ author = {Linda Zeng and Rithwik Gupta and Divij Motwani and Diji Yang and Yi Zhang},
50
+ title = {Worse than Zero-shot? A Fact-Checking Dataset for Evaluating the Robustness of RAG Against Misleading Retrievals},
51
+ journal = {Preprint},
52
+ year = {2025},
53
+ url = {To Be Released}
54
+ }
55
+ ```
56
  # Disclaimer
57
 
58
+ 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.