paper-with-me

Papers

MoLoRAG: Bootstrapping Document Understanding via Multi-modal Logic-aware Retrieval

2025-09-06 · Xixi Wu, Yanchao Tan, Nan Hou, Ruiyang Zhang, Hong Cheng arxiv

Document Understanding is a foundational AI capability with broad applications, and Document Question Answering (DocQA) is a key evaluation task. Traditional methods convert the document into text for processing by Large Language Models (LLMs), but this process strips away critical multi-modal information like figures. While Large Vision-Language Models (LVLMs) address this limitation, their constrained input size makes multi-page document comprehension infeasible. Retrieval-augmented generation (RAG) methods mitigate this by selecting relevant pages, but they rely solely on semantic relevance, ignoring logical connections between pages and the query, which is essential for reasoning. To this end, we propose MoLoRAG, a logic-aware retrieval framework for multi-modal, multi-page document understanding. By constructing a page graph that captures contextual relationships between pages, a lightweight VLM performs graph traversal to retrieve relevant pages, including those with logical connections often overlooked. This approach combines semantic and logical relevance to deliver more accurate retrieval. After retrieval, the top-$K$ pages are fed into arbitrary LVLMs for question answering. To enhance flexibility, MoLoRAG offers two variants: a training-free solution for easy deployment and a fine-tuned version to improve logical relevance checking. Experiments on four DocQA datasets demonstrate average improvements of 9.68% in accuracy over LVLM direct inference and 7.44% in retrieval precision over baselines. Codes and datasets are released at https://github.com/WxxShirley/MoLoRAG.

📄 PDF Abstract BibTeX arXiv:2509.07666

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

ABCD-LINK: Annotation Bootstrapping for Cross-Document Fine-Grained Links

2025-09-01 · Serwar Basch, Ilia Kuznetsov, Tom Hope, Iryna Gurevych arxiv

Understanding fine-grained links between documents is crucial for many applications, yet progress is limited by the lack of efficient methods for data curation. To address this limitation, we introduce a domain-agnostic …

Bootstrapping Sentiment Labels For Unannotated Documents With Polarity PageRank

2012-05-01 · LREC 2012 5 · Christian Scheible, Hinrich Sch{\"u}tze

We present a novel graph-theoretic method for the initial annotation of high-confidence training data for bootstrapping sentiment classifiers. We estimate polarity using topic-specific PageRank. Sentiment information is …

Document ClassificationGeneral ClassificationSentiment Analysis

Docopilot: Improving Multimodal Models for Document-Level Understanding

2025-07-19 · Yuchen Duan, Zhe Chen, Yusong Hu, Weiyun Wang 외 arxiv

Despite significant progress in multimodal large language models (MLLMs), their performance on complex, multi-page document comprehension remains inadequate, largely due to the lack of high-quality, document-level datase…

Docopilot: Improving Multimodal Models for Document-Level Understanding

2025-01-01 · CVPR 2025 1 · Yuchen Duan, Zhe Chen, Yusong Hu, Weiyun Wang 외

Despite significant progress in multimodal large language models (MLLMs), their performance on complex, multi-page document comprehension remains inadequate, largely due to the lack of high-quality, document-level da…

document understandingRAGRetrievalRetrieval-augmented Generation

Rasa: Open Source Language Understanding and Dialogue Management

2017-12-14 · Tom Bocklisch, Joey Faulkner, Nick Pawlowski, Alan Nichol

We introduce a pair of tools, Rasa NLU and Rasa Core, which are open source python libraries for building conversational software. Their purpose is to make machine-learning based dialogue management and language understa…

BIG-bench Machine LearningDialogue ManagementManagementPhilosophy