Hybrid RAG Chunking for Semantic and Layout-Aware Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Generative AI systems struggle with up-to-date information and factual accuracy due to their reliance on static, pre-trained knowledge, leading to inconsistent responses.

Innovation Solution

Implement a hybrid content item chunking system that combines size-based and semantic chunking strategies to create a comprehensive set of chunks, capturing both semantic meaning and structural layout, which are then loaded into a database for efficient retrieval and generation processes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional LLMs rely on static pre-trained knowledge, then the system structure remains simple, but the information currency and factual accuracy deteriorate

Engineering Contradiction:
Improvefactual accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments knowledge into static pre-trained components and dynamic retrieved components, allowing the LLM to maintain its simple structure while incorporating external knowledge through the RAG framework. The knowledge base is divided into searchable chunks that can be independently retrieved and injected into the generation process.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The RAG framework acts as an intermediary between the static LLM and external knowledge sources. It retrieves relevant information from the knowledge base and injects it into the prompt, enabling the LLM to access current information without modifying its internal structure or training.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If RAG systems use basic chunking strategies, then the implementation complexity remains low, but the retrieval precision and contextual relevance deteriorate

Engineering Contradiction:
Improveretrieval precisionVSAvoidchunking complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple chunking strategies (semantic chunking, layout-based chunking, and size-based chunking) into a hybrid approach. This combination leverages the strengths of each method: semantic chunking preserves meaning, layout-based chunking maintains document structure, and size-based chunking ensures manageable token lengths, collectively improving retrieval precision.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The chunking system dynamically selects and adjusts chunking strategies based on document characteristics. Different document types (e.g., technical reports, articles, code) trigger different chunking approaches, allowing the system to adapt to varying structural and semantic properties rather than applying a fixed chunking method.

Inventive Principle:
Principle #15Dynamics

3Reliability

If hybrid chunking processes are implemented, then the information retrieval quality improves, but the computation time increases

Engineering Contradiction:
Improveinformation retrieval qualityVSAvoidcomputation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary chunking and indexing of the knowledge base during the offline setup phase. By pre-processing documents into hybrid chunks and storing them in an optimized format, the system avoids performing complex chunking operations during query time, significantly reducing the computation time for information retrieval while maintaining high retrieval quality.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260073253A1Hybrid Content Item Chunking For Retrieval Augmented Generation
Publication Date: 2026.03.12 ORACLE INT CORP
  • US20260073253A1 patent drawing
  • US20260073253A1 patent drawing
  • US20260073253A1 patent drawing

AI summary

Hybrid content item chunking techniques for retrieval augmented generation (RAG) systems are disclosed. The techniques employ a dual approach, combining size-based and semantic chunking with layout-based chunking. The techniques analyze content for layout indicators, creating two sets of chunks that are then merged into a hybrid set. This hybrid set is loaded into a database for subsequent searches. The techniques offer several technical advantages, including improved handling of diverse document types, potential for parallel processing, and enhanced capture of both semantic meaning and structural layout. By maintaining size constraints and adapting to various formats, the techniques provide a more comprehensive representation of document content. The techniques overcome limitations of single-method approaches, potentially leading to more accurate information retrieval, improved context preservation, and enhanced RAG system performance across varied document types.