AIエージェントが取得したスキルを使うべきか判断する方法
SkillApt: Learning When to Activate Agent Skills from Counterfactual Evidence
この論文をやさしく読む
ひとことで言うと
AIエージェントが見つけた補助スキルを、実行状況に応じて読み込むか見送るか決める仕組みです。
何に役立つ?
スキル利用で正解率を保ちながら、読み込む回数とトークン量を減らす設計の参考になります。
この研究の面白いところ
確認用ベンチマークでは正解率0.838を維持し、有効化率を31.5%に、平均トークン使用量を74.3%減らしました。
どこまで分かった?
数値は固定したSRA-Bench評価での観測結果です。スキルの有用性と判断の学習しやすさは基盤モデルごとに異なると報告しています。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
大規模言語モデルを使うエージェントは、再利用できるスキルを検索し、実行中の文脈へ読み込むことが増えている。しかし、検索されたスキルが関連していても、現在の実行状態では不要、高コスト、あるいは有害な場合がある。本研究は、検索後にそのスキルを実際に読み込むか判断する枠組みSkillAptを提示する。スキルを使う場合と使わない場合を対応させた実行から証拠を作り、類似した過去の状態での結果を利用して、候補スキルごとに読み込みか見送りかを決める。 条件を固定した確認用のSRA-Bench評価で、SkillApt-Eの観測正解率はBM25の上位1件を常に使う方法と同じ0.838だった。一方、スキルの有効化率は100%から31.5%に減り、平均トークン使用量は74.3%減った。追加の診断では、スキルの有用性も、有効化すべき境界を学習できる度合いも、基盤モデルによって異なった。この結果は、スキルの検索と有効化を別の判断として扱うことを示唆する。検索は関連する可能性があるスキルを見つけ、SkillAptは現在の状態でそれを使う価値があるか判断する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-22(UTC)
- 最新改訂
- 2026-09-22 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-22 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Large language model agents increasingly retrieve reusable Skills and inject them into the active context. However, a retrieved Skill can be relevant yet unnecessary, costly, or even harmful in the current execution state. We present SkillApt, a post-retrieval activation framework that decides whether a retrieved Skill should actually be loaded. SkillApt builds execution evidence from matched WITH/WITHOUT runs and uses outcomes from similar historical states to make a LOAD/ABSTAIN decision for each candidate Skill. On the frozen confirmatory SRA-Bench evaluation, SkillApt-E achieved the same observed accuracy as BM25 Top-1 (0.838 vs. 0.838) while reducing the Skill activation rate from 100% to 31.5% and mean token usage by 74.3%. Further diagnostics show that both Skill utility and the learnability of its activation boundary vary across base models. These results suggest that Skill retrieval and Skill activation should be treated as separate decisions: retrieval identifies which Skill may be relevant, while SkillApt determines whether using it is worthwhile in the current state.
著者のコメント
18 pages, 11 figures, 8 tables. Preprint
arXiv ID: 2609.26863 / 要約の誤りについて