Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,15 @@ pipeline_tag: question-answering
|
|
6 |
|
7 |
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).
|
8 |
|
9 |
-
Code: https://github.com/just1nseo/Verifying-the-Verifiers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
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).
|
8 |
|
9 |
+
Code: https://github.com/just1nseo/Verifying-the-Verifiers
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
If you find this model useful, please cite our paper!
|
13 |
+
```
|
14 |
+
@article{seo2025verifying,
|
15 |
+
title={Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers},
|
16 |
+
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},
|
17 |
+
journal={arXiv preprint arXiv:2506.13342},
|
18 |
+
year={2025}
|
19 |
+
}
|
20 |
+
```
|