paper-with-me

홈 › Papers

SUCEA: Reasoning-Intensive Retrieval for Adversarial Fact-checking through Claim Decomposition and Editing

2025-06-05 · Hongjun Liu, Yilun Zhao, Arman Cohan, Chen Zhao

Automatic fact-checking has recently received more attention as a means of combating misinformation. Despite significant advancements, fact-checking systems based on retrieval-augmented language models still struggle to tackle adversarial claims, which are intentionally designed by humans to challenge fact-checking systems. To address these challenges, we propose a training-free method designed to rephrase the original claim, making it easier to locate supporting evidence. Our modular framework, SUCEA, decomposes the task into three steps: 1) Claim Segmentation and Decontextualization that segments adversarial claims into independent sub-claims; 2) Iterative Evidence Retrieval and Claim Editing that iteratively retrieves evidence and edits the subclaim based on the retrieved evidence; 3) Evidence Aggregation and Label Prediction that aggregates all retrieved evidence and predicts the entailment label. Experiments on two challenging fact-checking datasets demonstrate that our framework significantly improves on both retrieval and entailment label accuracy, outperforming four strong claim-decomposition-based baselines.

📄 PDF Abstract BibTeX arXiv:2506.04583

Code (1)

HolaYan/SUCEA 공식 구현 tf

Tasks

Fact CheckingMisinformationRetrieval

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MCTS-RAG: Enhancing Retrieval-Augmented Generation with Monte Carlo Tree Search

2025-03-26 · Yunhai Hu, Yilun Zhao, Chen Zhao, Arman Cohan

We introduce MCTS-RAG, a novel approach that enhances the reasoning capabilities of small language models on knowledge-intensive tasks by leveraging retrieval-augmented generation (RAG) to provide relevant context and Mo…

Decision MakingRAGRetrievalRetrieval-augmented Generation

RARE: Retrieval-Augmented Reasoning Enhancement for Large Language Models

2024-12-03 · Hieu Tran, Zonghai Yao, Junda Wang, Yifan Zhang 외

This work introduces RARE (Retrieval-Augmented Reasoning Enhancement), a versatile extension to the mutual reasoning framework (rStar), aimed at enhancing reasoning accuracy and factual integrity across large language mo…

Information RetrievalRetrieval

ReasonAudio: A Benchmark for Evaluating Reasoning Beyond Matching in Text-Audio Retrieval

2026-05-05 · Honglei Zhang, Yuting Chen, Chenpeng Hu, Siyue Zhang 외 arxiv

As multimodal content continues to expand at a rapid pace, audio retrieval has emerged as a key enabling technology for media search, content organization, and intelligent assistants. However, most existing benchmarks co…

MRAG: A Modular Retrieval Framework for Time-Sensitive Question Answering

2024-12-20 · Zhang Siyue, Xue Yuxiang, Zhang Yiming, Wu Xiaobao 외

Understanding temporal relations and answering time-sensitive questions is crucial yet a challenging task for question-answering systems powered by large language models (LLMs). Existing approaches either update the para…

Question AnsweringRetrievalRetrieval-augmented Generation

Causal-Counterfactual RAG: The Integration of Causal-Counterfactual Reasoning into RAG

2025-09-17 · Harshad Khadilkar, Abhay Gupta arxiv

Large language models (LLMs) have transformed natural language processing (NLP), enabling diverse applications by integrating large-scale pre-trained knowledge. However, their static knowledge limits dynamic reasoning ov…

Semantic Similarity