Skip to main content
QUICK REVIEW

[論文レビュー] Auto-GPT for Online Decision Making: Benchmarks and Additional Opinions

Hui Yang, Sifu Yue|arXiv (Cornell University)|Jun 4, 2023
Topic Modeling被引用数 36
ひとこと要約

本論文は、実世界のオンライン意思決定タスク(WebShopとALFWorld)においてAuto-GPT風エージェントをベンチマークし、外部専門モデルの提案を注入して性能を向上させるAdditional Opinionsアルゴリズムを紹介します。特にGPT-4で効果的。

ABSTRACT

Auto-GPT is an autonomous agent that leverages recent advancements in adapting Large Language Models (LLMs) for decision-making tasks. While there has been a growing interest in Auto-GPT stypled agents, questions remain regarding the effectiveness and flexibility of Auto-GPT in solving real-world decision-making tasks. Its limited capability for real-world engagement and the absence of benchmarks contribute to these uncertainties. In this paper, we present a comprehensive benchmark study of Auto-GPT styled agents in decision-making tasks that simulate real-world scenarios. Our aim is to gain deeper insights into this problem and understand the adaptability of GPT-based agents. We compare the performance of popular LLMs such as GPT-4, GPT-3.5, Claude, and Vicuna in Auto-GPT styled decision-making tasks. Furthermore, we introduce the Additional Opinions algorithm, an easy and effective method that incorporates supervised/imitation-based learners into the Auto-GPT scheme. This approach enables lightweight supervised learning without requiring fine-tuning of the foundational LLMs. We demonstrate through careful baseline comparisons and ablation studies that the Additional Opinions algorithm significantly enhances performance in online decision-making benchmarks, including WebShop and ALFWorld.

研究の動機と目的

  • Auto-GPT風エージェントが実世界のオンライン意思決定タスクでどのように機能するかを調査する。
  • Auto-GPT設定における複数のLLM(GPT-4、GPT-3.5、Claude、Vicuna)を比較する。
  • 外部の専門モデルを意見提供者として利用するAdditional Opinionsアルゴリズムを提案し、評価する。
  • アブレーションおよびベースライン研究を通じて、軽量な監督が微調整なしで性能を向上させるかを実証する。

提案手法

  • 最小限のプロンプト改善でAuto-GPTを2つのオンライン意思決定タスクに適応させる。
  • 行動をツールとして表現し、1–3のファウショットツールデモンストレーションを提供してインコンテキスト学習を活用する。
  • 外部専門モデルからtop-kの意見をサンプリングし、それらを参照としてプロンプト文脈に注入してAdditional Opinionsを導入する。
  • WebShopとALFWorldを横断して、模倣学習ベースラインおよびさまざまなLLMsと比較評価する。
  • ランダム性を抑えるため低い温度を使用し、IL+Auto-GPT系で分散を制御するために複数回実行する。)
Figure 1. One step of Auto-GPT with Additional Opinions. Here Additional Opinions are generated by other expert models - IL models here, but extensible to any other models like Rule or other LLMs.
Figure 1. One step of Auto-GPT with Additional Opinions. Here Additional Opinions are generated by other expert models - IL models here, but extensible to any other models like Rule or other LLMs.

実験結果

リサーチクエスチョン

  • RQ1Auto-GPT風エージェントは現実世界の環境に似たオンライン意思決定タスクに効果的に適応できるか。
  • RQ2WebShopとALFWorldにおけるAuto-GPT設定で、どのLLM(GPT-4、GPT-3.5、Claude、Vicuna)が最も高い性能を発揮するか。
  • RQ3外部の専門モデルからのAdditional Opinionsを取り入れることで、基盤となるLLMsを微調整せずに意思決定の性能を向上させるか。
  • RQ4単一の追加意見と複数の追加意見の性能への相対的影響はどの程度か、タスクとモデルによってどう異なるか。

主な発見

モデル成功率報酬精度購入率モデル成功率報酬精度完了率
Rule0.06044.5890.0601.000
IL w/o. Image0.21356.0560.2131.000
IL0.22757.6890.2271.000
Auto-GPT(Claude)0.14047.6170.1460.960
Auto-GPT(Claude) + IL0.24048.6000.2700.890
Auto-GPT(Claude) + IL(top5)0.22052.0100.2290.960
Auto-GPT(GPT3.5)0.12043.8330.1400.860
Auto-GPT(GPT3.5) + IL0.20047.7170.2410.830
Auto-GPT(GPT3.5) + IL(top5)0.23052.8270.2790.820
AutoGPT(GPT3.5) + Random0.06022.3330.1360.440
Auto-GPT(GPT4)0.24046.1330.3530.680
Auto-GPT(GPT4) + IL0.30056.2330.3610.830
Auto-GPT(GPT4) + IL(top5)0.32061.5500.3720.860
Auto-GPT(Vicuna)0.0000.0000.0000.000
Auto-GPT(Vicuna) (duplicate)0.0000.0000.0000.000
IL w/o. Beam Search0.179241.0000.179
IL0.306411.0000.441
Auto-GPT(Claude)0.082110.1040.791
Auto-GPT(Claude) + IL0.090120.1300.687
Auto-GPT(GPT3.5)0.075100.0780.866
Auto-GPT(GPT3.5) + IL0.03040.0480.470
Auto-GPT(GPT4)0.485650.6280.582
Auto-GPT(GPT4) + IL0.515690.7890.530
Auto-GPT(Vicuna)0.00000.0000.000
  • GPT-4ベースのAuto-GPT系が、2つのタスクのうち双方でテストされたモデルの中で最高の性能を達成。
  • 専門モデルからtop-kのAdditional Opinionsを提供することで性能が向上し、GPT-4は複数の意見から顕著に恩恵を受ける。
  • WebShopでは、Additional Opinionsを用いたGPT-4が多くのベースラインより高い成功率、精度、報酬を達成。
  • ALFWorldでは、GPT-4が模倣学習のベースラインを大幅に上回り、ILにおけるビーム探索の有無が結果に影響を与える。
  • ClaudeとGPT-3.5はAuto-GPT設定で概ねGPT-4を下回るが、レイテンシのトレードオフが存在。
  • VicunaベースのAuto-GPTは性能が低い、あるいは整形された応答を生成できない。
Figure 2. For Webshop, the ratios of LLMs considering or disagreeing with additional opinion provided by expert models. For the top 5 scenario, we consider it as an agreement if any additional opinion matches.
Figure 2. For Webshop, the ratios of LLMs considering or disagreeing with additional opinion provided by expert models. For the top 5 scenario, we consider it as an agreement if any additional opinion matches.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。