Berkeley AI Research、LLM の信念更新手法を公開し長期対話効率化を目指す
Berkeley AI Research は、長期タスクにおける LLM の文脈圧縮と性能維持を両立する「ABBEL」というフレームワークを発表し、自然言語の信念状態を用いて要約情報の品質を監督する手法を示した。
AI深層分析を開く2026年7月27日 13:06
キーポイント
既存手法の課題
タスクの範囲が広がるにつれて LLM の文脈は無限に拡張できず、自己要約による簡潔化は特に協力的コード生成など高品質データが不足する領域で性能低下を招く。
ABBEL フレームワークの提案
ABBEL は自然言語の信念状態という形式で要約の情報内容を分離・監督することで、文脈圧縮と精度維持を両立する新しいアプローチを提供する。
技術的な特徴
この手法は従来の自己要約が抱える性能コストを軽減し、解釈可能な文脈表現を実現することを目的としている。
再帰的要約の性能限界
要約モデルは学習を通じて改善するが、完全なコンテキストを持つモデルとの性能差を完全に解消できない。
実運用における要約回避の推奨
ベンチマーク上の小さな差異にもかかわらず、Cursor などのサーバーではタスク中における要約機能の使用を避けるよう推奨されている。
重要な引用
Self-summarization enables concise, interpretable contexts, but at a significant performance cost
We address this with ABBEL: a framework that isolates and supervises the information content of summaries in the form of natural-language belief states
Though both model types improve over the course of training, the summary model never closes the gap.
model servers like Cursor continue to recommend that users avoid compaction with their coding assistants in the middle of a task.
編集コメントを表示
編集コメント
Berkeley AI Research が示した信念状態の監督手法は、LLM の実用化における文脈管理の新たなパラダイムを示唆している。特にデータが限られる現場での長期タスク実行において、このアプローチが性能維持にどう寄与するかの実証が今後の注目点となる。

*ABBEL と従来の再帰的要約手法の比較。エージェントの作業コンテキストとして完全なインタラクション履歴に代わり「信念(Beliefs)」が用いられ、各信念状態の内容を監督することで性能が向上します。*
タスクの範囲が広がるにつれ、LLM のコンテキストは無限に拡張できるわけではありません。自己要約機能により、簡潔で解釈可能なコンテキストを実現できますが、その分、性能には大きな代償が生じます。特に高品質なデータが不足している人間の協力を必要とするドメイン(例:共同コード生成)では、このコストが顕著になります。
そこで提案するのが ABBEL です。これは要約の情報内容を自然言語の「信念状態」という形式で抽出し、監督するフレームワークです。
動機:再帰的要約のコスト
ソフトウェア開発など、複雑化するタスクを言語モデルが効果的に支援するためには、人間と数百乃至数千ステップにわたって対話できる能力が不可欠です。このような長期のタスクにおいて、すべての対話履歴をコンテキストとして保持し続けるのは現実的ではありません。
これまでのヒューリスティックなアプローチは、要約生成、すなわち「コンテキスト圧縮」でした。例えば、Cursor の最新モデル「Composer 2.5」では、パフォーマンス向上のためにトレーニング中に圧縮技術を採用しています(Cassano et al., 2026)。また、オンラインコーディング競技で人類の競争相手全員を consistently 上回る成果を収めた初のシステムである Grandcode(DeepReinforce et al., 2026)も、最新の効率的なアテンションモデル(Qwen 3.5-397B)を採用しているにもかかわらず、コンテキストの要約を必要としました。
しかし、圧縮には課題があります。ベンチマーク上ではパフォーマンスの差が小さく見えるにも関わらず、Cursor のようなモデルサーバーは、タスクの最中にコーディングアシスタントで圧縮機能を使うことをユーザーに避けるよう推奨し続けています(Heule et al., 2026)。
その理由を理解するために、以下に示すのは、16 回までの推測が可能な「Combination Lock」(Wordle に似たゲーム)における RL(強化学習)微調整後のパフォーマンス比較です。これは要約モデルとフルコンテキストモデルを比較したものです。

*図 1: RL 微調整におけるターゲット単語の推測平均試行回数(下ほど良い)。要約ポリシーはトレーニングで改善しますが、フルコンテキストポリシーとの差を埋めることはできません。
タスク完了中にモデル自身に要約を行わせることは、学習問題の複雑さを増します。通常であればより多くのデータで訓練することで対応できるはずですが、現実のインタラクティブな環境で見られる性能低下は、高品質なトレーニング環境を生成するために人間シミュレータを効果的に作成・利用することが難しいことに起因している可能性が高いです(Lin et al., 2025、Tomlin et al., 2025)。したがって、収集可能な限られた量で雑多なマルチターン対話軌道上での要約学習をいかに上手に行えるかが、その後のユーザーにとってのモデル性能に直結します。
ABBEL: 信念ボトルネックを通じた行動

図2:オートエンコーダーに着想を得た信念の格付け。モデルは、事前の信念と行動、観測(bt, at, ot)を符号化し、事後の信念 bt+1 を生成します。このモデルは、履歴から選択された情報をその信念からどれだけ正確に再構成できるかを評価され、報酬を受けます。
学習効率の低さを解消するため、要約生成タスクを独立させました。再帰的ベイズ推定から着想を得て、要約を「信念状態」として定義し、新しい情報に基づいて定期的にモデルを更新するようプロンプトします3。

クリックで一時停止 -->
‹ Prev
Pause
Next ›
1 / 16
図3:ABBEL のロールアウト。最新の観測に基づく信念の更新と、現在の事後信念のみを条件とした行動選択が交互に行われます。
信念格付け
次に、信念状態の内容を抽出して監督します(図 2「Belief Grading」参照)。信念評価は、良い信念の特徴を捉えるために設計されたヒューリスティックを報酬として用いる補助的な強化学習タスクと考えることができます。例えばコード生成の分野では、「短ければ短いほどよい」という基準もあれば、「git diff を再構築できる能力に近ければ近いほどよい」という基準もあります。これらのバランスを取ることで、優れた信念が得られます。
良いヒューリスティックを定義するのが難しい領域においては、我々は汎用的な自己符号化(autoencoding)に着想を得た評価関数を提案します。これは、現在の言語モデルπθを履歴からの情報のエンコーダーかつデコーダーとして扱い、信念状態をコードとみなすアプローチです。各信念 bt+1 は、現在のモデルπθが最新の観測値 ot を再構築するためにどれだけ効果的に使用できるかという観点から評価されます。

*式 1:再構成に基づく評価目標。ここで bt+1 は更新された信念、ot は直近の観測値(直前の行動実行時)、bt は事前の信念、pI はタスクプロンプト、πθは現在のモデルです。高い評価点は、最新の観測値を復号するために必要な情報を保持している信念に与えられます。
信念の評価から何が得られるのか?
CollabBench における共同コーディング
我々は、人間主導の支援型コーディングという動機付けられた領域において、Sweet-RL の CollabBench 環境(Zhou et al., 2025)を用いて、信念評価の有効性を示します。

*図4: CollabBenchの共同コーディング環境。エージェントは不明点を質問し、その後、非公開のユニットテストに基づいて採点される関数を提出します。
再構築ベースの信念評価関数を用いることで、フルコンテキストモデルとの性能差を約50%縮小でき、信念評価なしで要約するモデルを訓練する場合と比較して、学習ステップ数を50%削減できました。学習後でも、ABBELはピークコンテキストトークン長(Peak Tokens)という指標から測定されるように、フルコンテキスト設定に比べて依然として大幅に少ないメモリしか使用しません。
| モデル | テストパス率 ↑ | 成功率 ↑ | ピークトーク数 ×10² ↓ | 学習ステップ ↓ |
|---|---|---|---|---|
| Full Context | 0.52±0.02 | 0.39±0.02 | 14.08±0.55 | 100 |
| ABBEL (no BG) | 0.46±0.02 | 0.31±0.02 | 4.20±0.37 | 100 |
| ABBEL-rec-BG | 0.48±0.01 | 0.36±0.01 | 6.01±0.33 | 50 |
*図5: CollabBenchの結果。再構築による信念評価を採用したABBEL-rec-BGは、フルコンテキストとの差の約半分を回復しつつ、より少ないピークトーク数で動作し、学習ステップも100から50に短縮されています。
組み合わせロック*
さらに、Combination Lock の実験では、ドメイン知識を活用した信念評価器(Belief Grader)を備えた ABBEL が、履歴上の有用な統計量を計算し、それが信念状態から再構築可能かを確認することで、フルコンテキストモデル(FULL CTX)よりも高い学習効率を実現できることを示しました。

図 6: Combination Lock における目標単語の推定試行回数の平均(下ほど良い)。ドメイン知識に基づく信念評価を用いることで、ABBEL はこの設定において FULL CTX に匹敵するか、あるいはそれを上回る性能を発揮します。一方、信念評価を行わない場合は学習が遅くなります。
マルチ目的型質問応答
3 つ目の環境であるマルチ目的型質問応答(MEM1 [Zhang et al., 2025] から。これは典型的な再帰的要約の改良版でエンドツーエンド最適化を行った最新研究)においても、信念状態と推論を分離することの有効性を示しました。具体的には、「ピーク信念長ペナルティ」(詳細は論文参照)を導入することで、一般的な推論長のペナルティ付与では起こりがちな性能低下を最小限に抑えつつ、メモリ使用量を大幅に削減できることを実証しています([Arora et al., 2025])。
原文を表示

*Overview of ABBEL compared to traditional recursive summarization. Beliefs replace the full interaction history as the agent’s working context, and belief grading improves performance by
supervising the contents of each belief state..*
As task horizons grow, LLM contexts can’t scale forever. Self-summarization enables concise, interpretable contexts, but at a significant performance cost, especially for human assistance domains where high quality data is scarce, e.g., collaborative code generation. We address this with ABBEL: a framework that isolates and supervises the information content of summaries in the form of natural-language belief states.
Motivation: the cost of recursive summarization
For language models to effectively assist with increasingly complex tasks such as software development, they must be able to interact with us over hundreds or even thousands of steps. For such long tasks, it is impractical to keep the history of the entire interaction in context. The heuristic approach used so far has been summary generation, sometimes called context compaction. For example, Cursor’s latest model composer 2.5 uses compaction during training for improved performance (Cassano et al., 2026). Alongside composer, Grandcode (DeepReinforce et al., 2026), the first system to consistently beat all human competitors in online coding competitions, despite using one of the newest efficient attention models (Qwen 3.5-397B),1 still found it necessary to employ context summarization.
But compaction has a problem. Despite seemingly low performance gaps in benchmarks, model servers like Cursor continue to recommend that users avoid compaction with their coding assistants in the middle of a task (Heule et al., 2026).
To understand why, see below the performance over RL fine-tuning of a Context summary model compared to full context models in Combination Lock, a Wordle-like game that allows up to 16 guesses.2 Though both model types improve over the course of training, the summary model never closes the gap.

*Fig. 1: Average attempts to guess the target word on Combination Lock over RL fine-tuning (lower is better). Context-summary policies improve with training but do not close the gap to full-context policies.*
Making models self-summarize while completing a task increases the complexity of the learning problem. While this could typically be addressed by training with more data, the performance degradation observed in real world interactive settings likely arises from the difficulty we have in creating and using human simulators effectively to generate high quality training environments (Lin et al., 2025, Tomlin et al., 2025). Thus, the better you can learn to summarize on the limited and messy multiturn interaction trajectories you can collect, the better off your model will be for downstream users.
ABBEL: acting through belief bottlenecks

*Fig. 2: Autoencoder-inspired belief grading. The model encodes prior belief, action and observation (bt, at, ot) into posterior belief bt+1 and is rewarded for how well select information from the history can be reconstructed from that belief.*
To address poor learning efficiency, we isolate the summary generation task. Drawing inspiration from recursive Bayesian estimation, we formulate summaries as belief states, which we periodically prompt the model to update based on new information.3

‹ Prev
Pause
Next ›
1 / 16
*Fig. 3: ABBEL rollout. Belief updates from the latest observation alternate with action selection conditioned only on the current posterior belief.*
Belief grading
We then extract and supervise the contents of the belief states (Fig. 2, Belief Grading). Belief grading can be thought of as adding an auxiliary RL task, using heuristics designed to capture what makes a good belief as the reward. An example heuristic for coding could be shorter is better, but closer to being able to reconstruct the git diff is also better, so balancing these would yield a good belief. In domains where good heuristics are hard to define, we propose a general autoencoding-inspired grading function, which treats the current language model πθ as both encoder and decoder of information from
the history, and the belief states as the codes. We grade each belief bt+1 by how well it can be used by the current model πθ to reconstruct the most recent observation ot:

*Eq. 1: Reconstruction grading objective. Here bt+1 is the updated belief, ot the latest observation, at the action just taken, bt the prior belief, pI the task prompt, and πθ the current model. Higher grades reward beliefs that retain information needed to decode the latest observation.*
What do we gain by grading beliefs?
Collaborative coding on CollabBench
We demonstrate the utility of belief grading in our motivating domain of human-driven assistive coding, with the CollabBench environment from Sweet-RL (Zhou et al., 2025).

*Fig. 4: CollabBench collaborative coding environment. The agent asks clarifying questions, then submits a function scored against hidden unit tests.*
We see that with the general reconstruction-based belief grading function we reduce the performance gap from full context models by about 50%, and train in 50% fewer steps compared to training models to summarize without belief grading (no BG). After training, ABBEL still uses significantly less memory than the full context setting, as measured by the peak context token length (Peak Tokens).
Model
Test Pass Rate ↑
Success Rate ↑
Peak Tokens × 10² ↓
Training Steps ↓
Full Context
0.52±0.02
0.39±0.02
14.08±0.55
100
ABBEL (no BG)
0.46±0.02
0.31±0.02
4.20±0.37
100
ABBEL-rec-BG
0.48±0.01
0.36±0.01
6.01±0.33
50
*Fig. 5: CollabBench results. With reconstruction belief grading, ABBEL-rec-BG recovers about half the gap to full context while using fewer peak tokens, and trains in 50 steps instead of 100.*
Combination Lock
Additionally, in CombinationLock, we demonstrate that ABBEL with a belief grader which leverages domain knowledge (by computing useful statistics over the history and checking that they can be reconstructed from the belief state), enables even higher learning efficiency than full context (FULL CTX) models.

*Fig. 6: Average attempts to guess the target word on Combination Lock (lower is better). With domain-knowledge belief grading, ABBEL approaches or exceeds FULL CTX in this setting; without belief grading, learning is slower.*
Multi-objective question answering
In a third environment, multi-objective question answering (from MEM1 Zhang et al., 2025, a recent work which performed end-to-end optimization in a modified version of typical recursive summarization), we demonstrate the utility of isolating belief states from reasoning, by showing that a Peak Belief length Penalty (more details in paper) significantly reduces memory usage with minimal performance degradation, unlike is commonly observed when penalizing reasoning lengths (Arora et al., 2025).
AI算出
主要ニュースainew評価標準
大規模言語モデルの信念更新に関する画期的な研究発表であり、具体的な技術的アプローチ(ABBEL)と性能比較データが含まれているため新規性は高い。ただし、対象が米国機関の研究であり日本固有の情報や企業事例がないため、日本の関連性は低めとなる。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 25
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み