paper-with-me

Papers

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

2026-05-12 · Juntong Wang, Haoyue Zhao, guanghui Pan, Xiyuan Wang, Yanbo Wang, Qiyan Deng, Muhan Zhang 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 chains from partial cues, exploit reusable graph-structrual roles, and improve the memory itself through downstream feedback. We introduce SAGE, a Self-evolving Agentic Graph-memory Engine that models graph memory as a dynamic long-term memory substrate. SAGE couples two roles: a memory writer that incrementally constucts structured graph memory from interaction histories, and a Graph Foundation Model-based memory reader to perform retrieval and provide feedback to the memory writer. We provide rigorooous theoretical annalyses supporting the framework. Across multi-hop QA, open-domain retireval, domain-specific review QA, and long-term agent-memory benchmarks, SAGE improves evidence recovery, answer grounding, and retrieval efficiency: after two self-evolution rounds, it achieves the best average rank on multi-hop QA; in zero-shot open-domain transfer, it reaches 82.5/91.6 Recall@2/5 on NQ. Further results on LongMemEval and HaluMem show that traning and reader-writer feedback improve multiple long-term memory and hallucination-diagnostic metrics, suggesting that self-evolving, structure-aware graph memory is a promising foundation for robust long-horizon language agents.

📄 PDF Abstract BibTeX arXiv:2605.12061

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic AI-RAN: Enabling Intent-Driven, Explainable and Self-Evolving Open RAN Intelligence

2026-02-27 · Zhizhou He, Yang Luo, Xinkai Liu, Mahdi Boloursaz Mashhadi 외 arxiv

Open RAN (O-RAN) exposes rich control and telemetry interfaces across the Non-RT RIC, Near-RT RIC, and distributed units, but also makes it harder to operate multi-tenant, multi-objective RANs in a safe and auditable man…

SEARL: Joint Optimization of Policy and Tool Graph Memory for Self-Evolving Agents

2026-04-09 · Xinshun Feng, Xinhao Song, Lijun Li, Gongshen Liu 외 arxiv

Recent advances in Reinforcement Learning with Verifiable Rewards (RLVR) have demonstrated significant potential in single-turn reasoning tasks. With the paradigm shift toward self-evolving agentic learning, models are i…

Reinforcement Learning

SEAL: Self-Evolving Agentic Learning for Conversational Question Answering over Knowledge Graphs

2025-12-04 · Hao Wang, Jialun Zhong, Changcheng Wang, Zhujun Nie 외 arxiv

Knowledge-based conversational question answering (KBCQA) confronts persistent challenges in resolving coreference, modeling contextual dependencies, and executing complex logical reasoning. Existing approaches often suf…

Conversational Question AnsweringComputational EfficiencyLogical ReasoningKnowledge Graphs

TimeSage-EV: A Live Benchmark for Agentic Time Series Analysis in Evolving Environments

2026-08-14 · Qingren Yao, Yaxuan Kong, Yuqi Nie, Yichen Li 외 arxiv

Time series analysis in high-stakes domains relies on recurring data releases, where new observations can alter the evidence base and the validity of later conclusions. Existing time series QA benchmarks mostly rely on f…

Time Series Analysis

Scaling Self-Evolving Agents via Parametric Memory

2026-06-03 · Tao Ren, Weiyao Luo, Hui Yang, Rongzhi Zhu 외 arxiv

Existing memory-augmented LLM agents store past experience exclusively in prompt space, as textual summaries or retrieved passages, while keeping model parameters frozen throughout a rollout. Such agents can \emph{look u…