arXiv論文メモ
新着一覧
cs.LG · 査読状況未確認

複数AIの作業記憶を実行結果から改善するMACE

MACE: Memory-Agent Co-Evolution with Adaptive Memory Graphs for Multi-Agent Systems

Kairui Yang, Minghao An, Xunkai Li, Ziheng Yi, Zekai Chen, Guangyuan He, Rong-Hua Li

この論文をやさしく読む

ひとことで言うと

複数のAIが過去の作業手順を再利用するとき、何をひとまとまりで覚え、どう提示するかを成功・失敗の結果から調整する方法です。

何に役立つ?

手順の前提や後工程に必要な出力を落とさずに、限られた記憶量で取り出す仕組みの設計に役立ちます。評価では8つのベンチマークで平均スコアを比較しています。

この研究の面白いところ

同じ情報でも、指示文として渡すかチェックリストにするかで、適した情報の組み合わせが変わります。内容と表示形式を別々ではなく一組として学ぶ点が特徴です。

どこまで分かった?

81.11%と78.97%の差は2.14パーセントポイントです。結果は対象ベンチマークの平均スコアであり、任意の業務での成功率や、記憶管理を含む総コストの改善をそのまま示すものではありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデル(LLM)を用いたマルチエージェントシステムは、エージェントがタスクを計画し、中間結果を検証し、失敗を修復する過程を記録した協働履歴を生成する。これらの手順を再利用するには、行動の前提条件と、後続のエージェントが必要とする出力を保持しなければならない。実証研究の結果、こうした依存関係を機能的な記憶単位にまとめると保持が改善し、単位間を接続すると、タスクに必要な単位とリンクを一緒に取り出しやすくなることが分かった。また、各組み合わせの内容を形式間で固定しても、指示文とチェックリストでは望ましい単位の組み合わせが変わる。組み合わせと形式の各ペアの結果に基づいて選択を更新する方が、組み合わせと形式を別々に採点するよりも優れている。 これらの知見に基づき、実行時のフィードバックを通じて記憶の編成とエージェントによる記憶利用を適応させる、記憶とエージェントの共進化の枠組みMACEを提案する。MemGoG構造は、関連する条件・行動・出力からなる部分グラフとして機能単位を表し、支援、競合、修復の関係を通じて接続する。MACE Loopは記憶予算の範囲内でタスクに関連する単位と関係を選び、各エージェントの現在の操作に合わせて指示文またはチェックリストを提供する。選んだ単位、提示形式、エージェントの出力、タスクの結果を記録し、検索用の単位スコアと関係を更新するとともに、その後の提示形式の選択にも反映する。 8つのベンチマークでMACEは10のベースラインを上回り、最も強いベースラインであるSAGEの平均スコア78.97%に対し、81.11%を達成した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

LLM-based multi-agent systems generate collaboration traces that record how agents plan tasks, verify intermediate results, and repair failures. Reusing these procedures requires preserving an action's prerequisites and the outputs needed by subsequent agents. Our empirical studies show that grouping these dependencies into functional memory units improves their retention, while connecting units increases retrieval of the units and links jointly required by a task. The preferred combination of units also changes between instructions and checklists, even when each combination's content is fixed across formats. Updating choices from the outcomes of each combination and format pairing outperforms scoring combinations and formats separately. These findings motivate MACE, a memory-agent co-evolution framework that adapts memory organization and agent memory use through execution feedback. Its MemGoG structure represents functional units as subgraphs of related conditions, actions, and outputs, connecting them through support, conflict, and repair relations. MACE Loop selects task-relevant units and relations within a memory budget and provides each agent with instructions or checklists for its current operation. It records the selected units, presentation formats, agent outputs, and task outcomes to update unit scores and relations for retrieval and inform subsequent presentation choices. Across eight benchmarks, MACE outperforms ten baselines with an average score of 81.11%, compared with 78.97% for the strongest baseline, SAGE.

arXiv ID: 2609.21533 / 要約の誤りについて