https://github.com/en10/llm-mcts
MCTS on LLM using Groq
https://github.com/en10/llm-mcts
Last synced: 6 months ago
JSON representation
MCTS on LLM using Groq
- Host: GitHub
- URL: https://github.com/en10/llm-mcts
- Owner: EN10
- License: mit
- Created: 2024-08-14T15:28:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T10:44:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T00:12:43.851Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM-MCTS
Using MCTS on LLMs to solve Maths Problems
## Paper
* [Accessing GPT-4 level Mathematical Olympiad Solutions via Monte Carlo Tree Self-refine](https://arxiv.org/abs/2406.07394)
## Setup API Key Environment Variable
```
echo 'export GROQ_API_KEY=gsk_...' >> ~/.bashrc
source ~/.bashrc
```
## Install Requirements
` pip install -r requirements.txt `
## Run
` python app.py `