paper-with-me

홈 › Papers

GAM-RAG: Gain-Adaptive Memory for Evolving Retrieval in Retrieval-Augmented Generation

2026-03-02 · Yifan Wang, Mingxuan Jiang, Zhihao Sun, Yixin Cao, Yicun Liu, Keyang Chen, Guangnan Ye, Hongfeng Chai arxiv

Retrieval-Augmented Generation (RAG) grounds large language models with external evidence, but many implementations rely on pre-built indices that remain static after construction. Related queries therefore repeat similar multi-hop traversal, increasing latency and compute. Motivated by schema-based learning in cognitive neuroscience, we propose GAM-RAG, a training-free framework that accumulates retrieval experience from recurring or related queries and updates retrieval memory over time. GAM-RAG builds a lightweight, relation-free hierarchical index whose links capture potential co-occurrence rather than fixed semantic relations. During inference, successful retrieval episodes provide sentence-level feedback, updating sentence memories so evidence useful for similar reasoning types becomes easier to activate later. To balance stability and adaptability under noisy feedback, we introduce an uncertainty-aware, Kalman-inspired gain rule that jointly updates memory states and perplexity-based uncertainty estimates. It applies fast updates for reliable novel signals and conservative refinement for stable or noisy memories. We provide a theoretical analysis of the update dynamics, and empirically show that GAM-RAG improves average performance by 3.95% over the strongest baseline and by 8.19% with 5-turn memory, while reducing inference cost by 61%. Our code and datasets are available at: https://anonymous.4open.science/r/GAM_RAG-2EF6.

📄 PDF Abstract BibTeX arXiv:2603.01783

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams

2026-07-28 · Siyu Xia, Chenheng Zhang, Yanting Wu, Haoxuan Li 외 arxiv

Memory is essential for LLM agents to accumulate task experience and reuse task-specific execution strategies. However, real-world deployment over boundary-agnostic and evolving task streams exposes a fundamental stabili…

EvolveMem:Self-Evolving Memory Architecture via AutoResearch for LLM Agents

2026-05-13 · Jiaqi Liu, Xinyu Ye, Peng Xia, Zeyu Zheng 외 arxiv

Long-term memory is essential for LLM agents that operate across multiple sessions, yet existing memory systems treat retrieval infrastructure as fixed: stored content evolves while scoring functions, fusion strategies, …

Dynamic Tool Dependency Retrieval for Lightweight Function Calling

2025-12-18 · Bhrij Patel, Davide Belli, Amir Jalalirad, Maximilian Arnold 외 arxiv

Function calling agents powered by Large Language Models (LLMs) select external tools to automate complex tasks. On-device agents typically use a retrieval module to select relevant tools, improving performance and reduc…

Computational Efficiency

CREAM: Continual Retrieval on Dynamic Streaming Corpora with Adaptive Soft Memory

2026-01-06 · HuiJeong Son, Hyeongu Kang, Sunho Kim, Subeen Ho 외 arxiv

Information retrieval (IR) in dynamic data streams is a crucial task, as shifts in data distribution degrade the performance of AI-powered IR systems. To mitigate this issue, memory-based continual learning has been wide…

Information RetrievalContinual Learning

SurveyGen-I: Consistent Scientific Survey Generation with Evolving Plans and Memory-Guided Writing

2025-08-20 · Jing Chen, Zhiheng Yang, Yixian Shen, Jie Liu 외 arxiv

Survey papers play a critical role in scientific communication by consolidating progress across a field. Recent advances in Large Language Models (LLMs) offer a promising solution by automating key steps in the survey-ge…