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

長い作業履歴をいつ圧縮するかを状態から判断

StateComp: Learning When to Compress History in Long Horizon Agents

Mingxuan Wang, Hongyue Chen, Yinglong Guo, Fei Luo, Chao Ning, Bo Wang, Guorun Yao, Yanbiao Ma, Jungong Han

この論文をやさしく読む

ひとことで言うと

長時間作業するエージェントが、過去の履歴を安全に短くできる時点を現在の状態から判断する手法。

何に役立つ?

長い対話履歴の処理費用を抑えつつ、後の操作に必要な情報を残す設計に役立つ。

この研究の面白いところ

履歴の古さではなく、今の状態で置き換えてよいかをKEEPとREADYで学習する。

どこまで分かった?

削減率と速度向上はWorkBuddyBenchでの実験結果で、ほかの作業への一般化は要旨からは分からない。

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

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

長時間動くエージェントは作業中にやり取りの履歴を蓄積するが、過去のやり取りの重要性はエージェントの状態とともに変わる。既存の文脈管理手法は主に固定長の窓、定期的な予定、現在の関連性に基づいて履歴を圧縮し、「過去のやり取りをいつ安全に置き換えられるか」という基本的な問いを見落としている。早すぎる圧縮は後の操作に必要な情報を消し、慎重すぎる保持は文脈の大きな負担を生む。そこで、現在のエージェント状態に応じて、過去のやり取りを安全に圧縮できる時点を決めるState Conditioned Compression(StateComp)を提案する。StateCompは二段階の注釈手順でKEEPとREADYの教師信号を作り、重みを固定した言語モデルの内部表現を用いて、クラスの偏りを考慮した振り分け器を学習する。長い履歴の評価費用を抑えるため、長さを制限した状態表現も用いる。実行中には、隣接するREADYのやり取りを連続した区間としてまとめ、短い要約へ置き換える。WorkBuddyBenchの実験では、タスク性能を維持しながら、エージェントと要約処理で使うトークンの総数を52.27%削減し、内部表現の抽出を12.67倍高速化した。

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

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

更新履歴

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

原文の要旨

Long-horizon agents continuously accumulate interaction history during task execution, yet the importance of past interactions changes as the agent state evolves. Existing context management methods largely compress history based on fixed windows, periodic schedules, or current relevance, overlooking a more fundamental question: when has a past interaction become safe to replace? Premature compression may remove information still needed for future actions, while overly conservative retention leads to substantial context overhead. To address this, we propose State Conditioned Compression (StateComp), a framework that determines when historical interactions can be safely compressed according to the current agent state. StateComp constructs KEEP and READY supervision through a two-stage annotation procedure and trains an imbalance-aware router on hidden representations from a frozen language model. A bounded state representation further reduces the cost of evaluating long histories, while adjacent READY interactions are grouped into continuous spans and replaced with compact summaries during execution. Experiments on WorkBuddyBench show that StateComp reduces total agent and summarization tokens by 52.27% while maintaining task performance, and achieves a 12.67-fold speedup in representation extraction.

著者のコメント

33 pages

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