File size: 758 Bytes
a76f9ac
 
 
 
 
 
 
 
3d735a5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
library_name: transformers
pipeline_tag: question-answering
---

This repository contains the ClearCheck-8B model presented in the paper [Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers](https://huggingface.co/papers/2506.13342).

Code: https://github.com/just1nseo/Verifying-the-Verifiers

## Citation
If you find this model 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}
}
```