A long document intelligent retrieval method and system based on hierarchical analysis and multi-modal fusion

By employing a hierarchical parsing and multimodal fusion approach, Mask R-CNN and graph neural networks are used to parse the structure of long documents. Combined with gated enhanced bilinear attention and graph attention networks, the shortcomings of structural and contextual understanding in long document retrieval are addressed, achieving high-precision and efficient multimodal retrieval.

CN121579677BActive Publication Date: 2026-04-24TIANFU JIANGXI LAB
View PDF 2 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
TIANFU JIANGXI LAB
Filing Date
2026-01-26
Publication Date
2026-04-24

AI Technical Summary

Technical Problem

Existing technologies cannot deeply integrate document structure information in intelligent retrieval of long documents to achieve fine-grained adaptive multimodal fusion, resulting in poor accuracy of search results and poor user experience.

Method used

We employ a hierarchical parsing and multimodal fusion approach. We use Mask R-CNN for physical structure parsing, combine it with graph neural networks to construct a logical structure tree, use a gated enhanced bilinear attention network for cross-modal feature fusion, and use a graph attention network for context reordering to construct a hybrid index for efficient retrieval.

Benefits of technology

It significantly improves the accuracy and user experience of long document retrieval, achieves accurate understanding and contextual association of multimodal elements within the document, and enhances the relevance and accuracy of retrieval results.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN121579677B_ABST
    Figure CN121579677B_ABST
Patent Text Reader

Abstract

The application discloses a long document intelligent retrieval method and system based on hierarchical analysis and multi-modal fusion, and the method comprises the following steps: performing hierarchical analysis on an input long document to obtain the physical layout structure, logical structure and division and correlation of multi-modal elements of the long document; respectively extracting text features of text elements and visual features of multi-modal elements; performing deep fusion on the text features and the visual features through a cross-modal fusion model to generate a unified multi-modal semantic representation vector; constructing a hybrid index; receiving a user query, performing preliminary retrieval on the hybrid index to obtain a candidate result set; reordering the candidate result set; and outputting the reordered retrieval result. Through "visual-logic" collaborative analysis, gated enhanced bilinear attention fusion and context reordering based on graph attention, a synergistic gain effect is generated in the long document intelligent retrieval task, and the retrieval precision and user experience are significantly improved.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention relates to the fields of natural language processing, information retrieval, and multimodal artificial intelligence, specifically to a method and system for intelligent retrieval of long documents based on hierarchical parsing and multimodal fusion. It is applicable to scenarios such as enterprise knowledge management and intelligent question answering, academic literature and patent retrieval, legal document analysis and case retrieval, and medical and health record processing. Background Technology

[0002] In the fields of natural language processing and information retrieval, intelligent retrieval of long documents (such as academic papers, technical reports, and legal documents) has always been a key and challenging issue. These documents typically contain lengthy text, complex layouts, and information in multiple modalities, including images, tables, and formulas. Existing retrieval technologies can be broadly categorized into two types: one is dense retrieval models based on deep learning. These models, such as Dense Paragraph Retrieval (DPR) and its variants, map queries and document fragments into high-dimensional vectors using pre-trained language models (such as BERT) and match them based on vector similarity. The construction of such methods typically includes a text editor, vector indexing, and similarity calculation modules. Their working principle leverages the semantic understanding capabilities of neural networks to achieve semantic retrieval beyond keywords. However, these models are essentially designed for pure text and lack modules for processing multimodal information, thus failing to understand and retrieve images, tables, and other content within the document. The other type is visual-language cross-modal models. To handle multimodal content, visual-language models such as ViLBERT, CLIP, LayoutLM, and ViLT have emerged. These models typically consist of a text encoder, an image encoder, and a fusion module for cross-attention or feature concatenation. Their working principle involves the model learning the alignment representations of text and images in a shared space, thereby supporting tasks such as text-image retrieval.

[0003] However, when the aforementioned, especially the second type of existing technology, is applied to the specific scenario of long documents, inherent defects in its construction and working principle lead to the following problems:

[0004] The structural understanding is superficial. Existing cross-membrane models (such as ViLT) are constructed to typically treat an entire document page or a large sequence of text as a flat input. While they can perceive coarse layout information (such as 2D information), they lack dedicated modules for collaboratively resolving and explicitly modeling the document's inherent, hierarchical physical layout (such as columns and heading positions) and logical structure (such as chapter, paragraph, and chart reference relationships). The direct consequence is that the model cannot understand… Figure 1 The semantic structure of "located in Section 3, Subsection 2" makes it difficult to achieve precise intra-section retrieval or understand the attribution relationship between charts and specific text paragraphs, resulting in coarse-grained search results and limited accuracy.

[0005] The multimodal fusion mechanism is coarse-grained. Existing models using fusion modules, such as simple feature concatenation or basic cross-attention mechanisms, are inadequate when dealing with complex and varied text-image relationships in long documents. Because these fusion modules lack an adaptive mechanism that can dynamically adjust the contribution of text and visual features based on the specific context, the fused representation is not refined enough when faced with scenarios where multiple charts and long text contexts are intertwined within a document. This can easily lead to misassociations or information overload, failing to optimally reflect the semantic relationships between modalities.

[0006] The search results are disconnected from the context. Most existing search systems' ranking modules rely solely on the direct semantic similarity between the query and candidate segments (or images). Because their construction fails to incorporate and utilize local contextual information determined by the document's own structure, the system's working principle has inherent limitations. This results in semantically relevant but context-inconsistent search results; for example, returning a chart discussing "experimental setup" to a query asking for "experimental results" severely impacts the usability of the search results and the user experience.

[0007] These specific technical bottlenecks severely restrict the accuracy and user experience of intelligent retrieval of long documents. Therefore, there is an urgent need in this field for a new method that can deeply integrate document structure information, achieve fine-grained adaptive multimodal fusion, and optimize retrieval results using contextual information. Summary of the Invention

[0008] The purpose of this invention is to provide a method and system for intelligent retrieval of long documents based on hierarchical parsing and multimodal fusion, addressing the aforementioned technical problems.

[0009] The technical solution of the present invention is as follows:

[0010] A method for intelligent retrieval of long documents based on hierarchical parsing and multimodal fusion includes the following steps:

[0011] The input long document is parsed hierarchically to obtain its physical layout structure, logical structure, and the division and relationship of multimodal elements;

[0012] Based on the hierarchical parsing results, text features of text elements and visual features of multimodal elements are extracted respectively;

[0013] By using a cross-modal fusion model, textual and visual features are deeply fused to generate a unified multimodal semantic representation vector.

[0014] Based on the results of hierarchical parsing and multimodal semantic representation vectors, a hybrid index is constructed; the hybrid index includes at least a structured metadata index, a vector index, and a keyword inverted index.

[0015] Receive user queries, perform preliminary retrieval using a hybrid index, and obtain a candidate result set;

[0016] The candidate result set is reordered based on the hierarchical context information of long documents;

[0017] Output the reordered search results.

[0018] Furthermore, the cross-modal fusion model is a gated enhanced bilinear attention network; the fusion process is as follows:

[0019] Calculate text feature vectors With visual feature vectors Bilinear interaction matrix between :

[0020] ,

[0021] in, For learnable parameter tensors;

[0022] Generate dynamic gating vectors : ,in, This indicates a splicing operation. For the sigmoid function, and These are learnable parameters;

[0023] Calculate the final fusion features : ,in This is element-wise multiplication.

[0024] Using the above method, the gated enhanced bilinear attention fusion network (GEBAN) captures fine-grained cross-modal associations through bilinear interactions and introduces dynamic gating vectors to adaptively balance modal contributions, thus solving the robust fusion problem of complex text-image relationships in long documents.

[0025] Furthermore, the reordering of the candidate result set specifically includes:

[0026] For each candidate result, construct its local context graph based on the logical structure tree. The nodes in the graph include the candidate result and its parent node, child node, sibling node, and multimodal element nodes associated through anchor points.

[0027] A graph attention network is used to calculate the correlation between the user query vector and each node in the local context graph;

[0028] The relevance scores of the candidate result itself and its neighboring nodes are aggregated to obtain the final context relevance score of the candidate result, and the candidate result set is reordered based on this score.

[0029] Using the above method, the context-aware re-ranking algorithm based on graph attention network (GAT) constructs a local context graph for the retrieval results. By utilizing GAT to quantify the correlation between the query and the context of the results, the relevance and accuracy of the results are significantly improved.

[0030] Furthermore, the hierarchical parsing of the input long document specifically includes:

[0031] Using an instance segmentation model pre-trained for document layout analysis tasks, the physical structure of document pages is analyzed to locate and classify text blocks, images, tables, and formula areas.

[0032] A graph neural network for document logical structure is constructed, with the regions output by physical structure parsing as nodes. The features of the nodes are integrated with visual features, textual semantic features, and layout features. Logical relationships between nodes are predicted through graph convolution operations to generate the document's logical structure tree.

[0033] Furthermore, the instance segmentation model is the Mask R-CNN model, and in its region proposal network and post-processing non-maximum suppression step, constraint rules based on prior knowledge of document layout are introduced to preferentially merge similar regions that are adjacent in the horizontal or vertical direction.

[0034] Using the above methods, the hierarchical document parsing mechanism with "visual-logical" dual-stage collaboration employs an improved MaskR-CNN for high-precision layout analysis and combines it with logical relationship inference based on graph neural networks (GNN) to achieve automated and accurate collaborative parsing of the physical layout and logical structure of long documents.

[0035] Furthermore, the constructed hybrid index, whose structured metadata index, vector index, and keyword inverted index are linked by a unique identifier, supports the execution of joint queries that simultaneously involve structural scope, semantic similarity, and keyword matching.

[0036] Using the methods described above, the multi-dimensional associated hybrid index architecture organically integrates structured metadata, dense vectors, and keyword indexes through unique identifier mapping, supporting efficient and complex multi-condition joint queries.

[0037] This application also includes a long document intelligent retrieval system based on hierarchical parsing and multimodal fusion, implementing a long document intelligent retrieval method based on hierarchical parsing and multimodal fusion, including:

[0038] The hierarchical document parsing module performs hierarchical parsing on the input long document to obtain its physical layout structure, logical structure, and the division and association of multimodal elements;

[0039] The multimodal feature extraction and fusion module extracts text features of text elements and visual features of multimodal elements based on hierarchical parsing results; through a cross-modal fusion model, it deeply fuses text features and visual features to generate a unified multimodal semantic representation vector.

[0040] The hybrid index building module constructs a hybrid index based on the results of hierarchical parsing and multimodal semantic representation vectors; the hybrid index includes at least a structured metadata index, a vector index, and a keyword inverted index;

[0041] The retrieval and reordering engine receives user queries, performs preliminary retrieval using a hybrid index, and obtains a candidate result set; based on the hierarchical context information of long documents, it reorders the candidate result set.

[0042] Furthermore, the hierarchical document parsing module includes:

[0043] A physical structure parser is configured to perform physical layout segmentation of a document using a modified Mask R-CNN model;

[0044] A logical structure parser configured to use a graph neural network to infer the logical hierarchy of document elements.

[0045] This application also includes an electronic device, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the steps of a long document intelligent retrieval method based on hierarchical parsing and multimodal fusion.

[0046] This application also includes a computer-readable storage medium having a computer program stored thereon, which, when executed by a processor, implements the steps of a long document intelligent retrieval method based on hierarchical parsing and multimodal fusion.

[0047] Compared with existing technologies, the advantages of this invention are:

[0048] By employing "visual-logical" collaborative parsing, gated enhanced bilinear attention fusion, and graph attention-based context reordering, a synergistic gain effect was achieved in long document intelligent retrieval tasks, significantly improving retrieval accuracy and user experience. Attached Figure Description

[0049] Figure 1 This is the architecture diagram of the system in this application. Detailed Implementation

[0050] It should be noted that relational terms such as "first" and "second" are used merely to distinguish one entity or operation from another, and do not necessarily require or imply any such actual relationship or order between these entities or operations. Furthermore, the terms "comprising," "including," or any other variations thereof are intended to cover non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements includes not only those elements but also other elements not expressly listed, or elements inherent to such a process, method, article, or apparatus. Without further limitations, an element defined by the phrase "comprising one..." does not exclude the presence of other identical elements in the process, method, article, or apparatus that includes said element.

[0051] The features and performance of the present invention will be further described in detail below with reference to embodiments.

[0052] Please see Figure 1 A method for intelligent retrieval of long documents based on hierarchical parsing and multimodal fusion includes:

[0053] A hierarchical document parsing method based on a two-stage collaboration of "visual-logical" approach:

[0054] In the physical structure analysis stage, a Mask R-CNN model pre-trained for document layout analysis is employed. This model, tailored to the characteristics of text blocks, charts, tables, formulas, and other regions in document images, incorporates constraint rules based on prior knowledge of document layout (such as preferentially merging similar regions that are horizontally or vertically adjacent) in the Region Proposal Network (RPN) and post-processing Non-Maximum Suppression (NMS) steps. This achieves high-precision and robust segmentation of complex layouts. This differs from the application of general object detection models and represents a specialized improvement for document structure understanding.

[0055] Logical structure parsing stage: Constructing a document logical structure graph neural network. This network uses regions from the physically parsed output as nodes, and node features integrate visual features (position, size), textual semantic features (encoded via Sentence-BERT), and typographic features (font, indentation). Through graph convolution operations, the network explicitly predicts parent-child relationships (e.g., chapter-subsection) and sibling relationships (e.g., consecutive paragraphs) between nodes, ultimately generating an accurate document logical structure tree. This method overcomes the limitation of traditional rule-based or heuristic algorithms, which have poor generalization ability on complex documents.

[0056] Gated and enhanced bilinear attention fusion networks for multimodal feature interaction:

[0057] First, calculate the text feature vector. With visual feature vectors Bilinear interaction matrix between To capture fine-grained cross-modal correlations: ,in It is a learnable parameter tensor.

[0058] The key innovation lies in introducing a dynamic gating vector g. This gating vector is generated jointly from textual and visual features: ,in Indicates splicing, This is the sigmoid function. This gating vector adaptively modulates the contribution of fused information from bilinear interactions to the original textual information.

[0059] Final fusion features Represented as: ( (For element-wise multiplication). This gated bilinear design allows the model to dynamically select a fusion strategy based on the specific content, exhibiting stronger robustness and accuracy than a fixed fusion method, especially when dealing with scenarios where the relationship between descriptive text and charts in a document is uncertain.

[0060] Context-aware reordering algorithm based on graph attention network:

[0061] After obtaining a set of candidate fragments through initial retrieval, the algorithm reorders them to improve the relevance of the results.

[0062] The algorithm constructs a local context graph for each candidate fragment. The nodes in the graph include the candidate fragment and its parent, child, and sibling nodes in the document's logical structure tree, as well as the anchored graph nodes.

[0063] A graph attention network is used to calculate the relevance of the query vector to all nodes in the local context graph. Finally, the context relevance score of the candidate fragment is a weighted aggregation of its relevance to all its neighboring nodes.

[0064] This algorithm quantifies the structured contextual information of documents and incorporates it into the sorting process, effectively solving the classic problem of "semantically related but irrelevant content," which is an essential improvement over sorting based solely on content similarity.

[0065] A hybrid index architecture that supports multi-dimensional join queries:

[0066] This architecture is not a simple coexistence of multiple indexes, but rather an organic connection between the structured metadata index (stored in Elasticsearch), the dense vector index (stored in FAISS), and the keyword inverted index through a unique identifier mapping mechanism.

[0067] This enables the system to efficiently execute complex joint queries, such as: "Within the scope of Chapter 3, find paragraphs or charts that are semantically similar to 'neural network optimization' and contain the keyword 'gradient descent'."

[0068] like Figure 1 As shown, this invention proposes an intelligent long-document retrieval system based on hierarchical parsing and multimodal fusion. Its architecture mainly consists of three layers: an application layer, a core processing layer, and a storage layer. Each layer works collaboratively to complete the entire process from document parsing to intelligent retrieval.

[0069] The application layer is the data interaction interface between the system and the outside world, and is responsible for receiving two types of input:

[0070] Long document upload: Supports users to upload long documents in various formats such as PDF and DOCX, which contain multimodal content such as text, images, and tables to be processed.

[0071] User query input: Receives search queries submitted by users through the interface. The query can be a natural language question or a combination of keywords.

[0072] The core processing layer, the core of the system's technological innovation, includes the following modules:

[0073] The hierarchical document parsing module is responsible for deep parsing of the uploaded original documents. First, it uses a physical structure parser employing a Mask R-CNN model pre-trained for document layout analysis tasks to analyze page layout, columns, and region divisions, accurately locating and classifying elements such as text blocks, images, tables, and formulas. Then, a logical structure parser uses a graph neural network (GNN) to identify logical units such as chapters, paragraphs, and lists by analyzing visual, semantic, and typographical features.

[0074] The multimodal feature extraction and fusion module receives the parsed elements and uses a text feature extractor (based on pre-trained models such as BERT) and a visual feature extractor (based on pre-trained models such as CNN / ViT) in parallel to obtain high-dimensional semantic features. Subsequently, the cross-modal attention fusion unit adopts a gated enhanced bilinear attention network (GEBAN), which achieves fine-grained and adaptive fusion of text and visual features through bilinear interaction and dynamic gating mechanisms to generate a unified multimodal representation vector.

[0075] Query processing interface: Receives and performs initial parsing of user queries.

[0076] The retrieval and re-ranking engine is the core of online retrieval. Its internal hybrid retrieval unit concurrently sends requests to various indexes in the storage layer; the context-aware re-ranking unit employs a graph attention network (GAT)-based algorithm to construct a local context graph for candidate results, performing fine-grained ranking based on their structural relevance to the query, semantic similarity, and cross-modal association.

[0077] Storage layer:

[0078] Hybrid Index Library: This is the system's "memory" center, receiving and storing all output from the offline processing pipeline. It is a composite database containing:

[0079] Structured metadatabase: Stores the physical and logical structure information of documents (such as chapter structure, chart index and location information) in a non-relational format.

[0080] Vector Index Library: Efficiently stores and manages massive high-dimensional vectors generated by text and multimodal fusion, and supports fast approximate nearest neighbor search.

[0081] Keyword inverted index: Establishes a mapping from keywords to document fragments, supporting efficient traditional keyword Boolean retrieval and highlighting.

[0082] This application, by implementing the above technical solution, has achieved significant improvements in the core performance indicators of intelligent long document retrieval, and rigorous ablation experiments have verified the necessity and effectiveness of each innovative module. Specific technical effects are reflected in the following aspects:

[0083] 1. Overall retrieval accuracy reaches industry-leading levels.

[0084] Experimental results on the LongDocMM (LongDoc Multimodal) benchmark set demonstrate that the complete solution of this invention significantly outperforms existing mainstream technologies in key evaluation metrics. Specifically, in the core metric of mean average precision (mAP@5), the solution achieves 0.641, representing an absolute improvement of 0.114 and a relative improvement of 21.6% compared to the best baseline model (ViLT, 0.527). In the NDCG@10 metric, which measures ranking quality, the solution achieves 0.708, also showing a significant advantage over the baseline model's 0.591.

[0085] 2. Each core innovation module has been proven to have made substantial contributions.

[0086] Through systematic ablation experiments, the specific contribution of each innovative module to the final performance was quantitatively verified:

[0087] The hierarchical document parsing module is the foundation of the system. Removing this module resulted in a 9.0% decrease in the mAP@5 metric, demonstrating the importance of a deep understanding of the physical and logical structure of documents for improving retrieval accuracy.

[0088] The gated-enhanced bilinear attention fusion module is key to improving multimodal understanding capabilities. Removing this module resulted in a 5.6% decrease in mAP@5, confirming its effectiveness in fine-grained cross-modal semantic fusion.

[0089] The context-aware reordering module is crucial for optimizing the final results. Removing this module resulted in a 3.6% decrease in the mAP@5 metric, demonstrating the value of leveraging document context information to improve the relevance of the results.

[0090] 3. The system demonstrates superior performance in complex query scenarios.

[0091] When dealing with complex queries that require combining semantic understanding, structural filtering, and keyword matching, the hybrid indexing architecture and multi-module collaborative mechanism of this invention demonstrate unique advantages. For example, in multi-condition queries such as "retrieving graphs in Chapter 3 related to neural network optimization and containing the keyword gradient descent," the accuracy of the solution proposed in this invention is about 30% higher than that of traditional single-retrieval methods.

[0092] 4. The system response efficiency meets the requirements of practical applications.

[0093] Through optimized hybrid index design and parallel processing, the system maintains high response speed while ensuring retrieval quality. For a test database with tens of millions of documents, the average query response time is controlled within 200 milliseconds, fully meeting the real-time requirements of practical applications.

[0094] The embodiments described above merely illustrate specific implementation methods of this application, and while the descriptions are detailed, they should not be construed as limiting the scope of protection of this application. It should be noted that those skilled in the art can make various modifications and improvements without departing from the concept of the technical solution of this application, and these modifications and improvements all fall within the scope of protection of this application.

Claims

1. A method for intelligent retrieval of long documents based on hierarchical parsing and multimodal fusion, characterized in that, Includes the following steps: The input long document is parsed hierarchically to obtain its physical layout structure, logical structure, and the division and relationship of multimodal elements; Based on the hierarchical parsing results, text features of text elements and visual features of multimodal elements are extracted respectively; By using a cross-modal fusion model, textual and visual features are deeply fused to generate a unified multimodal semantic representation vector. Based on the results of hierarchical parsing and multimodal semantic representation vectors, a hybrid index is constructed; the hybrid index includes at least a structured metadata index, a vector index, and a keyword inverted index. Receive user queries, perform preliminary retrieval using a hybrid index, and obtain a candidate result set; The candidate result set is reordered based on the hierarchical context information of long documents; Output the reordered search results; The cross-modal fusion model is a gated and enhanced bilinear attention network; the fusion process is as follows: Calculate text feature vectors With visual feature vectors Bilinear interaction matrix between : , in, For learnable parameter tensors; Generate dynamic gating vectors : ,in, This indicates a splicing operation. For the sigmoid function, and These are learnable parameters; Calculate the final fusion features : ,in This is element-wise multiplication; Reordering the candidate result set specifically includes: For each candidate result, construct its local context graph based on the logical structure tree. The nodes in the graph include the candidate result and its parent node, child node, sibling node, and multimodal element nodes associated through anchor points. A graph attention network is used to calculate the correlation between the user query vector and each node in the local context graph; The relevance scores of the candidate result itself and its neighboring nodes are aggregated to obtain the final context relevance score of the candidate result, and the candidate result set is reordered based on this score; Hierarchical parsing of long input documents specifically includes: Using an instance segmentation model pre-trained for document layout analysis tasks, the physical structure of document pages is analyzed to locate and classify text blocks, images, tables, and formula areas. A graph neural network for document logical structure is constructed, with the regions output by physical structure parsing as nodes. The features of the nodes are integrated with visual features, textual semantic features, and layout features. Logical relationships between nodes are predicted through graph convolution operations to generate the document's logical structure tree.

2. The intelligent long document retrieval method based on hierarchical parsing and multimodal fusion according to claim 1, characterized in that, The instance segmentation model is the Mask R-CNN model, and in its region proposal network and post-processing non-maximum suppression step, constraint rules based on prior knowledge of document layout are introduced to preferentially merge similar regions that are adjacent in the horizontal or vertical direction.

3. The intelligent long document retrieval method based on hierarchical parsing and multimodal fusion according to claim 1, characterized in that, The constructed hybrid index, which links the structured metadata index, vector index, and keyword inverted index with unique identifiers, supports the execution of joint queries that simultaneously involve structural scope, semantic similarity, and keyword matching.

4. A long document intelligent retrieval system based on hierarchical parsing and multimodal fusion, characterized in that, Implementing the intelligent long document retrieval method based on hierarchical parsing and multimodal fusion as described in any one of claims 1-3, comprising: The hierarchical document parsing module performs hierarchical parsing on the input long document to obtain its physical layout structure, logical structure, and the division and association of multimodal elements; The multimodal feature extraction and fusion module extracts text features of text elements and visual features of multimodal elements based on hierarchical parsing results; through a cross-modal fusion model, it deeply fuses text features and visual features to generate a unified multimodal semantic representation vector. The hybrid index building module constructs a hybrid index based on the results of hierarchical parsing and multimodal semantic representation vectors; the hybrid index includes at least a structured metadata index, a vector index, and a keyword inverted index; The retrieval and reordering engine receives user queries, performs preliminary retrieval using a hybrid index, and obtains a candidate result set; based on the hierarchical context information of long documents, it reorders the candidate result set.

5. The intelligent long document retrieval system based on hierarchical parsing and multimodal fusion according to claim 4, characterized in that, The hierarchical document parsing module includes: A physical structure parser is configured to perform physical layout segmentation of a document using a modified Mask R-CNN model; A logical structure parser configured to use a graph neural network to infer the logical hierarchy of document elements.

6. An electronic device, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, characterized in that, When the processor executes the computer program, it implements the steps of the long document intelligent retrieval method based on hierarchical parsing and multimodal fusion as described in any one of claims 1 to 3.

7. A computer-readable storage medium having a computer program stored thereon, characterized in that, When the computer program is executed by the processor, it implements the steps of the long document intelligent retrieval method based on hierarchical parsing and multimodal fusion as described in any one of claims 1 to 3.

Citation Information

Patent Citations

  • Power market information extraction and pushing method and system based on multi-modal semantic fusion

    CN120508992A

  • Intelligent contract analysis method and system based on multi-modal feature fusion algorithm

    CN120822115A