AICLApr 14

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

arXiv:2604.1235260.32 citationsh-index: 14
AI Analysis

For practitioners dealing with long industrial documents, this work demonstrates that structure-aware chunking significantly improves RAG-based QA performance, though the gains are incremental over existing methods.

MultiDocFusion introduces a multimodal chunking pipeline that uses vision-based parsing, OCR, and LLM-based hierarchical parsing to preserve document structure for RAG-based QA on long industrial documents, achieving 8-15% improvement in retrieval precision and 2-3% improvement in ANLS QA scores over baselines.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes