次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

M$^": 全てのタスクに専用メモリを:プログラム進化によるタスク最適化メモリ機構の自動発見

原題: M$^star$: Every Task Deserves Its Own Memory Harness
著者: Wenbo Pan, Shujie Liu, Xiangyang Zhou, Shiwei Zhang, Wanlu Shi, Mirror Xu, Xiaohua Jia
公開日: 2026-04-10 | 分野: LLM 推論 エージェント 最適化 自動化 進化 Python メモリ タスク 自然言語処理 プランニング プログラム

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 大規模言語モデルエージェント向けに、タスクごとに最適化されたメモリ機構を自動発見する手法M$^":を提案した。
  • 既存の固定メモリ設計は特定のタスクに特化し汎用性に欠けるため、プログラム進化でメモリ構造を最適化する点が新しい。
  • 会話、計画、推論など多様なタスクで既存手法を上回り、タスクごとに異なるメモリ処理機構が進化することを示した。

Abstract

Large language model agents rely on specialized memory systems to accumulate and reuse knowledge during extended interactions. Recent architectures typically adopt a fixed memory design tailored to specific domains, such as semantic retrieval for conversations or skills reused for coding. However, a memory system optimized for one purpose frequently fails to transfer to others. To address this limitation, we introduce M$^star$, a method that automatically discovers task-optimized memory harnesses through executable program evolution. Specifically, M$^star$ models an agent memory system as a memory program written in Python. This program encapsulates the data Schema, the storage Logic, and the agent workflow Instructions. We optimize these components jointly using a reflective code evolution method; this approach employs a population-based search strategy and analyzes evaluation failures to iteratively refine the candidate programs. We evaluate M$^star$ on four distinct benchmarks spanning conversation, embodied planning, and expert reasoning. Our results demonstrate that M$^star$ improves performance over existing fixed-memory baselines robustly across all evaluated tasks. Furthermore, the evolved memory programs exhibit structurally distinct processing mechanisms for each domain. This finding indicates that specializing the memory mechanism for a given task explores a broad design space and provides a superior solution compared to general-purpose memory paradigms.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事