<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Multimodal AI for Financial Reports &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/multimodal-ai-for-financial-reports/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 04:49:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Multimodal AI for Financial Reports &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Multimodal RAG framework improves question answering over lengthy documents</title>
		<link>https://scienmag.com/multimodal-rag-framework-improves-question-answering-over-lengthy-documents/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 04:49:55 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[addressing feature dilution in multimodal models]]></category>
		<category><![CDATA[Addressing Feature Dilution in Multimodal Systems]]></category>
		<category><![CDATA[document reasoning in AI]]></category>
		<category><![CDATA[handling visually dense documents]]></category>
		<category><![CDATA[long document comprehension in artificial intelligence]]></category>
		<category><![CDATA[Long Document Question Answering]]></category>
		<category><![CDATA[Long-Form Document Reasoning]]></category>
		<category><![CDATA[MMRDoc Framework for Enhanced Document Comprehension]]></category>
		<category><![CDATA[MMRDoc vision-language model]]></category>
		<category><![CDATA[Multi-Page Contract Understanding]]></category>
		<category><![CDATA[Multimodal AI for Financial Reports]]></category>
		<category><![CDATA[multimodal information retrieval]]></category>
		<category><![CDATA[Multimodal RAG framework]]></category>
		<category><![CDATA[Multimodal Retrieval-Augmented Generation (RAG)]]></category>
		<category><![CDATA[Overcoming Logical Fragmentation in Document AI]]></category>
		<category><![CDATA[overcoming pagination fragmentation]]></category>
		<category><![CDATA[question answering over lengthy documents]]></category>
		<category><![CDATA[retrieval-augmented generation for long texts]]></category>
		<category><![CDATA[robust AI systems for financial and scientific documents]]></category>
		<category><![CDATA[Scientific Paper Analysis with RAG]]></category>
		<category><![CDATA[State-of-the-Art Document QA Benchmarks]]></category>
		<category><![CDATA[state-of-the-art document question answering benchmarks]]></category>
		<category><![CDATA[Vision-Language Models for Extended Texts]]></category>
		<category><![CDATA[Visual Dense Document Processing]]></category>
		<guid isPermaLink="false">https://scienmag.com/multimodal-rag-framework-improves-question-answering-over-lengthy-documents/</guid>

					<description><![CDATA[Researchers at South China Normal University have unveiled MMRDoc, a new retrieval-augmented generation framework designed to help artificial intelligence systems read, search and reason over long, visually dense documents such as financial reports, scientific papers and multi-page contracts. The study, published in the Journal of Intelligent Information Systems by Shengxu Xu and Hongsong Wang of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Researchers at South China Normal University have unveiled MMRDoc, a new retrieval-augmented generation framework designed to help artificial intelligence systems read, search and reason over long, visually dense documents such as financial reports, scientific papers and multi-page contracts. The study, published in the Journal of Intelligent Information Systems by Shengxu Xu and Hongsong Wang of the School of Artificial Intelligence, reports state-of-the-art results on three major document question answering benchmarks — MMLongBench-Doc, PaperTab and FetaTab — while remaining robust on the extreme-length LongDocURL benchmark.</p>
<p>At the heart of the work lies a problem that has quietly limited the practical usefulness of multimodal AI systems: the way documents are physically divided into pages does not match the way humans actually reason about them. A financial table that stretches across three pages, or an argument that begins in one chapter and concludes in another, is fragmented by pagination into logically disconnected visual chunks. Most current multimodal retrieval-augmented generation (RAG) systems retrieve entire pages as images and feed them to a large vision-language model. This page-level strategy, the authors argue, suffers from two intertwined failures they call &#8220;feature dilution&#8221; and &#8220;logical fragmentation.&#8221;</p>
<p>Feature dilution occurs when a page is packed with heterogeneous content — dense text, charts, footnotes, headers and tables competing for the model&#8217;s attention. When such pages are retrieved as single visual units, the genuinely relevant evidence is diluted by a sea of irrelevant visual detail, degrading the precision with which the system can locate the fine-grained facts needed to answer a question. Logical fragmentation, meanwhile, arises because the semantic units that matter — a complete table, a coherent argument, a referenced figure — often span page boundaries. Retrieval at the physical page level severs these semantic connections, making cross-page reasoning fragile and error-prone.</p>
<p>MMRDoc addresses these weaknesses through a three-stage architecture built on structural awareness and multi-granularity synergistic retrieval. The first stage, Semantic Integrity Reconstruction (SIR), tackles fragmentation before any retrieval takes place. Rather than treating each page as an atomic unit, the framework reconstructs semantically coherent segments that bridge cross-layout and cross-modal boundaries — stitching together a table split across pages, for example, or reuniting a figure with the text passage that discusses it. By repairing these broken semantic links at the document-structure level, SIR gives the downstream retrieval machinery evidence that is complete rather than arbitrarily truncated.</p>
<p>The second stage is a Synergistic Dual-path Retrieval mechanism, which deliberately hedges between two complementary levels of granularity. In parallel, the system retrieves the Top-K macro-pages containing global visual information — preserving layout, spatial relationships and visual context that OCR-based pipelines tend to discard — while simultaneously retrieving fine-grained semantic features from micro-elements such as individual paragraphs, table cells, or figure captions. This dual-path design means the answering model can draw both on the &#8220;where it looks right&#8221; signal of page-level imagery and on the &#8220;what precisely was said&#8221; signal of element-level text. Neither alone is sufficient: page images alone drown the model in detail, while element-level text alone loses the visual grounding that modern OCR-free document models depend on.</p>
<p>Multi-granularity retrieval, however, creates its own difficulties, and the third stage of MMRDoc is designed to resolve them. Retrieving candidates at two levels simultaneously produces a heterogeneous candidate pool plagued by information redundancy and renewed logical fragmentation — the same evidence may appear in multiple forms, and micro-elements can arrive stripped of their surrounding context. To manage this, MMRDoc dynamically aggregates the heterogeneous candidate sets and passes them through a Structural-aware Reranking module that evaluates all candidates in a unified manner. This module enables what the authors describe as a logical transition from coarse-grained recall to fine-grained filtering: broad nets are cast first, and only the most structurally coherent, question-relevant evidence survives to reach the generation stage.</p>
<p>The empirical results reported in the paper are striking. On MMLongBench-Doc, a benchmark specifically designed to test long-context document understanding with visualizations, on PaperTab, and on FetaTab, MMRDoc achieves state-of-the-art performance, outperforming existing visual RAG baselines and multi-agent systems. Critically, the gains are concentrated exactly where the framework&#8217;s design predicts they should appear: in cross-page table understanding and long-range reasoning, the two categories of questions most punishing for page-level retrieval. On LongDocURL, a benchmark that pushes document lengths to extremes, MMRDoc maintains strong robustness, suggesting the multi-granularity strategy scales rather than collapsing as context grows.</p>
<p>The work arrives at a moment when the tension between long context windows and retrieval has become one of the central debates in applied AI. Simply extending the context length of large vision-language models — systems such as Qwen2.5-VL, InternVL3, GPT-4o and Llama 3 — is tempting but expensive and, as prior research on the &#8220;lost in the middle&#8221; phenomenon has shown, not reliably effective: models demonstrably underuse information buried in the middle of long contexts. RAG offers an alternative, feeding only relevant evidence to the model, but conventional RAG was built for plain text and struggles when the evidence lives in images, tables and complex layouts. Vision-based document retrieval systems such as ColPali and VisRAG extended retrieval to page images, and multi-agent frameworks such as MDocAgent distributed the work across cooperating components, but the granularity mismatch problem has persisted.</p>
<p>MMRDoc&#8217;s contribution is to show that granularity itself can be treated as a first-class design dimension rather than a fixed choice. By synergizing macro-level visual recall with micro-level semantic filtering, and by binding both to an explicit model of document structure, the framework avoids the false dichotomy between &#8220;retrieve whole pages&#8221; and &#8220;parse everything into text.&#8221; The Structural-aware Reranking step is particularly notable because it performs unified evaluation across candidate types that are intrinsically different in nature — a page image is not commensurable with a table cell — by scoring them against a shared structural representation of the document.</p>
<p>The practical implications extend well beyond academic benchmarks. Enterprises, governments and research institutions sit on vast archives of visually rich documents — insurance claims, clinical records, engineering drawings, regulatory filings — where answers routinely require combining a number from page 47 with a clause from page 112. Systems that fragment such evidence across page boundaries fail silently and confidently, producing plausible answers grounded in incomplete context. A framework that explicitly reconstructs semantic integrity and then retrieves at multiple granularities promises more trustworthy evidence localization, which is a prerequisite for deploying document question answering in high-stakes settings.</p>
<p>The authors acknowledge that the field is moving quickly. Companion efforts published in the same venue and elsewhere — including FactualRAG for fact-checking, MoLoRAG for logic-aware retrieval, URaG for unified retrieval and generation, and VRAG-RL for reinforcement-learning-enhanced visual retrieval — indicate a broad convergence on the idea that document understanding requires structure-aware, retrieval-centric architectures rather than monolithic long-context models. MMRDoc&#8217;s multi-granularity approach represents one of the most complete articulations of that principle to date, tested against three major benchmarks simultaneously.</p>
<p>The datasets used in the evaluation — MMLongBench-Doc, PaperTab, FetaTab and LongDocURL — are publicly available, and the authors state that the source code and associated models will be released publicly upon acceptance of the manuscript, which should allow other research groups to reproduce and extend the results. The research was conducted at the School of Artificial Intelligence at South China Normal University in Guangzhou, with Xu performing the implementation and experiments and Wang supervising the research. The authors declare no competing interests and no external funding.</p>
<p>As multimodal AI systems are increasingly asked not merely to describe a single image but to interrogate documents of hundreds of pages, the MMRDoc results suggest a clear lesson: the physics of the page must yield to the logic of the document. Systems that reconstruct what a document means — rather than merely retrieving what it looks like — appear set to define the next generation of document intelligence.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A multi-granularity multimodal retrieval-augmented generation framework for long-document visual question answering</p>
<p><strong>Article Title:</strong> MMRDoc: A multi-granularity multimodal RAG framework for long-document VQA</p>
<p><strong>Article References:</strong> Xu, S., &amp; Wang, H. (2026). MMRDoc: A multi-granularity multimodal RAG framework for long-document VQA. <em>Journal of Intelligent Information Systems</em>. <a href="https://doi.org/10.1007/s10844-026-01075-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10844-026-01075-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10844-026-01075-2" target="_blank" rel="noopener noreferrer">10.1007/s10844-026-01075-2</a></p>
<p><strong>Keywords:</strong> retrieval-augmented generation, multi-granularity retrieval, multimodal long-document understanding, large vision-language models, document question answering, semantic integrity reconstruction, structural-aware reranking, cross-page table understanding, long-range reasoning, visual document retrieval</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189212</post-id>	</item>
	</channel>
</rss>
