To run individual frameworks, follow these steps:
- Navigate to the directory:
cd code/GPT3.5/individual_frameworks/LLM_KG_Human
- Run the script using the following format:
python3 stitching_everything_exp.py <input-prompt> <no-of-feedback> <state-file>
- Example command:
python3 stitching_everything_exp.py "Give me cot and action sequence to prepare an omlette" 3 "intial_onto.ttl"
- Adjust the
input-prompt,no-of-feedback, andstate-fileparameters as needed for the specific case.
To run the streamlined frameworks, follow these steps:
- Navigate to the directory:
cd code/GPT3.5/cooking_domain
- Run the script using the following format:
python3 stitching_everything.py <no-of-feedback> <state-file>
-
Note: All tasks are listed in the
kitchen.jsonfile located in thecode/GPT3.5/cooking_domaindirectory. -
Example command:
python3 stitching_everything.py 3 "initial_onto.ttl"
You can install the dependencies using the following command:
pip install -r requirements.txt



