You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the code has been modified these days. So I am wondering how I can run an example reasoning task. Should I run run_automatically.py? It seems that there are some bugs.
The text was updated successfully, but these errors were encountered:
Yes, the codebase should be runnable. I've added some information to the README.md file under "Running the ICML Code". The file you'll want to use for reproducing the results of the ICML paper is src/scripts/run_icml_queries.py
In the README are instructions on how to set up a .env file to connect to the azure OpenAI api, how to set up a local redis server to run GNN relaxations, and how to run the ICML code.
More recent modifications are related to future work or are minor tweaks to make the code simpler (such as batching and DataParallel)
I have noticed that the code has been modified these days. So I am wondering how I can run an example reasoning task. Should I run
run_automatically.py
? It seems that there are some bugs.The text was updated successfully, but these errors were encountered: