Is LLMs Hallucination Usable? LLM-Based Negative Reasoning for Fake News Detection

Abstract

The questionable responses caused by knowledge hallucination may lead to LLMs' unstable ability in decision-making. However, it has never been investigated whether the LLMs' hallucination is possibly usable for generating negative reasoning to assist fake news detection. In this paper, we propose a novel supervised self-reinforced reasoning rectification approach - SR^3 that not only yields common reasonable reasoning for news but also forces LLMs to generate the wrong understandings of news via LLMs reflection for semantic consistency learning. Upon that, we construct a negative reasoning-based news learning model called - NRFE, which leverages positive or negative news-reasoning pairs for learning the semantic consistency between them. To avoid the impact of label-implicated reasoning, we deploy a student model - NRFE-D that only takes news content as input to inspect the performance of our method by distilling the knowledge from NRFE. The experimental results verified on three popular fake news datasets demonstrate the superiority of our method compared with three kinds of baselines including prompting-based LLMs, fine-tuning-based PLMs, and other representative fake news detection methods.

Cite

Text

Zhang et al. "Is LLMs Hallucination Usable? LLM-Based Negative Reasoning for Fake News Detection." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I1.32089

Markdown

[Zhang et al. "Is LLMs Hallucination Usable? LLM-Based Negative Reasoning for Fake News Detection." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhang2025aaai-llms/) doi:10.1609/AAAI.V39I1.32089

BibTeX

@inproceedings{zhang2025aaai-llms,
  title     = {{Is LLMs Hallucination Usable? LLM-Based Negative Reasoning for Fake News Detection}},
  author    = {Zhang, Chaowei and Feng, Zongling and Zhang, Zewei and Qiang, Jipeng and Xu, Guandong and Li, Yun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {1031-1039},
  doi       = {10.1609/AAAI.V39I1.32089},
  url       = {https://mlanthology.org/aaai/2025/zhang2025aaai-llms/}
}