namin / llm-verified-with-monte-carlo-tree-search

LLM verified with Monte Carlo Tree Search
https://arxiv.org/abs/2402.08147
MIT License
210 stars 25 forks source link

Crl/clover parametric #41

Closed ChloeL19 closed 4 months ago

ChloeL19 commented 4 months ago

In this PR I have created run_clover_parametric.py (under supervision of Prof Amin) to run various experiments on the clover benchmark. I then changed run_clover_parametric.py to experiments_clover.py I have also changed the check_func for run_intermediate_expansion.py which was previously imported from prompts.py. I hope this change is backwards compatible with experiments.py? This could be something to think more about.

I also updated the README.md file to explain the clover benchmark, and I add Clover to Credits.md as well