lindazeng979 commited on
Commit
6dbed87
·
verified ·
1 Parent(s): 9bf8423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,13 +9,13 @@ size_categories:
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
 
21
  ### Dataset Description
@@ -35,7 +35,7 @@ of associated documents, categorized as *supporting*, *misleading*, or *irreleva
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
 
 
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
+ 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
19
  of associated documents, categorized as *supporting*, *misleading*, or *irrelevant*
20
 
21
  ### Dataset Description
 
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: URL to the original document
39
 
40
  ### Dataset Source and Usage
41