nielsr HF Staff commited on
Commit
1f482ff
·
verified ·
1 Parent(s): 645fe11

Add link to paper and GitHub repository; add metadata

Browse files

This PR adds a link to the paper and the GitHub repository to the dataset card for increased accessibility and context.
It also adds metadata for task category, library name and license.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,4 +24,12 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
27
  ---
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ task_categories:
28
+ - question-answering
29
+ library_name: datasets
30
+ license: mit
31
  ---
32
+
33
+ The ClearFacts dataset used in the paper [Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers](https://huggingface.co/papers/2506.13342).
34
+
35
+ GitHub Repository: [https://github.com/just1nseo/Verifying-the-Verifiers](https://github.com/just1nseo/Verifying-the-Verifiers)