Datasets:

Languages:
English
ArXiv:
License:
RithwikG commited on
Commit
45e4a61
·
verified ·
1 Parent(s): 3b5bb17

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ pretty_name: RAGuard
8
+ 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
+
21
+ ### Dataset Description
22
+
23
+ ```claims.csv``` contains the following fields for each claim which has been scraped from [PolitiFact](https://www.politifact.com/).
24
+
25
+ 1. Claim ID
26
+ 2. Claim: Full text of the claim
27
+ 3. Verdict: Binary fact-checking verdict, *true* or *false*
28
+ 4. Document IDs: List IDs of documents corresponding to this claim
29
+ 5. Document Labels: List of labels for the associated documents, either *supporting*, *misleading*, or *irrelevant*
30
+
31
+ ```documents.csv``` contains the following fields for each document in our knowledge base, scraped from [Reddit](https://www.reddit.com/).
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 the **Preprint** at \[To Be Released]
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.