日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
LLMエージェントarXiv:2607.17038

報酬駆動型LLMエージェントワークフロー:POMDPルーティングと自己修正の統合による自律的意思決定

Reward-Driven LLM Agent Workflows: Synthesizing POMDP Routing and Self-Correction for Autonomous Decision-Making

シェア:XThreadsFacebookLINEはてブBluesky

LLMエージェントの長期的計画と疎な報酬の問題を解決するため、POMDPルーティングと自己修正報酬モデルを統合したワークフローを提案し、ALFWorldとWebShopで成功率を大幅に向上させた。

詳しい要約

1. どんなもの?

本論文は、LLMエージェントの長期的計画、疎な報酬、動的環境への適応といった課題に対し、POMDPルーティング機構と自己修正報酬モデルを統合したエージェントワークフローを提案する。マルチモーダル入力と強化学習原理(PPO、価値関数近似)を組み合わせ、長期記憶と動的推論経路の適応を実現する。

2. 先行研究と比べてどこがすごい?

従来の静的プロンプトに依存し、知覚-行動ループが不十分なベースラインモデルと異なり、実行前に意思決定軌道を評価する内部自己修正報酬モデルを導入し、誤差蓄積を軽減する点が新しい。また、POMDPルーティングにより不確実性下での意思決定を明示的に扱う。

3. 技術・手法の肝は?

中核はPOMDPルーティング機構と自己修正報酬モデルの統合。エージェントはマルチモーダル入力を受け取り、POMDPに基づき行動を選択。内部報酬モデルが軌道を事前評価し、必要に応じて修正する。強化学習(PPO)と価値関数近似を用いて方策を最適化し、グラフベースの長期記憶を保持する。

4. どうやって有効だと検証した?

ALFWorld具現化シミュレーション環境とWebShopオンラインナビゲーションベンチマークで実験。標準的なReActフレームワークなどのベースラインに対し、タスク成功率と軌道効率で24.5%の絶対改善を達成。アブレーション研究で報酬駆動の批評モジュールが幻覚率抑制に有意に寄与することを確認。

5. 議論はある?

要旨からは、提案手法の計算コストや実世界でのスケーラビリティ、POMDPルーティングの理論的保証、自己修正モデルの汎化性などに関する議論は不明。また、24.5%の改善が特定の環境に限定される可能性や、ベースラインの選択バイアスについても言及がない。

6. 次に読むべき論文は?

要旨で参照されているReActフレームワーク、および関連するPOMDP、強化学習(PPO)、自己修正機構に関する研究。具体的には、ReActの原著論文、POMDPソルバー、LLMエージェントの自己修正手法(例:Self-Refine)などが挙げられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Amez Amanj Ali, Kuo-Kun Tseng

分類: cs.AI

原文アブストラクト

This paper addresses key technical challenges in current large language model (LLM) agent applications, including long-horizon planning, sparse reward attribution, and dynamic environmental interaction, by designing and optimizing an intelligent agent workflow. The proposed architecture is based on the synthesis of core AI paradigms: Visual, Language, Generative, Graph, Multimodal, Reinforcement, and Agent Intelligence. Unlike conventional baseline models that rely on static prompting and lack robust perception-action loops, our approach introduces a Partially Observable Markov Decision Process (POMDP) routing mechanism. This mechanism is augmented with an internal, self-correcting reward model that evaluates decision trajectories before execution. By integrating multimodal inputs and advanced reinforcement learning principles (such as proximal policy optimization and value function approximation), the agent maintains long-term structural memory and dynamically adapts its reasoning pathways to mitigate error accumulation. Empirical experiments on the ALFWorld embodied simulation environment and the WebShop online navigation benchmark demonstrate a 24.5% absolute improvement in task success rate and trajectory efficiency over mainstream baselines like the standard ReAct framework. Comprehensive ablation studies confirm the significant contribution of the reward-driven critique module in suppressing hallucination rates. This research bridges theoretical foundations of reinforcement learning and graph-based memory with autonomous agent workflows. Ultimately, the resulting architecture offers a practical, scalable reference framework for developing artificial intelligence technologies in complex, multi-step autonomous systems. Code is available at https://github.com/01Amez/RLAW_Implementation.

関連論文