paper-with-me

홈 › Papers

Live-Evo: Online Evolution of Agentic Memory from Continuous Feedback

2026-02-02 · Yaolun Zhang, Yiran Wu, Yijiong Yu, Qingyun Wu, Huazheng Wang arxiv

Large language model (LLM) agents are increasingly equipped with memory, which are stored experience and reusable guidance that can improve task-solving performance. Recent \emph{self-evolving} systems update memory based on interaction outcomes, but most existing evolution pipelines are developed for static train/test splits and only approximate online learning by folding static benchmarks, making them brittle under true distribution shift and continuous feedback. We introduce \textsc{Live-Evo}, an online self-evolving memory system that learns from a stream of incoming data over time. \textsc{Live-Evo} decouples \emph{what happened} from \emph{how to use it} via an Experience Bank and a Meta-Guideline Bank, compiling task-adaptive guidelines from retrieved experiences for each task. To manage memory online, \textsc{Live-Evo} maintains experience weights and updates them from feedback: experiences that consistently help are reinforced and retrieved more often, while misleading or stale experiences are down-weighted and gradually forgotten, analogous to reinforcement and decay in human memory. On the live \textit{Prophet Arena} benchmark over a 10-week horizon, \textsc{Live-Evo} improves Brier score by 20.8\% and increases market returns by 12.9\%, while also transferring to deep-research benchmarks with consistent gains over strong baselines. Our code is available at https://github.com/ag2ai/Live-Evo.

📄 PDF Abstract BibTeX arXiv:2602.02369

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Time is Not a Label: Continuous Phase Rotation for Temporal Knowledge Graphs and Agentic Memory

2026-04-13 · Weixian Waylon Li, Jiaxin Zhang, Xianan Jim Yang, Tiejun Ma 외 arxiv

Structured memory representations such as knowledge graphs are central to autonomous agents and other long-lived systems. However, most existing approaches model time as discrete metadata, either sorting by recency (bury…

Knowledge Graph CompletionKnowledge Graphs

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 contr…

AdaMEM: Test-Time Adaptive Memory for Language Agents

2026-06-04 · Yunxiang Zhang, Yiheng Li, Ali Payani, Lu Wang arxiv

A central challenge for language agents is utilizing past experience to adapt to dynamic test-time conditions. While recent work demonstrates the promise of agentic memory mechanisms, most systems restrict retrieval to e…

Test-time Adaptation

A Survey of Agentic AI and Cybersecurity: Challenges, Opportunities and Use-case Prototypes

2026-01-08 · Sahaya Jestus Lazer, Kshitiz Aryal, Maanak Gupta, Elisa Bertino arxiv

Agentic AI marks an important transition from single-step generative models to systems capable of reasoning, planning, acting, and adapting over long-lasting tasks. By integrating memory, tool use, and iterative decision…

Fraud Detection

Agentic ESOpt: Fine-Tuning Long-Horizon LLM Agents with Minimal GPU Requirements

2026-08-18 · Zhi Zheng, Rongsheng Chen, Yunpeng Ba, Zhenkun Wang 외 arxiv

Reinforcement Learning (RL) has been promising in single-turn LLM fine-tuning. However, long-horizon agentic reasoning introduces increasingly branching interactions and sparse rewards, exposing several limitations of RL…

Reinforcement Learning