20 lines
758 B
Markdown
20 lines
758 B
Markdown
|
|
---
|
||
|
|
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}
|
||
|
|
}
|
||
|
|
```
|