An edge cache for RAG-driven LLMs learns its replacement policy with deep reinforcement learning and claims over 80% hit rates after 11 training episodes.
Context-augmented Retrieval: A Novel Framework for Fast Information Retrieval based Response Generation using Large Language Model
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Generating high-quality answers consistently by providing contextual information embedded in the prompt passed to the Large Language Model (LLM) is dependent on the quality of information retrieval. As the corpus of contextual information grows, the answer/inference quality of Retrieval Augmented Generation (RAG) based Question Answering (QA) systems declines. This work solves this problem by combining classical text classification with the Large Language Model (LLM) to enable quick information retrieval from the vector store and ensure the relevancy of retrieved information. For the same, this work proposes a new approach Context Augmented retrieval (CAR), where partitioning of vector database by real-time classification of information flowing into the corpus is done. CAR demonstrates good quality answer generation along with significant reduction in information retrieval and answer generation time.
citation-role summary
citation-polarity summary
fields
cs.NI 1years
2025 1verdicts
REJECT 1roles
method 1polarities
use method 1representative citing papers
citing papers explorer
-
Adaptive Contextual Caching for Mobile Edge Large Language Model Service
An edge cache for RAG-driven LLMs learns its replacement policy with deep reinforcement learning and claims over 80% hit rates after 11 training episodes.