pull/6119/head
Tong Li 2024-11-08 12:42:48 +00:00
parent 6c619c9992
commit ed817a29f9
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
"""
Implementation of MCTS + Self-refine algorithm.
Reference:
Structure is adapted from https://github.com/BrendanGraham14/mcts-llm/ with the following reference:
1. "Accessing GPT-4 level Mathematical Olympiad Solutions via Monte
Carlo Tree Self-refine with LLaMa-3 8B: A Technical Report"
2. https://github.com/BrendanGraham14/mcts-llm/
3. https://github.com/trotsky1997/MathBlackBox/
4. https://github.com/openreasoner/openr/blob/main/reason/guided_search/tree.py
"""