paper-with-me

Papers

MetaSumPerceiver: Multimodal Multi-Document Evidence Summarization for Fact-Checking

2024-07-18 · Ting-Chih Chen, Chia-Wei Tang, Chris Thomas

Fact-checking real-world claims often requires reviewing multiple multimodal documents to assess a claim's truthfulness, which is a highly laborious and time-consuming task. In this paper, we present a summarization model designed to generate claim-specific summaries useful for fact-checking from multimodal, multi-document datasets. The model takes inputs in the form of documents, images, and a claim, with the objective of assisting in fact-checking tasks. We introduce a dynamic perceiver-based model that can handle inputs from multiple modalities of arbitrary lengths. To train our model, we leverage a novel reinforcement learning-based entailment objective to generate summaries that provide evidence distinguishing between different truthfulness labels. To assess the efficacy of our approach, we conduct experiments on both an existing benchmark and a new dataset of multi-document claims that we contribute. Our approach outperforms the SOTA approach by 4.6% in the claim verification task on the MOCHEG dataset and demonstrates strong performance on our new Multi-News-Fact-Checking dataset.

📄 PDF Abstract BibTeX arXiv:2407.13089

Code (1)

tingchihc/metasumperceiver 공식 구현

Tasks

Claim VerificationFact Checking

Similar Papers 제목 키워드 기반

MMLDSum-LLM: Multimodal Long-Document Summarization with Visual-Alignment and Keyword-Aware

2026-07-30 · Xianpeng Zhang, Jiahua Yang, Dongyu Chen, Lei zhang 외 arxiv

Multimodal long documents are core carriers of professional knowledge, where critical evidence is sparsely distributed across paragraphs and modalities. This easily causes key information omission and cross-modal halluci…

Document Summarization

Evaluating and Improving Factuality in Multimodal Abstractive Summarization

2022-11-04 · David Wan, Mohit Bansal

Current metrics for evaluating factuality for abstractive document summarization have achieved high correlations with human judgment, but they do not account for the vision modality and thus are not adequate for vision-a…

Abstractive Text SummarizationDocument Summarization

UNIDOC-BENCH: A Unified Benchmark for Document-Centric Multimodal RAG

2025-10-04 · Xiangyu Peng, Can Qin, Zeyuan Chen, Ran Xu 외 arxiv

Multimodal retrieval-augmented Generation (MM-RAG) is a key approach for applying large language models (LLMs) and agents to real-world knowledge bases, yet current evaluations are fragmented -- focusing on either text o…

Visual Question AnsweringLogical Reasoning

Evaluating Pre-Trained Language Models on Multi-Document Summarization for Literature Reviews

2022-10-01 · sdp (COLING) 2022 10 · Benjamin Yu

Systematic literature reviews in the biomedical space are often expensive to conduct. Automation through machine learning and large language models could improve the accuracy and research outcomes from such reviews. In t…

Document SummarizationMulti-Document Summarization

Comparison of Text-Based and Image-Based Retrieval in Multimodal Retrieval Augmented Generation Large Language Model Systems

2025-11-20 · Elias Lumer, Alex Cardenas, Matt Melich, Myles Mason 외 arxiv

Recent advancements in Retrieval-Augmented Generation (RAG) have enabled Large Language Models (LLMs) to access multimodal knowledge bases containing both text and visual information such as charts, diagrams, and tables …

Question Answering