paper-with-me

Papers

SimpleDoc: Multi-Modal Document Understanding with Dual-Cue Page Retrieval and Iterative Refinement

2025-06-16 · Chelsi Jain, Yiran Wu, Yifan Zeng, Jiale Liu, S hengyu Dai, Zhenwen Shao, Qingyun Wu, Huazheng Wang

Document Visual Question Answering (DocVQA) is a practical yet challenging task, which is to ask questions based on documents while referring to multiple pages and different modalities of information, e.g, images and tables. To handle multi-modality, recent methods follow a similar Retrieval Augmented Generation (RAG) pipeline, but utilize Visual Language Models (VLMs) based embedding model to embed and retrieve relevant pages as images, and generate answers with VLMs that can accept an image as input. In this paper, we introduce SimpleDoc, a lightweight yet powerful retrieval - augmented framework for DocVQA. It boosts evidence page gathering by first retrieving candidates through embedding similarity and then filtering and re-ranking these candidates based on page summaries. A single VLM-based reasoner agent repeatedly invokes this dual-cue retriever, iteratively pulling fresh pages into a working memory until the question is confidently answered. SimpleDoc outperforms previous baselines by 3.2% on average on 4 DocVQA datasets with much fewer pages retrieved. Our code is available at https://github.com/ag2ai/SimpleDoc.

📄 PDF Abstract BibTeX arXiv:2506.14035

Code (1)

ag2ai/simpledoc 공식 구현

Tasks

document understandingQuestion AnsweringRAGRe-RankingRetrievalRetrieval-augmented GenerationVisual Question Answering

Similar Papers 제목 키워드 기반

Hybrid Retriever Evolution for Multimodal Document Reasoning Agents

2026-06-28 · Bohan Yao, Shruthan Radhakrishna, Vikas Yadav arxiv

Different retrievers, including lexical, semantic, and multimodal approaches, provide highly complementary strengths for multimodal document understanding, yet most systems combine them through fixed pipelines that canno…

Question Answering

Fast-StrucTexT: An Efficient Hourglass Transformer with Modality-guided Dynamic Token Merge for Document Understanding

2023-05-19 · Mingliang Zhai, Yulin Li, Xiameng Qin, Chen Yi 외

Transformers achieve promising performance in document understanding because of their high effectiveness and still suffer from quadratic computational complexity dependency on the sequence length. General efficient trans…

document understanding

MDocAgent: A Multi-Modal Multi-Agent Framework for Document Understanding

2025-03-18 · Siwei Han, Peng Xia, Ruiyi Zhang, Tong Sun 외

Document Question Answering (DocQA) is a very common task. Existing methods using Large Language Models (LLMs) or Large Vision Language Models (LVLMs) and Retrieval Augmented Generation (RAG) often prioritize information…

document understandingQuestion AnsweringRAGRetrieval+1

SelfDoc: Self-Supervised Document Representation Learning

2021-06-07 · CVPR 2021 1 · Peizhao Li, Jiuxiang Gu, Jason Kuen, Vlad I. Morariu 외

We propose SelfDoc, a task-agnostic pre-training framework for document image understanding. Because documents are multimodal and are intended for sequential reading, our framework exploits the positional, textual, and v…

Representation Learning

DocSplit: A Comprehensive Benchmark Dataset and Evaluation Approach for Document Packet Recognition and Splitting

2026-02-17 · Md Mofijul Islam, Md Sirajus Salekin, Nivedha Balakrishnan, Vincil C. Bishop 외 arxiv

Document understanding in real-world applications often requires processing heterogeneous, multi-page document packets containing multiple documents stitched together. Despite recent advances in visual document understan…