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/add clover #38

Closed ChloeL19 closed 4 months ago

ChloeL19 commented 4 months ago

Added the following script files and submodules: Clover/ --> a submodule created from this repo: https://github.com/ChuyueSun/Clover/tree/main clover_loader.py --> data loader for the Clover dataset clover_config.py --> configuration settings for loading train/test portions of the Clover dataset run_clover.py --> run VMCTS on the Clover benchmark gen_triples.py --> create triples for DPO based on the Clover benchmark