Allen Z. Ren, Brian Ichter, Anirudha Majumdar
Install dependencies (tested with Python 3.10):
pip install -e . # setup.py
Set up OpenAI API key and logging directory
export BACKWARD_OPENAI_KEY=<your_key>
export BACKWARD_LOG_DIR=<your_preferred_logging_directory>
Run LLM (with CLI arguments) and then evaluate results
python graph/run.py # see file for CLI arguments
python graph/check_results.py --load_path <logged_pickle_path>
Run LLM (with CLI arguments) and then evaluate results
python pcfg/run.py # see file for CLI arguments
python pcfg/check_results.py --load_path <logged_pickle_path>
This repository is released under the MIT license. See LICENSE.