MARDoc introduces a three-agent framework (Explorer, Refiner, Reflector) with dynamically updated structured memory to improve multi-hop reasoning in multimodal long-document QA, outperforming baselines on MMLongBench-Doc and DocBench.
DocSeeker: Structured Visual Reasoning with Evidence Grounding for Long Document Understanding
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Existing Multimodal Large Language Models (MLLMs) suffer from significant performance degradation on the long document understanding task as document length increases. This stems from two fundamental challenges: 1) a low Signal-to-Noise Ratio (SNR), with crucial evidence buried in irrelevant pages; and 2) supervision scarcity, as datasets offering only final short answers provide a weak learning signal. In this paper, we address these challenges by proposing a paradigm that requires the model to execute a structured Analysis, Localization and Reasoning workflow. To instill this capability, we design a two-stage training framework: we first perform Supervised Fine-Tuning on high-quality data generated via an efficient knowledge distillation strategy. Subsequently, we employ an Evidence-aware Group Relative Policy Optimization which jointly optimizes for both evidence localization and answer accuracy. Additionally, we introduce a Evidence-Guided Resolution Allocation strategy to mitigate memory constraints of training on multi-pages documents. Extensive experiments demonstrate that DocSeeker achieves superior performance on both in-domain and out-of-domain tasks. We show it robustly generalizes from short-page training to ultra-long documents and is naturally synergistic with visual Retrieval-Augmented Generation systems, serving as a solid foundation for their implementation.
fields
cs.CL 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
MARDoc: A Memory-Aware Refinement Agent Framework for Multimodal Long Document QA
MARDoc introduces a three-agent framework (Explorer, Refiner, Reflector) with dynamically updated structured memory to improve multi-hop reasoning in multimodal long-document QA, outperforming baselines on MMLongBench-Doc and DocBench.