MultiDocFusion: Hierarchical and Multimodal Chunking Pipeline for Enhanced RAG on Long Industrial Documents

arXiv cs.AI / 4/15/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • MultiDocFusion proposes a structure-aware multimodal chunking pipeline to improve retrieval-augmented QA on long industrial documents where conventional chunking can lose important context.
  • The method combines vision-based document region detection, OCR text extraction, and LLM-based hierarchical section parsing (DSHP-LLM) to reconstruct an explicit document hierarchy.
  • It then forms hierarchical chunks using a DFS-based grouping strategy aligned to the document’s structural tree rather than treating text as flat segments.
  • Experiments on industrial benchmarks show improvements of 8–15% in retrieval precision and 2–3% in ANLS QA versus baseline chunking approaches.
  • The results highlight that explicitly leveraging document hierarchy is a key factor for higher-fidelity RAG over multimodal industrial sources.

Abstract

RAG-based QA has emerged as a powerful method for processing long industrial documents. However, conventional text chunking approaches often neglect complex and long industrial document structures, causing information loss and reduced answer quality. To address this, we introduce MultiDocFusion, a multimodal chunking pipeline that integrates: (i) detection of document regions using vision-based document parsing, (ii) text extraction from these regions via OCR, (iii) reconstruction of document structure into a hierarchical tree using large language model (LLM)-based document section hierarchical parsing (DSHP-LLM), and (iv) construction of hierarchical chunks through DFS-based grouping. Extensive experiments across industrial benchmarks demonstrate that MultiDocFusion improves retrieval precision by 8-15% and ANLS QA scores by 2-3% compared to baselines, emphasizing the critical role of explicitly leveraging document hierarchy for multimodal document-based QA. These significant performance gains underscore the necessity of structure-aware chunking in enhancing the fidelity of RAG-based QA systems.