確率的なツール結果の共有が方策更新を逆向きにする条件
Marginally Correct Tool Caches Can Reverse Group-Normalized Policy Updates
この論文をやさしく読む
ひとことで言うと
エージェント訓練で確率的なツール結果を共有すると、個々の結果の分布が正しくても、学習の更新方向が逆になる場合を示しました。
何に役立つ?
確率的なツール結果をキャッシュする訓練設計で、結果の分布だけでなく更新への影響も評価する必要があると分かります。
この研究の面白いところ
二行動モデルで厳密な式を導き、540設定の計算と256回のスクリプト化した試行で共有経路を確かめています。
どこまで分かった?
言語モデルの実際の訓練性能は測定していません。また決定的な出力についてのTVCacheの契約を否定する結果ではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
ツールの結果をキャッシュするとエージェントの訓練で同じ処理を繰り返さずに済むが、試行ごとのランダム性が互いに結び付く。本研究は二つの行動を持つモデルを調べる。このモデルでは、独立に実行する場合も結果を共有する場合も、各試行の条件付き報酬分布は保たれる。それでも、グループ内で一つの確率的な結果を共有すると、グループ正規化による方策更新の期待値が逆向きになることがある。有限個の試行からなるグループについて厳密な式を導き、一定の報酬を与える選択肢との比較では、共有時の更新が期待報酬の差ではなく、勝つ確率から負ける確率を引いた値に従うことを示す。ベルヌーイ分布に限定すると、誤った方向へ更新する領域と、グループを大きくしても消えない更新分散の下限が得られる。このモデルでは、グループ標準偏差による尺度調整をせずに中心化する方法が、既存の推定量の制御方法を使って期待リターンの方向を保つ。 有限和を網羅的に計算して540通りの設定と3240件の推定量評価を確認し、別の順序付き系列チェッカーでも検証した。実装の監査では、固定した改変なしのTVCache環境で256回のスクリプト化した試行を行い、結果共有の経路を再現した。この結果は言語モデルの訓練性能を測定したものでも、TVCacheが決定的な出力について掲げる契約を否定するものでもない。個々の出力分布が正しいというだけでは、確率的なキャッシュが訓練上同等だとは保証できないことを示す。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-22(UTC)
- 最新改訂
- 2026-09-22 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-22 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Tool-result caching reduces repeated execution in agent training, but also couples rollout randomness. We study a two-action model in which independent and shared execution preserve every rollout's conditional reward distribution. Despite this marginal agreement, sharing one stochastic result per group can reverse the expected group-normalized policy update. We derive an exact finite-group expression: against a constant alternative, the shared update follows the probability of winning minus the probability of losing, rather than the difference in expected reward. A Bernoulli specialization yields a wrong-direction region and a non-vanishing update-variance floor as group size grows. Centering without group standard-deviation scaling preserves the expected-return direction in this model, using an existing estimator control. Exhaustive finite sums verify 540 configurations and 3,240 estimator evaluations, with a separate ordered-sequence checker. An implementation audit reproduces the sharing path in a pinned, unmodified TVCache stack using 256 scripted rollouts. These results do not measure language-model training performance or refute TVCache's deterministic-output contract. They establish that marginal output validity alone cannot certify a stochastic cache as training-equivalent.
著者のコメント
8 pages, 1 figure, 2 tables. Code and reproducibility materials: https://github.com/shi1720/tool-cache-coupling
arXiv ID: 2609.26866 / 要約の誤りについて