Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Self-updating Retrieval Mechanisms for Scalable and Personalized RAG Systems in Dynamic Environments

View through CrossRef
Retrieval-augmented generation (RAG) has become a practical mechanism for improving the factuality, traceability, and domain relevance of large language model (LLM) systems. However, many deployed RAG pipelines remain static: documents are embedded periodically, user context is handled through shallow prompt engineering, and compliance controls are applied after retrieval rather than during inference. These assumptions are increasingly inadequate for healthcare, finance, insurance, and regulated enterprise environments where documents, policies, user permissions, and operational risk profiles change continuously. This paper proposes SURA-RAG , a self-updating retrieval architecture for scalable and personalized RAG systems in dynamic environments. The framework combines event-driven indexing, freshness-aware ranking, edge-cloud LLM orchestration, federated personalization signals, policy-gated retrieval, and explainable evidence logging. A lightweight simulation is presented to compare static RAG, periodic index rebuilding, cloud-only personalization, and the proposed self-updating architecture. Results indicate that SURA-RAG can improve retrieval freshness, reduce stale-answer risk, and strengthen compliance traceability while maintaining acceptable latency. The paper contributes a concise technical framework for privacy-preserving, scalable, and auditable RAG deployment in high-impact sectors.
Elsevier BV
Title: Self-updating Retrieval Mechanisms for Scalable and Personalized RAG Systems in Dynamic Environments
Description:
Retrieval-augmented generation (RAG) has become a practical mechanism for improving the factuality, traceability, and domain relevance of large language model (LLM) systems.
However, many deployed RAG pipelines remain static: documents are embedded periodically, user context is handled through shallow prompt engineering, and compliance controls are applied after retrieval rather than during inference.
These assumptions are increasingly inadequate for healthcare, finance, insurance, and regulated enterprise environments where documents, policies, user permissions, and operational risk profiles change continuously.
This paper proposes SURA-RAG , a self-updating retrieval architecture for scalable and personalized RAG systems in dynamic environments.
The framework combines event-driven indexing, freshness-aware ranking, edge-cloud LLM orchestration, federated personalization signals, policy-gated retrieval, and explainable evidence logging.
A lightweight simulation is presented to compare static RAG, periodic index rebuilding, cloud-only personalization, and the proposed self-updating architecture.
Results indicate that SURA-RAG can improve retrieval freshness, reduce stale-answer risk, and strengthen compliance traceability while maintaining acceptable latency.
The paper contributes a concise technical framework for privacy-preserving, scalable, and auditable RAG deployment in high-impact sectors.

Related Results

DARE-RAG: Difficulty-Aware Retrieval Expansion for Retrieval-Augmented Generation
DARE-RAG: Difficulty-Aware Retrieval Expansion for Retrieval-Augmented Generation
Retrieval-Augmented Generation (RAG) systems face a fundamental trade-off: query expansion can improve retrieval effectiveness for ambiguous or underspecified queries, yet indiscri...
JADE: jawbone lesion diagnosis and decision supporting system
JADE: jawbone lesion diagnosis and decision supporting system
Abstract Objectives To develop and evaluate JADE, a proof-of-concept retrieval-augmented generation (RAG) diagnostic assi...
Is a Fitbit a Diary? Self-Tracking and Autobiography
Is a Fitbit a Diary? Self-Tracking and Autobiography
Data becomes something of a mirror in which people see themselves reflected. (Sorapure 270)In a 2014 essay for The New Yorker, the humourist David Sedaris recounts an obsession spu...
A Systematic Literature Review of Retrieval-Augmented Generation Implementation for Enhancing Large Language Models in Education
A Systematic Literature Review of Retrieval-Augmented Generation Implementation for Enhancing Large Language Models in Education
The rapid advancement of Large Language Models (LLM) has led to the creation of increasingly adaptive intelligent learning systems. However, many educational implementations of LLM...
Diagnosing RAG Failures: A Taxonomy of Failure Modes in Retrieval-Augmented Generation
Diagnosing RAG Failures: A Taxonomy of Failure Modes in Retrieval-Augmented Generation
Retrieval-Augmented Generation (RAG) has become a standard paradigm for grounding large language models in external knowledge, yet RAG systems still fail in production in ways that...
Automating Information Retrieval from Biodiversity Literature Using Large Language Models: A Case Study
Automating Information Retrieval from Biodiversity Literature Using Large Language Models: A Case Study
Recently, Large Language Models (LLMs) have transformed information retrieval, becoming widely adopted across various domains due to their ability to process extensive textual data...
Unconventional Method of Subsea Umbilical Retrieval Using Anchor Handling Vessel
Unconventional Method of Subsea Umbilical Retrieval Using Anchor Handling Vessel
Abstract A deepwater field in West Africa was decommissioned and subsea facilities retrieval operation was carried out as part of the Abandonment and Decommissioning...
Beyond Sequential Hybrid Retrieval: A Parallel Framework for Accurate and Scalable RAG
Beyond Sequential Hybrid Retrieval: A Parallel Framework for Accurate and Scalable RAG
Abstract Large Language Models (LLMs) frequently generate hallucinated or outdated responses when operating without external knowledge. Retrieval Augmented Generati...

Back to Top