{% extends 'bootstrap_base.html' %} {% block header %}
plan-then-execute
manner (i.e., they will first produce a step-wise plan to accomplish the given task, and then follow the plan step-by-step
to complete the task).Each task consists of two stages:
Plan Generation
. After the large language models-based assistant generates a plan for each task, you are asked to review the plan. After review the plan, you can give feedback -- whether the plan is correct to execute.
Plan Generation
. After the large language models-based assistant generates a plan for each task, you are asked to review the plan and make necessary edits to the plan.
Plan Execution
. After you confirm the plan, the AI assistant will execute the steps using different LLMs and present you with results. Your task is to observe the execution process. After the execution is done, please provide feedback on whether the execution process provided an expected outcome on the task.
Plan Execution
. After you confirm the plan, the AI assistant will execute the steps using different LLMs and present you with results. Your task is to closely monitor this process and check the different LLM actions to ensure they are correct before their execution. After the execution is done, please provide feedback on whether the execution process provided an expected outcome on the task.