paper-with-me

Papers

A Graph-based Verification Framework for Fact-Checking

2025-03-10 · Yani Huang, Richong Zhang, Zhijie Nie, Junfan Chen, Xuefeng Zhang

Fact-checking plays a crucial role in combating misinformation. Existing methods using large language models (LLMs) for claim decomposition face two key limitations: (1) insufficient decomposition, introducing unnecessary complexity to the verification process, and (2) ambiguity of mentions, leading to incorrect verification results. To address these challenges, we suggest introducing a claim graph consisting of triplets to address the insufficient decomposition problem and reduce mention ambiguity through graph structure. Based on this core idea, we propose a graph-based framework, GraphFC, for fact-checking. The framework features three key components: graph construction, which builds both claim and evidence graphs; graph-guided planning, which prioritizes the triplet verification order; and graph-guided checking, which verifies the triples one by one between claim and evidence graphs. Extensive experiments show that GraphFC enables fine-grained decomposition while resolving referential ambiguities through relational constraints, achieving state-of-the-art performance across three datasets.

📄 PDF Abstract BibTeX arXiv:2503.07282

Code (0)

등록된 구현이 없습니다.

Tasks

Fact Checkinggraph constructionMisinformationTriplet

Similar Papers 제목 키워드 기반

Trification: A Comprehensive Tree-based Strategy Planner and Structural Verification for Fact-Checking

2025-11-29 · Anab Maulana Barik, Shou Ziyi, Yang Kaiwen, Yang Qi 외 arxiv

Technological advancement allows information to be shared in just a single click, which has enabled the rapid spread of false information. This makes automated fact-checking system necessary to ensure the safety and inte…

GraphCheck: Multi-Path Fact-Checking with Entity-Relationship Graphs

2025-02-28 · Hyewon Jeon, Jay-Yoon Lee

Automated fact-checking aims to assess the truthfulness of text based on relevant evidence, yet verifying complex claims requiring multi-hop reasoning remains a significant challenge. We propose GraphCheck, a novel frame…

Fact Checking

BiDeV: Bilateral Defusing Verification for Complex Claim Fact-Checking

2025-02-22 · Yuxuan Liu, Hongda Sun, Wenya Guo, Xinyan Xiao 외

Complex claim fact-checking performs a crucial role in disinformation detection. However, existing fact-checking methods struggle with claim vagueness, specifically in effectively handling latent information and complex …

Fact Checking

ZeFaV: Boosting Large Language Models for Zero-shot Fact Verification

2024-11-18 · Son T. Luu, Hiep Nguyen, Trung Vo, Le-Minh Nguyen

In this paper, we propose ZeFaV - a zero-shot based fact-checking verification framework to enhance the performance on fact verification task of large language models by leveraging the in-context learning ability of larg…

Fact CheckingFact VerificationIn-Context Learning

FIRE: Fact-checking with Iterative Retrieval and Verification

2024-10-17 · Zhuohan Xie, Rui Xing, Yuxia Wang, Jiahui Geng 외

Fact-checking long-form text is challenging, and it is therefore common practice to break it down into multiple atomic claims. The typical approach to fact-checking these atomic claims involves retrieving a fixed number …

Claim VerificationFact CheckingLanguage ModelingLanguage Modelling+2