ClearFacts / README.md
just1nseo's picture
Update README.md
5afd42a verified
metadata
dataset_info:
  features:
    - name: topic
      dtype: string
    - name: statement
      dtype: string
    - name: reference_documents
      sequence: string
    - name: label
      dtype: string
    - name: category
      dtype: string
    - name: additional_info
      dtype: string
  splits:
    - name: train
      num_bytes: 8047985
      num_examples: 1590
  download_size: 3603603
  dataset_size: 8047985
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
task_categories:
  - question-answering
library_name: datasets
license: mit

The ClearFacts dataset used in the paper Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers.

GitHub Repository: https://github.com/just1nseo/Verifying-the-Verifiers

Citation

If you find this dataset useful, please cite our paper!

@article{seo2025verifying,
  title={Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers},
  author={Seo, Wooseok and Han, Seungju and Jung, Jaehun and Newman, Benjamin and Lim, Seungwon and Lee, Seungbeen and Lu, Ximing and Choi, Yejin and Yu, Youngjae},
  journal={arXiv preprint arXiv:2506.13342},
  year={2025}
}