次回の更新記事:AIによるレガシーシステムのモダナイズ、暗黙の業務…(公開予定日:2026年06月25日)
AIDB Daily Papers

AIエージェントの推論プロセスを自動抽出・再利用する新手法

原題: Inducing Reasoning Primitives from Agent Traces
著者: Zhihan Lei, Jiarui Yan, Joshua Momo, William W. Cohen
公開日: 2026-06-02 | 分野: LLM 推論 自動化 cs.CL cs.AI AIエージェント

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • AIエージェントが問題解決時に繰り返す推論パターンを自動的に抽出し、再利用可能な「疑似ツール」としてライブラリ化する手法を提案しました。
  • この手法は、エージェントの思考過程(トレース)から頻出する推論パターンを特定し、自然言語で記述された疑似ツールに変換することで、汎用性と効率性を向上させる点で重要です。
  • 提案手法により、元のエージェントよりも大幅に高い精度(最大+44%向上)を達成し、専門家が設計した分解手法や既存の最先端手法をも上回る結果を示しました。

Abstract

ReAct-style LLM agents often rediscover the same reasoning routines across problems, yet leave those routines trapped in transient scratchpads. We introduce Reasoning Primitive Induction, a single-pass method that mines successful ReAct traces, clusters recurrent reasoning moves, and converts the most frequent moves into a compact library of typed pseudo-tools. Each pseudo-tool is specified by a natural-language docstring interpreted by an LLM at invocation time, and a standard ReAct loop composes these primitives at test time. The central result is that induced libraries outperform the very agent that generated their traces: by +44pp on RuleArena NBA (30 -> 74), +30pp on MuSR team allocation (38 -> 68), and +22pp on NatPlan meeting planning (7 -> 29). Across five comparable subtasks spanning narrative deduction, rule application, and constraint-satisfaction planning, a single fixed configuration improves over zero-shot Chain-of-Thought on every subtask, matches or surpasses expert-authored decompositions, and outperforms AWM at lower average inference cost.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事