Commit 341d9f4f by wangchenglong

update.

parent ea5ab043
\begin{thebibliography}{140}
\begin{thebibliography}{141}
\providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}}
\expandafter\ifx\csname urlstyle\endcsname\relax
......@@ -660,6 +660,11 @@ Jin Xu, Zhifang Guo, Jinzheng He, Hangrui Hu, Ting He, Shuai Bai, Keqin Chen, Ji
\newblock Qwen2. 5-omni technical report.
\newblock \emph{arXiv preprint arXiv:2503.20215}, 2025.
\bibitem[Xu et~al.(2026)Xu, Liang, Mei, Gao, Tan, and Zhang]{xu-etal:a-mem}
Wujiang Xu, Zujie Liang, Kai Mei, Hang Gao, Juntao Tan, and Yongfeng Zhang.
\newblock A-mem: Agentic memory for llm agents.
\newblock \emph{Advances in Neural Information Processing Systems}, 38:\penalty0 17577--17604, 2026.
\bibitem[Yan et~al.(2026)Yan, Yang, Huang, Nie, Ding, Li, Ma, Bi, Kersting, Pan, et~al.]{yan-etal:memory-r1}
Sikuan Yan, Xiufeng Yang, Zuchao Huang, Ercong Nie, Zifeng Ding, Zonggen Li, Xiaowen Ma, Jinhe Bi, Kristian Kersting, Jeff~Z Pan, et~al.
\newblock Memory-r1: Enhancing large language model agents to manage and utilize memories via reinforcement learning.
......
......@@ -6,7 +6,14 @@
@article{xu-etal:a-mem,
title={A-mem: Agentic memory for llm agents},
author={Xu, Wujiang and Liang, Zujie and Mei, Kai and Gao, Hang and Tan, Juntao and Zhang, Yongfeng},
journal={Advances in Neural Information Processing Systems},
volume={38},
pages={17577--17604},
year={2026}
}
@inproceedings{yan-etal:memory-r1,
title={Memory-r1: Enhancing large language model agents to manage and utilize memories via reinforcement learning},
......
No preview for this file type
......@@ -360,7 +360,9 @@ R_{\text{answer}} = \text{EM}(y_{\text{pred}}, y_{\text{gold}})
\end{eqnarray}
where $\text{EM}(\cdot)$ denotes the matching function, $y_{\text{pred}}$ denotes the predicted answer, and $y_{\text{gold}}$ denotes the ground-truth answer. This design avoids the need to manually annotate individual memory operations. Instead, the memory manager learns which operations are beneficial by directly optimizing their impact on downstream task performance.
After optimizing the memory manager, the agent can dynamically maintain its memory during future interactions. However, learning effective memory operations is only the first step toward experience-driven agent improvement. A key challenge is how to evaluate the long-term utility of accumulated memories. Existing memory optimization methods typically define rewards based on downstream task performance, i.e., whether the retrieved memories help the agent solve the current task. However, the usefulness of a memory is not always reflected immediately. For example, a failure case collected from one interaction may not improve the current response, but it can help the agent avoid similar mistakes in future tasks. As a result, we can consider memory as a core component of agent learning rather than a passive storage module \citep{xu-etal:a-mem}. In this way, instead of treating memory updates as isolated operations for individual tasks, we can view memory management as an ongoing learning process, where agents gradually organize past experiences into reusable knowledge.
% 是否插入memory之后,我们就不管了近一步,我们还可以组织Memory
\subsubsection{Skill Optimization}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论