paper-with-me

Papers

SAGE: A Novelty Gate for Efficient Memory Evolution in Agentic LLMs

2026-05-29 · Sijia Wang, Dhanajit Brahma, Ricardo Henao arxiv

Agentic LLMs must continuously decide whether newly extracted facts should be added, merged with existing memories, or ignored, yet prior work has focused more on retrieval and storage than on principled write-side control. We frame memory evolution as a novelty-detection problem and propose SAGE, a Spherical Adaptive Gate for memory Evolution that scores candidate facts with a von Mises-Fisher-based density estimator over memory embeddings and routes them with an adaptive threshold that tracks memory-store geometry. SAGE resolves clearly novel facts as ADD, clearly redundant facts as NOOP, and sends only uncertain cases to an LLM merge step, reducing expensive write-time reasoning. On LoCoMo, SAGE achieves the best average token-F1 against Mem0 on all seven open-weight backbone comparisons, while on GPT-4o-mini it reduces add-phase API cost by 3.4$\times$ and add-phase latency by 2.5$\times$ with only a small average judge-score gap. As a drop-in binary gate for A-Mem, SAGE skips roughly 16-18% of LLM calls across five models with minimal quality change on open-weight backbones. These results suggest that novelty-aware write control is a practical lever for improving both memory quality and system efficiency in long-term agentic memory. The source code for our approach is accessible at https://github.com/swang1024/SAGE.

📄 PDF Abstract BibTeX arXiv:2605.30711

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging the Cognitive Gap: A Unified Memory Paradigm for 6G Agentic AI-RAN

2026-05-11 · Xijun Wang, Zhaoyang Liu, Chenyuan Feng, Xiang Chen 외 arxiv

As 6G evolves, the radio access network must transcend traditional automation to embrace agentic AI capable of perception, reasoning, and evolution. A fundamental cognitive gap persists in current disaggregated architect…

MIRROR: Novelty-Constrained Memory-Guided MCTS Red-Teaming for Agentic RAG

2026-06-25 · Inderjeet Singh, Andrés Murillo, Motoyoshi Sekiya, Yuki Unno 외 arxiv

Multimodal agentic retrieval-augmented generation (RAG) systems expand the attack surface beyond prompt injection to include text poisoning, image injection, direct-query attacks, and orchestrator-level tool manipulation…

SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory

2026-05-12 · Juntong Wang, Haoyue Zhao, guanghui Pan, Xiyuan Wang 외 arxiv

Long-term memory is becoming a central bottleneck for language agents. Exsting RAG and GraphRAG systems largely treat memory graphs as static retrieval middleware, which limits their ability to recover complete evidence …

Evaluating Novelty in AI-Generated Research Plans Using Multi-Workflow LLM Pipelines

2025-12-24 · Devesh Saraogi, Rohit Singhee, Dhruv Kumar arxiv

The integration of Large Language Models (LLMs) into the scientific ecosystem raises fundamental questions about the creativity and originality of AI-generated research. Recent work has identified ``smart plagiarism'' as…

CliffSearch: Structured Agentic Co-Evolution over Theory and Code for Scientific Algorithm Discovery

2026-04-01 · Youssef Mroueh, Carlos Fonseca, Brian Belgodere, David Cox arxiv

Scientific algorithm discovery is iterative: hypotheses are proposed, implemented, stress-tested, and revised. Current LLM-guided search systems accelerate proposal generation, but often under-represent scientific struct…