paper-with-me

Papers

Enhancing Document VQA Models via Retrieval-Augmented Generation

2025-08-26 · Eric López, Artemis Llabrés, Ernest Valveny arxiv

Document Visual Question Answering (Document VQA) must cope with documents that span dozens of pages, yet leading systems still concatenate every page or rely on very large vision-language models, both of which are memory-hungry. Retrieval-Augmented Generation (RAG) offers an attractive alternative, first retrieving a concise set of relevant segments before generating answers from this selected evidence. In this paper, we systematically evaluate the impact of incorporating RAG into Document VQA through different retrieval variants - text-based retrieval using OCR tokens and purely visual retrieval without OCR - across multiple models and benchmarks. Evaluated on the multi-page datasets MP-DocVQA, DUDE, and InfographicVQA, the text-centric variant improves the "concatenate-all-pages" baseline by up to +22.5 ANLS, while the visual variant achieves +5.0 ANLS improvement without requiring any text extraction. An ablation confirms that retrieval and reranking components drive most of the gain, whereas the layout-guided chunking strategy - proposed in several recent works to leverage page structure - fails to help on these datasets. Our experiments demonstrate that careful evidence selection consistently boosts accuracy across multiple model sizes and multi-page benchmarks, underscoring its practical value for real-world Document VQA.

📄 PDF Abstract BibTeX arXiv:2508.18984

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

HiChunk: Evaluating and Enhancing Retrieval-Augmented Generation with Hierarchical Chunking

2025-09-15 · Wensheng Lu, Keyu Chen, Ruizhi Qiao, Xing Sun arxiv

Retrieval-Augmented Generation (RAG) enhances the response capabilities of language models by integrating external knowledge sources. However, document chunking as an important part of RAG system often lacks effective ev…

VISA: Retrieval Augmented Generation with Visual Source Attribution

2024-12-19 · Xueguang Ma, Shengyao Zhuang, Bevan Koopman, Guido Zuccon 외

Generation with source attribution is important for enhancing the verifiability of retrieval-augmented generation (RAG) systems. However, existing approaches in RAG primarily link generated content to document-level refe…

Answer GenerationRAGRetrievalRetrieval-augmented Generation

LFRAG: Layout-oriented Fine-grained Retrieval-Augmented Generation on Multimodal Document Understanding

2026-04-18 · Yifan Zhu, Yu Mi, Yue Lu, Yanchu Guan 외 arxiv

Multimodal Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing multimodal RAG systems predominantly rely on coar…

Question Answering

Retrieval Augmented Generation Evaluation for Health Documents

2025-05-07 · Mario Ceresa, Lorenzo Bertolini, Valentin Comte, Nicholas Spadaro 외

Safe and trustworthy use of Large Language Models (LLM) in the processing of healthcare documents and scientific papers could substantially help clinicians, scientists and policymakers in overcoming information overload …

Moment RetrievalRAGRetrievalRetrieval-augmented Generation

SCAN: Semantic Document Layout Analysis for Textual and Visual Retrieval-Augmented Generation

2025-05-20 · Yuyang Dong, Nobuhiro Ueda, Krisztián Boros, Daiki Ito 외

With the increasing adoption of Large Language Models (LLMs) and Vision-Language Models (VLMs), rich document analysis technologies for applications like Retrieval-Augmented Generation (RAG) and visual RAG are gaining si…

Document Layout Analysisobject-detectionObject DetectionRAG+2