Reasoning-CV: Fine-tuning Powerful Reasoning LLMs for Knowledge-Assisted Claim Verification
Zhi Zheng, Wee Sun Lee

TL;DR
This paper introduces Reasoning-CV, a fine-tuning approach for large language models that improves claim verification by generating reasoning paths without decomposing claims, outperforming existing methods and black-box models.
Contribution
The paper proposes the Chain-of-Thought Verify paradigm and a fine-tuning method called Reasoning-CV, enhancing LLMs' claim verification without relying on claim decomposition.
Findings
Reasoning-CV outperforms existing Decompose-Then-Verify methods.
It surpasses powerful black-box LLMs like GPT-4o+CoT.
Uses only an 8B pre-trained LLM with superior results.
Abstract
Claim verification is essential in combating misinformation, and large language models (LLMs) have recently emerged in this area as powerful tools for assessing the veracity of claims using external knowledge. Existing LLM-based methods for claim verification typically adopt a Decompose-Then-Verify paradigm, which involves decomposing complex claims into several independent sub-claims and verifying each sub-claim separately. However, this paradigm often introduces errors during the claim decomposition process. To mitigate these errors, we propose to develop the Chain-of-Thought (CoT)-Verify paradigm, which leverages LLM reasoning methods to generate CoT-verification paths for the original complex claim without requiring decompositions into sub-claims and separate verification stages. The CoT-Verify paradigm allows us to propose a natural fine-tuning method called Reasoning-CV to enhance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMisinformation and Its Impacts · Adversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI)
MethodsADaptive gradient method with the OPTimal convergence rate
