CVAIJun 16, 2025

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

arXiv:2506.14035v116 citationsh-index: 8Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently answering questions from multi-modal documents for users in document analysis, though it is incremental as it builds on existing retrieval-augmented generation pipelines.

The paper tackles multi-modal document understanding by introducing SimpleDoc, a retrieval-augmented framework for Document Visual Question Answering (DocVQA) that uses dual-cue page retrieval and iterative refinement, achieving a 3.2% average improvement on 4 datasets with fewer retrieved pages.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes