arXiv:2509.02123cs.CL2025-09被引 3

融合图文信息提升文档问答准确率

CMRAG: Co-modality-based visual document retrieval and question answering

  • 统一编码模型让文本图像共嵌入同一空间
  • 跨模态相似度融合使检索更精准
  • 适合处理含图表的复杂文档问答

检索增强生成(RAG)已成为文档问答的核心范式。现有方法在多模态文档处理上存在局限:一类依赖版面分析与文本提取,仅利用显式文本,难以捕捉图像或非结构化内容;另一类将文档分块作为视觉输入直接送入视觉语言模型,却忽略了文本的语义优势,导致检索与生成效果不佳。为此,我们提出协同模态RAG(CMRAG)框架,可同时利用文本与图像实现更精准的检索与生成。框架包含两个核心组件:(1) 统一编码模型(UEM),通过三元组训练将查询、解析文本与图像映射至共享嵌入空间;(2) 统一协同模态检索(UCMR),通过统计归一化融合跨模态相似度。为支持该方向研究,我们构建并发布了大规模三元组数据集(查询, 文本, 图像)。实验表明,所提框架在多个视觉文档问答(VDQA)基准上均优于单模态RAG。结果表明,以统一方式整合协同模态信息于RAG框架中,是提升复杂VDQA系统性能的有效路径。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) has become a core paradigm in document question answering tasks. However, existing methods have limitations when dealing with multimodal documents: one category of methods relies on layout analysis and text extraction, which can only utilize explicit text information and struggle to capture images or unstructured content; the other category treats document segmentation as visual input and directly passes it to visual language models (VLMs) for processing, yet it ignores the semantic advantages of text, leading to suboptimal retrieval and generation results. To address these research gaps, we propose the Co-Modality-based RAG (CMRAG) framework, which can simultaneously leverage texts and images for more accurate retrieval and generation. Our framework includes two key components: (1) a Unified Encoding Model (UEM) that projects queries, parsed text, and images into a shared embedding space via triplet-based training, and (2) a Unified Co-Modality-informed Retrieval (UCMR) method that statistically normalizes similarity scores to effectively fuse cross-modal signals. To support research in this direction, we further construct and release a large-scale triplet dataset of (query, text, image) examples. Experiments demonstrate that our proposed framework consistently outperforms single-modality--based RAG in multiple visual document question-answering (VDQA) benchmarks. The findings of this paper show that integrating co-modality information into the RAG framework in a unified manner is an effective approach to improving the performance of complex VDQA systems.

文档问答多模态RAG

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。