paper-with-me

Papers

Distilling the Evidence to Augment Fact Verification Models

2020-07-01 · WS 2020 7 · Beatrice Portelli, Jason Zhao, Tal Schuster, Giuseppe Serra, Enrico Santus

The alarming spread of fake news in social media, together with the impossibility of scaling manual fact verification, motivated the development of natural language processing techniques to automatically verify the veracity of claims. Most approaches perform a claim-evidence classification without providing any insights about why the claim is trustworthy or not. We propose, instead, a model-agnostic framework that consists of two modules: (1) a span extractor, which identifies the crucial information connecting claim and evidence; and (2) a classifier that combines claim, evidence, and the extracted spans to predict the veracity of the claim. We show that the spans are informative for the classifier, improving performance and robustness. Tested on several state-of-the-art models over the Fever dataset, the enhanced classifiers consistently achieve higher accuracy while also showing reduced sensitivity to artifacts in the claims.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Fact Verification

Similar Papers 제목 키워드 기반

Robust Claim Verification Through Fact Detection

2024-07-25 · Nazanin Jafari, James Allan

Claim verification can be a challenging task. In this paper, we present a method to enhance the robustness and reasoning capabilities of automated claim verification through the extraction of short facts from evidence. O…

Claim Verification

RAMA: Retrieval-Augmented Multi-Agent Framework for Misinformation Detection in Multimodal Fact-Checking

2025-07-12 · Shuo Yang, Zijian Yu, Zhenzhe Ying, Yuqin Dai 외 arxiv

The rapid proliferation of multimodal misinformation presents significant challenges for automated fact-checking systems, especially when claims are ambiguous or lack sufficient context. We introduce RAMA, a novel retrie…

From Verdict to Process: Agentic Reinforcement Learning for Multi-Stage Fact Verification

2026-06-11 · Rongxin Yang, Shenghong He, Siyuan Zhu, Chao Yu arxiv

Recent approaches combining Large Language Models (LLMs) with retrieval-augmented reasoning have shown promise for automated fact verification. To process complex claims, these verification pipelines typically execute mu…

Reinforcement LearningFact VerificationAnswer Generation

Context Shapes LLMs Retrieval-Augmented Fact-Checking Effectiveness

2026-02-15 · Pietro Bernardelle, Stefano Civelli, Kevin Roitero, Gianluca Demartini arxiv

Large language models (LLMs) show strong reasoning abilities across diverse tasks, yet their performance on extended contexts remains inconsistent. While prior research has emphasized mid-context degradation in question …

Question AnsweringFact Verification

The Missing Parts: Augmenting Fact Verification with Half-Truth Detection

2025-08-01 · Yixuan Tang, Jincheng Wang, Anthony K. H. Tung arxiv

Fact verification systems typically assess whether a claim is supported by retrieved evidence, assuming that truthfulness depends solely on what is stated. However, many real-world claims are half-truths, factually corre…

Fact Verification