chameleon-llm icon indicating copy to clipboard operation
chameleon-llm copied to clipboard

Planner issues

Open xinfengChen1 opened this issue 2 years ago • 1 comments

Hello, I would like to ask if the planner here refers to the natural language planner or is there another name?

捕获

xinfengChen1 avatar Aug 01 '23 14:08 xinfengChen1

Hi, it is the natural language planner, as implemented by LLMs, such as ChatGPT and GPT-4.

You could find the prompting demonstrations at the following links:

  • https://github.com/lupantech/chameleon-llm/blob/main/run_scienceqa/demos/prompt_policy.py
  • https://github.com/lupantech/chameleon-llm/blob/main/run_tabmwp/demos/prompt_policy.py

lupantech avatar Aug 01 '23 20:08 lupantech