--- license: mit language: - en base_model: - microsoft/deberta-v3-large pipeline_tag: text-classification --- # FactCG for Large Language Model Ungrounded Hallucination Detection This is a fact-checking model from our work: 📃 [**FactCG: Enhancing Fact Checkers with Graph-Based Multi-Hop Data**](https://arxiv.org/pdf/2501.17144) (NAACL2025, [GitHub Repo](https://github.com/derenlei/FactCG)) If you find the repository or FactCG helpful, please cite the following paper ```bibtex @inproceedings{lei2025factcg, title={FactCG: Enhancing Fact Checkers with Graph-Based Multi-Hop Data}, 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}, journal={NAACL}, year={2025} } ```