Background: The limitations of Large Language Models (LLMs) regarding context relevance and computational efficiency in handling long text sequences present a major challenge in implementing Retrieval-Augmented Generation (RAG). Objective: This study aims to optimize contextual relevance through an Adaptive Semantic Chunking mechanism integrated into the Mamba linear sequential model architecture. Methods: Unlike static (fixed-size) cutting methods, the proposed algorithm dynamically determines text chunk boundaries based on semantic coherence thresholds () using Cosine Similarity. Experiments were conducted using the WikiQA dataset to evaluate retrieval accuracy and inference efficiency. Result: The results demonstrate that a value of = 0.7 represents the optimal point, producing intact semantic units with a relevance score of 0.7037. In terms of performance, this integration enables the Mamba model to achieve highly efficient inference times of 0.0412 seconds with linear time complexity. Conclusion: This adaptive approach successfully eliminates information fragmentation and minimizes noise within the Mamba model's hidden states. This study concludes that adaptive semantic grouping significantly enhances information density and answer accuracy in Mamba-based RAG systems, offering crucial implications for the development of real-time question-answering systems
Copyrights © 2026