paper-with-me

홈 › Papers

Self-Evolving LLM Memory Extraction Across Heterogeneous Tasks

2026-04-13 · Yuqing Yang, Tengxiao Liu, Wang Bill Zhu, Taiwei Shi, Linxin Song, Robin Jia arxiv

As LLM-based assistants become persistent and personalized, they must extract and retain useful information from past conversations as memory. However, the types of information worth remembering vary considerably across tasks. We formalize the \textit{heterogeneous memory extraction} task and introduce \textbf{BEHEMOTH}, a benchmark that repurposes 18 existing datasets spanning personalization, problem-solving, and agentic tasks, using a downstream utility-driven metric for systematic evaluation. Our empirical analysis confirms that no single static extraction prompt dominates across all task categories, and that existing self-evolving prompt optimization frameworks, originally designed for homogeneous distributions, degrade when training tasks are heterogeneous. To address this, we propose \textbf{CluE}, a cluster-based self-evolving strategy that groups training examples into clusters by extraction scenarios, analyzes each cluster independently, and synthesizes cross-cluster insights to update the extraction prompt. Experiments on BEHEMOTH show that CluE generalizes effectively across heterogeneous tasks ($+$9.04\% relative gain), consistently outperforming prior self-evolving frameworks.

📄 PDF Abstract BibTeX arXiv:2604.11610

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UMEM: Unified Memory Extraction and Management Framework for Generalizable Memory

2026-02-11 · Yongshi Ye, Hui Jiang, Feihu Jiang, Tian Lan 외 arxiv

Self-evolving memory serves as the trainable parameters for Large Language Models (LLMs)-based agents, where extraction (distilling insights from experience) and management (updating the memory bank) must be tightly coor…

SEDM: Scalable Self-Evolving Distributed Memory for Agents

2025-09-11 · Haoran Xu, Jiacong Hu, Ke Zhang, Lei Yu 외 arxiv

Long-term multi-agent systems inevitably generate vast amounts of trajectories and historical interactions, which makes efficient memory management essential for both performance and scalability. Existing methods typical…

Fact Verification

Generalizable Self-Evolving Memory for Automatic Prompt Optimization

2026-03-23 · Guanbao Liang, Yuanchen Bei, Sheng Zhou, Yuheng Qin 외 arxiv

Automatic prompt optimization is a promising approach for adapting large language models (LLMs) to downstream tasks, yet existing methods typically search for a specific prompt specialized to a fixed task. This paradigm …

TheraAgent: Multi-Agent Framework with Self-Evolving Memory and Evidence-Calibrated Reasoning for PET Theranostics

2026-03-14 · Zhihao Chen, Jiahui Wang, Yizhou Chen, Xiaozhong Ji 외 arxiv

PET theranostics is transforming precision oncology, yet treatment response varies substantially; many patients receiving 177Lu-PSMA radioligand therapy (RLT) for metastatic castration-resistant prostate cancer (mCRPC) f…

Medical Diagnosis

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…