Update README.md
Browse filesupdate the readme file
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- microsoft/deberta-v3-large
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
---
|
9 |
+
|
10 |
+
# FactCG for Large Language Model Ungrounded Hallucination Detection
|
11 |
+
|
12 |
+
This is a fact-checking model from our work:
|
13 |
+
|
14 |
+
📃 [**FactCG: Enhancing Fact Checkers with Graph-Based
|
15 |
+
Multi-Hop Data**](https://arxiv.org/pdf/2501.17144) (NAACL2025, [GitHub Repo](https://github.com/derenlei/FactCG))
|
16 |
+
|
17 |
+
|
18 |
+
If you find the repository or FactCG helpful, please cite the following paper
|
19 |
+
```bibtex
|
20 |
+
@inproceedings{lei2025factcg,
|
21 |
+
title={FactCG: Enhancing Fact Checkers with Graph-Based Multi-Hop Data},
|
22 |
+
author={Lei, Deren and Li, Yaxi and Li, Siyao and Hu, Mengya and Xu, Rui and Archer, Ken and Wang, Mingyu and Ching, Emily and Deng, Alex},
|
23 |
+
journal={NAACL},
|
24 |
+
year={2025}
|
25 |
+
}
|
26 |
+
```
|